| Commit message (Expand) | Author | Age | Files | Lines |
* | Support `size' constructs in eqn.7. Generalise mandoc_strontou to this | Kristaps Dzonsons | 2011-07-21 | 8 | -15/+31 |
* | Full support for eqn positionals (above, over, sup, sub, etc.). | Kristaps Dzonsons | 2011-07-21 | 4 | -8/+49 |
* | Add eqn subexpression fonts. | Kristaps Dzonsons | 2011-07-21 | 4 | -17/+52 |
* | Add support for markers. These decorate the last box: see eqn.7. | Kristaps Dzonsons | 2011-07-21 | 4 | -9/+60 |
* | Document `{, }' subexpressions in eqn.7. | Kristaps Dzonsons | 2011-07-21 | 1 | -0/+1 |
* | Support nested `{, }' subexpressions in eqn. Document in code. | Kristaps Dzonsons | 2011-07-21 | 4 | -20/+73 |
* | Make `undef' not expand its argument before undefining it. Document | Kristaps Dzonsons | 2011-07-21 | 2 | -15/+34 |
* | Flip eqn into using parsed nodes. I've temporarily disabled printing | Kristaps Dzonsons | 2011-07-21 | 8 | -63/+128 |
* | Finish the eqn syntactic parser. This correctly parses terms and does | Kristaps Dzonsons | 2011-07-21 | 7 | -213/+253 |
* | Forgot to add these bits to the last commit. | Kristaps Dzonsons | 2011-07-18 | 2 | -0/+2 |
* | Note that equation definitions are nestable. | Kristaps Dzonsons | 2011-07-18 | 1 | -1/+5 |
* | Definitions in eqn.7 are actually recursive. Do this and add crude | Kristaps Dzonsons | 2011-07-18 | 1 | -7/+29 |
* | Clarify up `Rv' and `Ex' documentation. | Kristaps Dzonsons | 2011-07-18 | 1 | -10/+20 |
* | Follow-up: forgot to remove useless regset structs. | Kristaps Dzonsons | 2011-07-18 | 2 | -2/+0 |
* | Make `struct roff' be passed into libmdoc and libman upon creation. | Kristaps Dzonsons | 2011-07-18 | 9 | -57/+61 |
* | Fix copyright email. | Kristaps Dzonsons | 2011-07-17 | 2 | -2/+2 |
* | Remove unused function. | Kristaps Dzonsons | 2011-07-17 | 2 | -43/+0 |
* | Fix lost allocation. | Kristaps Dzonsons | 2011-07-17 | 1 | -2/+0 |
* | Remember to NULL-ify new keys/vals. | Kristaps Dzonsons | 2011-07-17 | 2 | -1/+2 |
* | Provide implementations of `define', `set', and `unset'. | Kristaps Dzonsons | 2011-07-17 | 4 | -71/+261 |
* | Warn if equation `define' key is quoted (groff-ism). | Kristaps Dzonsons | 2011-07-17 | 3 | -4/+22 |
* | Add initial `define' support for eqn(7). | Kristaps Dzonsons | 2011-07-17 | 3 | -11/+126 |
* | Remove prototype since moved into mandoc.h. | Kristaps Dzonsons | 2011-07-17 | 1 | -1/+0 |
* | improve documentation of .Bl -column .It Ta | Ingo Schwarze | 2011-07-15 | 1 | -23/+41 |
* | Big step forward in bringing mandocdb in line with most makewhatis-type | Kristaps Dzonsons | 2011-07-15 | 2 | -77/+227 |
* | First step of making mandocdb a true makewhatis/mandb replacement: | Kristaps Dzonsons | 2011-07-15 | 2 | -126/+135 |
* | Expose mandoc_strdup() to the outside world. | Kristaps Dzonsons | 2011-07-15 | 1 | -0/+1 |
* | Move parts of mandocdb that "do stuff" to the databases into their own | Kristaps Dzonsons | 2011-07-15 | 1 | -125/+173 |
* | Apparently these weren't removed properly... | Kristaps Dzonsons | 2011-07-14 | 2 | -1296/+0 |
* | move mandocdb(1) to mandocdb(8) | Ingo Schwarze | 2011-07-14 | 4 | -31/+32 |
* | Rename makewhatis [back] into mandocdb. This is to maintain consistency | Kristaps Dzonsons | 2011-07-14 | 4 | -28/+1324 |
* | Have equation be allocated with mparse. Will be needed for logging of | Kristaps Dzonsons | 2011-07-12 | 3 | -3/+6 |
* | Re-ordered logic in makewhatis to iterate over the index file only once. | Kristaps Dzonsons | 2011-07-12 | 1 | -97/+81 |
* | Small HTML compatibility fix.VERSION.1.11.4 | Kristaps Dzonsons | 2011-07-12 | 1 | -1/+1 |
* | Fixed some uninitialised values found during lint check. | Kristaps Dzonsons | 2011-07-12 | 1 | -3/+3 |
* | Note version 1.11.4 bits. Here we go! | Kristaps Dzonsons | 2011-07-12 | 2 | -9/+6 |
* | Fairly straightforward patch adding basic update (-u) and remove (-r) | Kristaps Dzonsons | 2011-07-11 | 2 | -18/+172 |
* | Use mandoc.1's error codes (we use them internally). | Kristaps Dzonsons | 2011-07-11 | 1 | -1/+18 |
* | Note we're no longer using temporary files. | Kristaps Dzonsons | 2011-07-11 | 1 | -6/+0 |
* | Don't use a temporary buffer (unless people yell to have it back in), | Kristaps Dzonsons | 2011-07-11 | 1 | -78/+55 |
* | Be more specific about `Dv', `Er', and `Ev'. | Kristaps Dzonsons | 2011-07-11 | 1 | -4/+18 |
* | Make sure constants in mandoc.3 use the `Dv' macro. | Kristaps Dzonsons | 2011-07-11 | 1 | -5/+13 |
* | Have descriptions for -man documents in makewhatis be properly collected. | Kristaps Dzonsons | 2011-07-10 | 1 | -1/+4 |
* | Spaces must be preserved in -T[x]html literal mode. | Kristaps Dzonsons | 2011-07-09 | 1 | -0/+2 |
* | Clarify the role of `RS' in man(7) and also fix a bogus cross-reference. | Kristaps Dzonsons | 2011-07-08 | 1 | -5/+8 |
* | Make sure that `br' and `sp' don't emit space before the initial `SH' in | Kristaps Dzonsons | 2011-07-08 | 1 | -4/+19 |
* | Fix two issues: the first, where a `.\}' wasn't being interpreted as a | Kristaps Dzonsons | 2011-07-08 | 1 | -3/+25 |
* | Fix handling of the `\c' escape in -T[x]html. | Kristaps Dzonsons | 2011-07-07 | 1 | -1/+3 |
* | Considerably fix up -man -T[x]html's handling of verbatim spaces (`nf'), | Kristaps Dzonsons | 2011-07-07 | 1 | -17/+19 |
* | Clean up how -man -T[x]html handles TP, IP, and HP (dd lists and | Kristaps Dzonsons | 2011-07-07 | 1 | -78/+14 |