| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanup, no functional change: |  schwarze | 2018-12-31 | 1 | -4/+4 |
| * | Cleanup, minus 15 LOC, no functional change: |  schwarze | 2018-12-31 | 1 | -10/+1 |
| * | Cleanup, no functional change: |  schwarze | 2018-12-30 | 1 | -2/+2 |
| * | Almost mechanical diff to remove the "struct mparse *" argument |  schwarze | 2018-12-14 | 1 | -11/+6 |
| * | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all |  schwarze | 2018-12-04 | 1 | -10/+1 |
| * | Remove more pointer arithmetic passing via regions outside the array |  schwarze | 2018-08-17 | 1 | -13/+7 |
| * | Make the "new sentence, new line" check stricter, allowing digits |  schwarze | 2017-08-11 | 1 | -3/+3 |
| * | correct handling of blank lines after \c |  schwarze | 2017-06-17 | 1 | -7/+23 |
| * | Also catch "new sentence, new line" if there are three blanks |  schwarze | 2017-06-07 | 1 | -7/+13 |
| * | Make "new sentence, new line" detection stricter: |  schwarze | 2017-06-07 | 1 | -2/+2 |
| * | Move .sp to the roff modules. Enough infrastructure is in place |  schwarze | 2017-05-05 | 1 | -2/+2 |
| * | Parser unification: use nice ohashes for all three request and macro tables; |  schwarze | 2017-04-29 | 1 | -17/+10 |
| * | Continue parser unification: |  schwarze | 2017-04-24 | 1 | -47/+9 |
| * | remove a few redundant conditions that jsg@ found with cppcheck |  schwarze | 2017-03-03 | 1 | -2/+2 |
| * | Remove the ENDBODY_NOSPACE flag, simplifying the code. |  schwarze | 2017-02-16 | 1 | -3/+3 |
| * | Add a warning "new sentence, new line". |  schwarze | 2017-01-28 | 1 | -2/+18 |
| * | unify names of AST node flags; no change of cpp output |  schwarze | 2017-01-10 | 1 | -5/+5 |
| * | If a column list starts with implicit rows (that is, rows without .It) |  schwarze | 2016-08-20 | 1 | -43/+20 |
| * | If a .Bd block has no arguments at all, drop the block and only keep |  schwarze | 2015-10-30 | 1 | -1/+2 |
| * | In order to become able to generate syntax tree nodes on the roff(7) |  schwarze | 2015-10-20 | 1 | -20/+11 |
| * | To make the code more readable, delete 283 /* FALLTHROUGH */ comments |  schwarze | 2015-10-12 | 1 | -13/+1 |
| * | modernize style: "return" is not a function; ok cmp(1) |  schwarze | 2015-10-06 | 1 | -25/+25 |
| * | Unify mdoc_deroff() and man_deroff() into a common function deroff(). |  schwarze | 2015-04-23 | 1 | -40/+1 |
| * | Get rid of two empty wrapper functions. No functional change. |  schwarze | 2015-04-23 | 1 | -8/+1 |
| * | Unify trickier node handling functions. |  schwarze | 2015-04-19 | 1 | -2/+2 |
| * | Unify some node handling functions that use TOKEN_NONE. |  schwarze | 2015-04-19 | 1 | -54/+2 |
| * | Decouple the token code for "no request or macro" from the individual |  schwarze | 2015-04-19 | 1 | -10/+11 |
| * | Unify node handling functions: |  schwarze | 2015-04-19 | 1 | -216/+20 |
| * | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), |  schwarze | 2015-04-18 | 1 | -15/+1 |
| * | Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}(). |  schwarze | 2015-04-18 | 1 | -85/+1 |
| * | Move mdoc_hash_init() and man_hash_init() to libmandoc.h |  schwarze | 2015-04-18 | 1 | -2/+1 |
| * | Profit from the unified struct roff_man and reduce the number of |  schwarze | 2015-04-18 | 1 | -1/+2 |
| * | Replace the structs mdoc and man by a unified struct roff_man. |  schwarze | 2015-04-18 | 1 | -52/+52 |
| * | Third step towards parser unification: |  schwarze | 2015-04-02 | 1 | -5/+5 |
| * | Second step towards parser unification: |  schwarze | 2015-04-02 | 1 | -42/+42 |
| * | First step towards parser unification: |  schwarze | 2015-04-02 | 1 | -37/+38 |
| * | Do not confuse .Bl -column lists that just broken another block |  schwarze | 2015-02-12 | 1 | -5/+5 |
| * | Delete the mdoc_node.pending pointer and the function calculating |  schwarze | 2015-02-12 | 1 | -3/+5 |
| * | Simplify by deleting the "lastline" member of struct mdoc_node. |  schwarze | 2015-02-05 | 1 | -2/+1 |
| * | Get rid of all calls to rew_sub() in blk_exp_close(); only ten calls |  schwarze | 2015-02-02 | 1 | -2/+3 |
| * | Fatal errors no longer exist. |  schwarze | 2015-01-15 | 1 | -3/+2 |
| * | Simplify by making the eqn and tbl steering functions void; |  schwarze | 2014-11-28 | 1 | -5/+3 |
| * | Simplify by making the mdoc parser callbacks void, and some cleanup; |  schwarze | 2014-11-28 | 1 | -15/+19 |
| * | Simplify the code by making various mdoc parser helper functions void. |  schwarze | 2014-11-28 | 1 | -26/+16 |
| * | Simplify code by making mdoc validation handlers void. |  schwarze | 2014-11-28 | 1 | -38/+18 |
| * | Escape sequences terminate high-level macro names, and when doing so, |  schwarze | 2014-11-19 | 1 | -8/+18 |
| * | correct the spacing after in-line equations |  schwarze | 2014-10-20 | 1 | -2/+3 |
| * | correct spacing before inline equations |  schwarze | 2014-10-20 | 1 | -1/+3 |
| * | Implement in-line equations, much needed by Xenocara manuals. |  schwarze | 2014-10-16 | 1 | -58/+1 |
| * | Simplify by handling empty request lines at the one logical place |  schwarze | 2014-09-06 | 1 | -10/+1 |