| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup, minus 15 LOC, no functional change: |  schwarze | 2018-12-31 | 1 | -3/+1 |
* | Cleanup, no functional change: |  schwarze | 2018-12-30 | 1 | -1/+5 |
* | Rename mandoc_getarg() to roff_getarg() and pass it the roff parser |  schwarze | 2018-12-21 | 1 | -1/+2 |
* | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all |  schwarze | 2018-12-04 | 1 | -2/+1 |
* | Remove more pointer arithmetic passing via regions outside the array |  schwarze | 2018-08-17 | 1 | -5/+3 |
* | Macro argument quoting does not prevent recognition of punctuation |  schwarze | 2017-05-30 | 1 | -2/+1 |
* | Parser unification: use nice ohashes for all three request and macro tables; |  schwarze | 2017-04-29 | 1 | -2/+1 |
* | Continue parser unification: |  schwarze | 2017-04-24 | 1 | -11/+12 |
* | Remove the ENDBODY_NOSPACE flag, simplifying the code. |  schwarze | 2017-02-16 | 1 | -2/+2 |
* | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. |  schwarze | 2015-11-07 | 1 | -4/+1 |
* | In order to become able to generate syntax tree nodes on the roff(7) |  schwarze | 2015-10-20 | 1 | -2/+6 |
* | Very tricky diff to fix macro interpretation and spacing around tabs |  schwarze | 2015-10-17 | 1 | -4/+2 |
* | Get rid of two empty wrapper functions. No functional change. |  schwarze | 2015-04-23 | 1 | -2/+1 |
* | Unify some node handling functions that use TOKEN_NONE. |  schwarze | 2015-04-19 | 1 | -6/+1 |
* | Unify node handling functions: |  schwarze | 2015-04-19 | 1 | -3/+1 |
* | Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}(). |  schwarze | 2015-04-18 | 1 | -2/+1 |
* | Move mdoc_hash_init() and man_hash_init() to libmandoc.h |  schwarze | 2015-04-18 | 1 | -2/+1 |
* | Replace the structs mdoc and man by a unified struct roff_man. |  schwarze | 2015-04-18 | 1 | -47/+17 |
* | Third step towards parser unification: |  schwarze | 2015-04-02 | 1 | -2/+2 |
* | Second step towards parser unification: |  schwarze | 2015-04-02 | 1 | -24/+24 |
* | Get rid of all calls to rew_sub() in blk_exp_close(); only ten calls |  schwarze | 2015-02-02 | 1 | -2/+2 |
* | Provide a helper function macro_or_word() and use it to prune the |  schwarze | 2014-11-29 | 1 | -3/+1 |
* | Fold the loop around mdoc_argv() into the function itself, |  schwarze | 2014-11-28 | 1 | -9/+2 |
* | Retire support for CSRG supplementary document titles. These are |  schwarze | 2014-11-28 | 1 | -2/+1 |
* | Remove bulky, irrelevant library description string tables |  schwarze | 2014-11-28 | 1 | -2/+1 |
* | Simplify by making the mdoc parser callbacks void, and some cleanup; |  schwarze | 2014-11-28 | 1 | -4/+4 |
* | Simplify the code by making various mdoc parser helper functions void. |  schwarze | 2014-11-28 | 1 | -10/+9 |
* | Simplify code by making mdoc validation handlers void. |  schwarze | 2014-11-28 | 1 | -3/+3 |
* | remove unneccessary inclusion protection; ok schwarze |  deraadt | 2014-11-27 | 1 | -5/+1 |
* | Multiple fixes with respect to in-line macros: |  schwarze | 2014-11-17 | 1 | -2/+3 |
* | demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg() |  schwarze | 2014-08-08 | 1 | -5/+1 |
* | Simplify: replace one global flag by one local variable |  schwarze | 2014-08-08 | 1 | -2/+1 |
* | mark defos as const; nobody needs to change it, |  schwarze | 2014-07-09 | 1 | -2/+2 |
* | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, |  schwarze | 2014-07-02 | 1 | -1/+2 |
* | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, |  schwarze | 2014-04-20 | 1 | -5/+5 |
* | Add an option -Q (quick) to mandocdb(8) |  schwarze | 2014-01-05 | 1 | -1/+2 |
* | There are three kinds of input lines: text lines, macros taking |  schwarze | 2013-10-21 | 1 | -3/+7 |
* | Cleanup naming of local variables to make the code easier on the eye: |  schwarze | 2012-11-17 | 1 | -9/+8 |
* | Fix handling of paragraph macros inside lists: |  schwarze | 2012-07-18 | 1 | -1/+2 |
* | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the |  schwarze | 2012-05-24 | 1 | -1/+2 |
* | In man(7), when no explicit volume name is given, use the default |  schwarze | 2011-12-02 | 1 | -2/+1 |
* | sync to version 1.11.5: |  schwarze | 2011-09-18 | 1 | -2/+2 |
* | Merge release 1.11.3, almost all code by kristaps@: |  schwarze | 2011-05-29 | 1 | -18/+12 |
* | Merge version 1.11.1: |  schwarze | 2011-04-24 | 1 | -12/+26 |
* | Merge version 1.10.10: |  schwarze | 2011-04-21 | 1 | -15/+2 |
* | Merge mdoc_action.c into mdoc_validate.c, because having two places to do |  schwarze | 2010-12-01 | 1 | -4/+1 |
* | Implement a simple, consistent user interface for error handling. |  schwarze | 2010-08-20 | 1 | -2/+1 |
* | Merge release 1.10.4 (all code by kristaps@), providing four new features: |  schwarze | 2010-07-13 | 1 | -3/+2 |
* | In the mdoc(7) parser, inspect roff registers early such that all parts |  schwarze | 2010-07-01 | 1 | -1/+2 |
* | Support for badly nested blocks, written around the time of |  schwarze | 2010-06-29 | 1 | -1/+4 |