| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify by creating struct roff_node syntax tree nodes for tbl(7) | Ingo Schwarze | 2017-07-08 | 1 | -5/+1 |
* | 1. Eliminate struct eqn, instead use the existing members | Ingo Schwarze | 2017-07-08 | 1 | -3/+0 |
* | Style message about legacy man(7) date format in mdoc(7) documents | Ingo Schwarze | 2017-06-11 | 1 | -1/+1 |
* | Parser unification: use nice ohashes for all three request and macro tables; | Ingo Schwarze | 2017-04-29 | 1 | -2/+0 |
* | preconv_encode() can take a const input buffer; | Ingo Schwarze | 2017-02-18 | 1 | -1/+1 |
* | Be consistent in protecting __attribute__ attributes with __; | Ingo Schwarze | 2017-02-17 | 1 | -1/+1 |
* | Use __attribute__((__format__ throughout. | Ingo Schwarze | 2016-07-19 | 1 | -4/+2 |
* | update developer documentation | Ingo Schwarze | 2016-07-07 | 1 | -1/+0 |
* | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze | 2015-11-07 | 1 | -3/+0 |
* | Major character table cleanup: | Ingo Schwarze | 2015-10-13 | 1 | -2/+1 |
* | Unify some node handling functions that use TOKEN_NONE. | Ingo Schwarze | 2015-04-19 | 1 | -4/+0 |
* | Unify node handling functions: | Ingo Schwarze | 2015-04-19 | 1 | -2/+0 |
* | Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}(). | Ingo Schwarze | 2015-04-18 | 1 | -8/+7 |
* | Move mdoc_hash_init() and man_hash_init() to libmandoc.h | Ingo Schwarze | 2015-04-18 | 1 | -0/+2 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -19/+18 |
* | Fatal errors no longer exist. | Ingo Schwarze | 2015-01-15 | 1 | -2/+2 |
* | downgrade ".so with absolute path" from FATAL to ERROR; | Ingo Schwarze | 2015-01-14 | 1 | -2/+1 |
* | mdoc(7) already uses the mandoc(1) -Ios argument in the footer line | Ingo Schwarze | 2014-12-28 | 1 | -1/+2 |
* | ISO C99 explicitly forbids forward references to enum types (6.7.2.3.3.); | Ingo Schwarze | 2014-12-21 | 1 | -1/+0 |
* | header cleanup: | Ingo Schwarze | 2014-12-01 | 1 | -0/+5 |
* | remove unneccessary inclusion protection; patch from deraadt@ | Ingo Schwarze | 2014-12-01 | 1 | -4/+0 |
* | Simplify by making the eqn and tbl steering functions void; | Ingo Schwarze | 2014-11-28 | 1 | -4/+4 |
* | Use struct buf in libroff, it is very natural there | Ingo Schwarze | 2014-11-01 | 1 | -2/+1 |
* | Refactor, no functional change: Remove the parse point from struct buf. | Ingo Schwarze | 2014-11-01 | 1 | -3/+3 |
* | Make the character table available to libroff so it can check the | Ingo Schwarze | 2014-10-28 | 1 | -1/+1 |
* | integrate preconv(1) into mandoc(1); | Ingo Schwarze | 2014-10-25 | 1 | -0/+9 |
* | Implement in-line equations, much needed by Xenocara manuals. | Ingo Schwarze | 2014-10-16 | 1 | -6/+0 |
* | Move main format autodetection from the parser dispatcher to the | Ingo Schwarze | 2014-09-06 | 1 | -0/+1 |
* | mark defos as const; nobody needs to change it, | Ingo Schwarze | 2014-07-09 | 1 | -1/+2 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -10/+10 |
* | Generalize the mparse_alloc() and roff_alloc() functions by giving | Ingo Schwarze | 2014-03-19 | 1 | -2/+2 |
* | Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1). | Ingo Schwarze | 2014-01-06 | 1 | -1/+1 |
* | Add an option -Q (quick) to mandocdb(8) | Ingo Schwarze | 2014-01-05 | 1 | -2/+2 |
* | Tag functions with format strings as arguments as printf-like. | Joerg Sonnenberger | 2014-01-05 | 1 | -0/+3 |
* | Simplify: Remove an unused argument from the mandoc_eos() function. | Ingo Schwarze | 2013-12-31 | 1 | -1/+1 |
* | The "value" argument to the roff(7) .nr requests ends right before | Ingo Schwarze | 2013-12-15 | 1 | -1/+1 |
* | Expand references to number registers in exactly the same way as | Ingo Schwarze | 2013-10-05 | 1 | -2/+2 |
* | Support setting arbitrary roff(7) number registers, | Ingo Schwarze | 2013-10-05 | 1 | -8/+3 |
* | In groff, trying to redefine standard man(7) macros before .TH has no effect; | Ingo Schwarze | 2012-11-19 | 1 | -2/+2 |
* | Add `cc' support. | Kristaps Dzonsons | 2012-06-12 | 1 | -1/+2 |
* | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the | Ingo Schwarze | 2012-05-27 | 1 | -1/+1 |
* | In man(7), when no explicit volume name is given, use the default | Ingo Schwarze | 2011-12-02 | 1 | -0/+1 |
* | An implementation of `tr'. This routes allocations of TEXT nodes | Kristaps Dzonsons | 2011-07-28 | 1 | -0/+1 |
* | Disable in-line eqn processing for a bit. | Kristaps Dzonsons | 2011-07-27 | 1 | -0/+2 |
* | Move mandoc_hyph() into roff_parsetext() as a single conditional. While | Kristaps Dzonsons | 2011-07-27 | 1 | -1/+0 |
* | Implement the first steps of equation parsing from within libmdoc. | Kristaps Dzonsons | 2011-07-25 | 1 | -0/+4 |
* | Support `size' constructs in eqn.7. Generalise mandoc_strontou to this | Kristaps Dzonsons | 2011-07-21 | 1 | -1/+1 |
* | Make `struct roff' be passed into libmdoc and libman upon creation. | Kristaps Dzonsons | 2011-07-18 | 1 | -32/+6 |
* | Remove prototype since moved into mandoc.h. | Kristaps Dzonsons | 2011-07-17 | 1 | -1/+0 |
* | Move roff.c's strtol into libmandoc.h for use by other parts of the code | Kristaps Dzonsons | 2011-05-14 | 1 | -0/+1 |