| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the "new sentence, new line" check stricter, allowing digits | Ingo Schwarze | 2017-08-11 | 1 | -2/+2 |
* | correct handling of blank lines after \c | Ingo Schwarze | 2017-06-17 | 1 | -6/+22 |
* | Also catch "new sentence, new line" if there are three blanks | Ingo Schwarze | 2017-06-07 | 1 | -6/+12 |
* | Make "new sentence, new line" detection stricter: | Ingo Schwarze | 2017-06-07 | 1 | -1/+1 |
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 1 | -1/+1 |
* | Parser unification: use nice ohashes for all three request and macro tables; | Ingo Schwarze | 2017-04-29 | 1 | -16/+9 |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 1 | -46/+8 |
* | remove a few redundant conditions that jsg@ found with cppcheck | Ingo Schwarze | 2017-03-03 | 1 | -1/+1 |
* | Remove the ENDBODY_NOSPACE flag, simplifying the code. | Ingo Schwarze | 2017-02-16 | 1 | -2/+2 |
* | Add a warning "new sentence, new line". | Ingo Schwarze | 2017-01-28 | 1 | -1/+17 |
* | unify names of AST node flags; no change of cpp output | Ingo Schwarze | 2017-01-10 | 1 | -4/+4 |
* | If a column list starts with implicit rows (that is, rows without .It) | Ingo Schwarze | 2016-08-20 | 1 | -42/+19 |
* | If a .Bd block has no arguments at all, drop the block and only keep | Ingo Schwarze | 2015-10-30 | 1 | -0/+1 |
* | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze | 2015-10-20 | 1 | -19/+10 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -12/+0 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -24/+24 |
* | Unify mdoc_deroff() and man_deroff() into a common function deroff(). | Ingo Schwarze | 2015-04-23 | 1 | -39/+0 |
* | Get rid of two empty wrapper functions. No functional change. | Ingo Schwarze | 2015-04-23 | 1 | -7/+0 |
* | Unify trickier node handling functions. | Ingo Schwarze | 2015-04-19 | 1 | -1/+1 |
* | Unify some node handling functions that use TOKEN_NONE. | Ingo Schwarze | 2015-04-19 | 1 | -53/+1 |
* | Decouple the token code for "no request or macro" from the individual | Ingo Schwarze | 2015-04-19 | 1 | -9/+10 |
* | Unify node handling functions: | Ingo Schwarze | 2015-04-19 | 1 | -215/+19 |
* | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), | Ingo Schwarze | 2015-04-18 | 1 | -14/+0 |
* | Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}(). | Ingo Schwarze | 2015-04-18 | 1 | -84/+0 |
* | Move mdoc_hash_init() and man_hash_init() to libmandoc.h | Ingo Schwarze | 2015-04-18 | 1 | -1/+0 |
* | Profit from the unified struct roff_man and reduce the number of | Ingo Schwarze | 2015-04-18 | 1 | -0/+1 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -51/+51 |
* | Third step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -4/+4 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -41/+41 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -36/+37 |
* | Do not confuse .Bl -column lists that just broken another block | Ingo Schwarze | 2015-02-12 | 1 | -4/+4 |
* | Delete the mdoc_node.pending pointer and the function calculating | Ingo Schwarze | 2015-02-12 | 1 | -2/+4 |
* | Simplify by deleting the "lastline" member of struct mdoc_node. | Ingo Schwarze | 2015-02-05 | 1 | -1/+0 |
* | Get rid of all calls to rew_sub() in blk_exp_close(); only ten calls | Ingo Schwarze | 2015-02-02 | 1 | -1/+2 |
* | Fatal errors no longer exist. | Ingo Schwarze | 2015-01-15 | 1 | -2/+1 |
* | Simplify by making the eqn and tbl steering functions void; | Ingo Schwarze | 2014-11-28 | 1 | -4/+2 |
* | Simplify by making the mdoc parser callbacks void, and some cleanup; | Ingo Schwarze | 2014-11-28 | 1 | -14/+18 |
* | Simplify the code by making various mdoc parser helper functions void. | Ingo Schwarze | 2014-11-28 | 1 | -25/+15 |
* | Simplify code by making mdoc validation handlers void. | Ingo Schwarze | 2014-11-28 | 1 | -37/+17 |
* | Escape sequences terminate high-level macro names, and when doing so, | Ingo Schwarze | 2014-11-19 | 1 | -7/+17 |
* | correct the spacing after in-line equations | Ingo Schwarze | 2014-10-20 | 1 | -1/+2 |
* | correct spacing before inline equations | Ingo Schwarze | 2014-10-20 | 1 | -0/+2 |
* | Implement in-line equations, much needed by Xenocara manuals. | Ingo Schwarze | 2014-10-16 | 1 | -57/+0 |
* | Simplify by handling empty request lines at the one logical place | Ingo Schwarze | 2014-09-06 | 1 | -9/+0 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+0 |
* | Bring the handling of defective prologues even closer to groff, | Ingo Schwarze | 2014-08-06 | 1 | -38/+21 |
* | mention requests and macros in more messages | Ingo Schwarze | 2014-08-01 | 1 | -2/+2 |
* | garbage collect three unused global flags; no functional change | Ingo Schwarze | 2014-07-30 | 1 | -34/+6 |
* | mark defos as const; nobody needs to change it, | Ingo Schwarze | 2014-07-09 | 1 | -1/+1 |
* | no need to skip content before first section header | Ingo Schwarze | 2014-07-07 | 1 | -21/+0 |