Age | Commit message (Expand) | Author |
2017-07-08 | Simplify by creating struct roff_node syntax tree nodes for tbl(7) | Ingo Schwarze |
2017-07-08 | 1. Eliminate struct eqn, instead use the existing members | Ingo Schwarze |
2017-06-11 | Style message about legacy man(7) date format in mdoc(7) documents | Ingo Schwarze |
2017-04-29 | Parser unification: use nice ohashes for all three request and macro tables; | Ingo Schwarze |
2017-02-18 | preconv_encode() can take a const input buffer; | Ingo Schwarze |
2017-02-09 | Be consistent in protecting __attribute__ attributes with __; | Ingo Schwarze |
2016-07-19 | Use __attribute__((__format__ throughout. | Ingo Schwarze |
2015-11-07 | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze |
2015-10-13 | Major character table cleanup: | Ingo Schwarze |
2015-04-19 | Unify some node handling functions that use TOKEN_NONE. | Ingo Schwarze |
2015-04-19 | Unify node handling functions: | Ingo Schwarze |
2015-04-18 | Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}(). | Ingo Schwarze |
2015-04-18 | Move mdoc_hash_init() and man_hash_init() to libmandoc.h | Ingo Schwarze |
2015-04-18 | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze |
2015-01-15 | Fatal errors no longer exist. | Ingo Schwarze |
2015-01-14 | downgrade ".so with absolute path" from FATAL to ERROR; | Ingo Schwarze |
2014-12-28 | mdoc(7) already uses the mandoc(1) -Ios argument in the footer line | Ingo Schwarze |
2014-12-21 | Fix build with -Werror -std=c99 -pedantic. | Daniel Dickman |
2014-12-01 | header cleanup: | Ingo Schwarze |
2014-11-28 | Simplify by making the eqn and tbl steering functions void; | Ingo Schwarze |
2014-11-27 | remove unneccessary inclusion protection; ok schwarze | Theo de Raadt |
2014-11-01 | Use struct buf in libroff, it is very natural there | Ingo Schwarze |
2014-11-01 | Refactor, no functional change: Remove the parse point from struct buf. | Ingo Schwarze |
2014-10-30 | support UTF-8 and ISO-8859-1 input by integrating modified parts | Ingo Schwarze |
2014-10-28 | Make the character table available to libroff so it can check the | Ingo Schwarze |
2014-10-16 | Implement in-line equations, much needed by Xenocara manuals. | Ingo Schwarze |
2014-09-06 | Move main format autodetection from the parser dispatcher to the | Ingo Schwarze |
2014-07-09 | mark defos as const; nobody needs to change it, | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-03-19 | Generalize the mparse_alloc() and roff_alloc() functions by giving | Ingo Schwarze |
2014-01-06 | Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1). | Ingo Schwarze |
2014-01-05 | Add an option -Q (quick) to mandocdb(8) | Ingo Schwarze |
2013-12-30 | Simplify: Remove an unused argument from the mandoc_eos() function. | Ingo Schwarze |
2013-12-15 | The "value" argument to the roff(7) .nr requests ends right before | Ingo Schwarze |
2013-10-03 | Expand references to number registers in exactly the same way as | Ingo Schwarze |
2013-10-03 | Support setting arbitrary roff(7) number registers, | Ingo Schwarze |
2012-07-07 | Support the .cc request; code by kristaps@, tests by me. | Ingo Schwarze |
2012-06-02 | In groff, trying to redefine standard man(7) macros before .TH has no effect; | Ingo Schwarze |
2012-05-24 | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the | Ingo Schwarze |
2011-12-02 | In man(7), when no explicit volume name is given, use the default | Ingo Schwarze |
2011-09-18 | sync to version 1.11.7 from kristaps@ | Ingo Schwarze |
2011-09-18 | sync to version 1.11.5: | Ingo Schwarze |
2011-09-17 | Change the mandocdb(8) interface to better agree with makewhatis(8); | Ingo Schwarze |
2011-05-29 | Merge release 1.11.3, almost all code by kristaps@: | Ingo Schwarze |
2011-04-24 | Merge version 1.11.1: | Ingo Schwarze |
2011-04-21 | Merge version 1.10.10: | Ingo Schwarze |
2011-03-07 | Clean up date handling, | Ingo Schwarze |
2011-01-03 | Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macro | Ingo Schwarze |
2010-07-16 | Text ending in a full stop, exclamation mark or question mark | Ingo Schwarze |
2010-06-26 | merge release 1.10.2 | Ingo Schwarze |