| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove stray note on `i', which we no longer support. | Kristaps Dzonsons | 2010-12-16 | 1 | -6/+0 |
* | Note that `Sh' and `Ss' are now rigorously checked for paragraph macros. | Kristaps Dzonsons | 2010-12-16 | 1 | -4/+2 |
* | Back out last: apparently `Bl', `It', and `Pp' need a little bit more | Kristaps Dzonsons | 2010-12-16 | 1 | -17/+2 |
* | Allow `It' to have a trailing paragraph if the surrounding list is in | Kristaps Dzonsons | 2010-12-16 | 1 | -2/+17 |
* | First, make `Pp' (next to `Sm') be allowed as the first element of a | Kristaps Dzonsons | 2010-12-16 | 1 | -13/+15 |
* | Remove `Pp' and `Lp' checks in front-ends to make sure we're not | Kristaps Dzonsons | 2010-12-15 | 2 | -10/+0 |
* | Add a "last child" member of struct mdoc_node. | Kristaps Dzonsons | 2010-12-15 | 6 | -8/+34 |
* | Add some more bits to CSS example. | Kristaps Dzonsons | 2010-12-15 | 1 | -1/+5 |
* | Use a single P tag for paragraph breaks (which can be configured for | Kristaps Dzonsons | 2010-12-15 | 4 | -37/+36 |
* | Make sure that new list types don't emit whitespace before or after (we | Kristaps Dzonsons | 2010-12-15 | 1 | -20/+15 |
* | Clarifying styles. | Kristaps Dzonsons | 2010-12-15 | 1 | -21/+20 |
* | Clarify purpose of "lit". | Kristaps Dzonsons | 2010-12-15 | 2 | -8/+16 |
* | Remove stupid outer DIV tag in favour of regular BODY and HTML that can | Kristaps Dzonsons | 2010-12-15 | 5 | -19/+7 |
* | Added list-type style tips. | Kristaps Dzonsons | 2010-12-15 | 2 | -11/+53 |
* | In-progress move from -T[x]html using DIVs for its lists to using DL, | Kristaps Dzonsons | 2010-12-15 | 4 | -256/+160 |
* | Make SYNOPSIS sections and code having .nr nS enabled | Ingo Schwarze | 2010-12-11 | 1 | -1/+14 |
* | Abort endless loops during roff macro and string expansion. | Ingo Schwarze | 2010-12-10 | 3 | -2/+18 |
* | done: .de; todo: """"; loops in macro and string expansion | Ingo Schwarze | 2010-12-09 | 1 | -22/+9 |
* | Allow quote macros (`Op', `Aq', `Bq', `Dq', `Pq', `Ql', `Qq', `Sq', and | Kristaps Dzonsons | 2010-12-09 | 2 | -12/+9 |
* | Remove `i' and `r' macro handlers. These macros, originally part of the | Kristaps Dzonsons | 2010-12-08 | 7 | -53/+10 |
* | Tag an internal release, 1.10.7, that marks being in sync with OpenBSD'sVERSION.1.10.7 | Kristaps Dzonsons | 2010-12-06 | 1 | -2/+2 |
* | Bring schwarze@'s mandoc.h and main.c errors and warnings entirely in sync, | Kristaps Dzonsons | 2010-12-06 | 2 | -85/+106 |
* | Import changes by schwarze@ and Jason McIntyre into manuals. These are | Kristaps Dzonsons | 2010-12-06 | 2 | -91/+274 |
* | Typo: man_in_pre -> man_ign_pre for `ft'. | Kristaps Dzonsons | 2010-12-06 | 1 | -1/+1 |
* | Add support for `ft' macro found in groff(7). Based on a patch by | Kristaps Dzonsons | 2010-12-06 | 9 | -2/+110 |
* | Small merges from schwarze@'s man_html.c edits. | Kristaps Dzonsons | 2010-12-06 | 1 | -6/+2 |
* | Let some man_term.c cleanups bleed into man_html.c. | Kristaps Dzonsons | 2010-12-06 | 1 | -6/+2 |
* | My favourite: removing lots of code in favour of smaller, tighter code. | Kristaps Dzonsons | 2010-12-06 | 1 | -79/+49 |
* | Make return(man_nmsg(...)) by a simple declaration. | Kristaps Dzonsons | 2010-12-06 | 1 | -18/+20 |
* | Header for `PP', `P', and `LP' should never be printed. | Kristaps Dzonsons | 2010-12-06 | 2 | -2/+5 |
* | Allow HP/IP/etc. to have no arguments, as they're optional. From a field- | Kristaps Dzonsons | 2010-12-06 | 1 | -3/+1 |
* | Allow multiple ELINE macros without raising a fatal error. From a field- | Kristaps Dzonsons | 2010-12-06 | 1 | -25/+9 |
* | Track down a bug of empty `de XX' macros causing uncertain behaviour by | Kristaps Dzonsons | 2010-12-06 | 2 | -10/+22 |
* | Merge schwarze@'s relaxation of scope-breaking rules: allow implicit | Kristaps Dzonsons | 2010-12-06 | 4 | -24/+24 |
* | Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD), | Kristaps Dzonsons | 2010-12-05 | 8 | -69/+5 |
* | Remove repeat notification of -width omission. From a patch by schwarze@. | Kristaps Dzonsons | 2010-12-05 | 1 | -6/+1 |
* | Remove long-standing FIXME regarding the consolidation of WIDTHARG and | Kristaps Dzonsons | 2010-12-05 | 3 | -6/+2 |
* | Merge schwarze@'s patch to allow uname() to fail without causing an exit. | Kristaps Dzonsons | 2010-12-05 | 3 | -5/+8 |
* | Merge schwarze@'s changes allowing nested displays. Tweak the patch by | Kristaps Dzonsons | 2010-12-05 | 6 | -13/+21 |
* | Track the parser status both per file (file_status), such that | Ingo Schwarze | 2010-12-02 | 1 | -13/+18 |
* | Merge schwarze@'s changes to allow for user-defined strings. This | Kristaps Dzonsons | 2010-12-02 | 1 | -72/+213 |
* | Fix enum/int mixing. | Kristaps Dzonsons | 2010-12-01 | 1 | -2/+3 |
* | Merge OpenBSD's `so' handling (plus some documentation). Great work to | Kristaps Dzonsons | 2010-12-01 | 3 | -0/+31 |
* | Make sure that the manual section defaults to `1' if it's unset. This | Kristaps Dzonsons | 2010-12-01 | 1 | -0/+2 |
* | Fix a subtle error in the new main.c where the parse type (mdoc/man) was | Kristaps Dzonsons | 2010-12-01 | 1 | -85/+156 |
* | Merge restructuring of main.c code. This provided by schwarze@ and inspected | Kristaps Dzonsons | 2010-12-01 | 2 | -129/+216 |
* | Fixed a goddamn subtle error causing MDOC_LITERAL to remain set after a | Kristaps Dzonsons | 2010-12-01 | 1 | -1/+1 |
* | Re-ordering of roff requests as per OpenBSD. | Kristaps Dzonsons | 2010-12-01 | 3 | -4/+14 |
* | Low-hanging fruit: add OpenBSD's `ad', `hy', `ne', and `nh' handling. | Kristaps Dzonsons | 2010-12-01 | 1 | -4/+12 |
* | Restore the Id tag that i clobbered in my previous commit, | Ingo Schwarze | 2010-11-30 | 1 | -1/+1 |