| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Merge OpenBSD mdoc.7 rev. 1.56 and 1.57: | Ingo Schwarze | 2010-11-30 | 1 | -15/+25 |
* | Kill man_action.c. | Kristaps Dzonsons | 2010-11-30 | 5 | -114/+3 |
* | Move all man_action.c routines into man_validate.c | Kristaps Dzonsons | 2010-11-30 | 2 | -198/+198 |
* | Simplify the many if ( ! mdoc_nmsg()) return(0) etc. calls with just the | Kristaps Dzonsons | 2010-11-30 | 1 | -168/+157 |
* | mdoc_action.c is no more. Attic it and remove it from the Makefile. | Kristaps Dzonsons | 2010-11-30 | 5 | -236/+5 |
* | Moved all prologue actions from mdoc_action.c into mdoc_validate.c. The | Kristaps Dzonsons | 2010-11-30 | 2 | -337/+299 |
* | Move post_bl() and subfunctions from mdoc_action.c into mdoc_validate.c. | Kristaps Dzonsons | 2010-11-30 | 2 | -152/+157 |
* | Move -column list validation and normal-formisation from mdoc_action.c | Kristaps Dzonsons | 2010-11-30 | 2 | -67/+56 |
* | Migrate `Nm' and `Pa' handling from mdoc_action.c into mdoc_validate.c. | Kristaps Dzonsons | 2010-11-29 | 3 | -50/+42 |
* | Remove left-over rsord[] in mdoc_actions.c. | Kristaps Dzonsons | 2010-11-29 | 4 | -102/+78 |
* | Move `Lb' handling from mdoc_action.c into mdoc_validate.c. | Kristaps Dzonsons | 2010-11-29 | 2 | -39/+26 |
* | Move `At' handling from mdoc_action.c into mdoc_validate.c. | Kristaps Dzonsons | 2010-11-29 | 2 | -48/+36 |
* | Move `Sh' validation from mdoc_action.c. into mdoc_validate.c. | Kristaps Dzonsons | 2010-11-29 | 2 | -86/+46 |
* | Clarifying role of pre_pp (now pre_par), which was confusing me due to | Kristaps Dzonsons | 2010-11-29 | 1 | -7/+9 |