| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Note that `Rv' and `Ex' have different values if a manual name has been | Kristaps Dzonsons | 2010-11-29 | 1 | -0/+4 |
* | Move `Mt', `Ar', and `Li' handling from mdoc_action.c into mdoc_validate.c. | Kristaps Dzonsons | 2010-11-29 | 6 | -56/+54 |
* | Migrate action for `Rs' into mdoc_validate.c. | Kristaps Dzonsons | 2010-11-29 | 2 | -101/+104 |
* | new: parametric .de, and header lines of excessive length | Ingo Schwarze | 2010-11-03 | 1 | -0/+13 |
* | a bunch of small issues collected during p2k10 | Ingo Schwarze | 2010-10-29 | 1 | -0/+20 |
* | Referring to terms explained in other manuals, always use .Xr. | Ingo Schwarze | 2010-10-29 | 1 | -2/+2 |
* | Remove a left-over ".Xr groff 1"; patch from jmc@. | Ingo Schwarze | 2010-10-29 | 1 | -2/+1 |
* | When mentioning a function documented elsewhere, .Xr is often better than .Fn. | Ingo Schwarze | 2010-10-24 | 1 | -0/+3 |
* | let .Bsx print just "BSD/OS" like in modern groff | Ingo Schwarze | 2010-10-23 | 2 | -2/+2 |
* | new: escape sequence handling | Ingo Schwarze | 2010-10-23 | 1 | -3/+7 |
* | two new TODOs based on submissions by Ulrich Spoerlein | Ingo Schwarze | 2010-10-19 | 1 | -0/+13 |
* | dream about .de support, | Ingo Schwarze | 2010-10-17 | 1 | -5/+18 |
* | Use proper error for `An' multiple arguments. | Kristaps Dzonsons | 2010-10-11 | 3 | -6/+7 |
* | Quiesce Linux header-inclusion warnings. | Kristaps Dzonsons | 2010-10-11 | 2 | -0/+2 |
* | Initial commit of cleaned-up validation code for -mdoc. Remove those | Kristaps Dzonsons | 2010-10-11 | 1 | -81/+123 |
* | `Sm' no longer produces a linebreak when used in `Bd'. | Kristaps Dzonsons | 2010-10-10 | 3 | -4/+14 |
* | Cleaned up library manuals: removed old escapes, added EXAMPLES, stripped | Kristaps Dzonsons | 2010-10-10 | 3 | -87/+26 |
* | Revert merging of {mdoc,man}.h -> mandoc.h. | Kristaps Dzonsons | 2010-10-04 | 3 | -415/+506 |
* | style cleanup, no functional change: | Ingo Schwarze | 2010-10-02 | 1 | -22/+14 |
* | Unify mdoc and man enums and structs into mandoc.h. This is part of the | Kristaps Dzonsons | 2010-10-02 | 3 | -416/+400 |
* | * need a space before .No even if it starts with a closing delimiter | Ingo Schwarze | 2010-10-01 | 6 | -25/+13 |
* | Fix small regression where `Op' had an extra space between the "[" and the SPAN. | Kristaps Dzonsons | 2010-10-01 | 1 | -0/+1 |
* | Merge from OpenBSD right after 1.10.6; now back to full sync. | Ingo Schwarze | 2010-09-27 | 4 | -10/+6 |
* | Added TODO for more `Pp' warnings. | Kristaps Dzonsons | 2010-09-27 | 1 | -0/+4 |
* | A minor issue with \& between .Pp found while merging 1.10.6. | Ingo Schwarze | 2010-09-27 | 1 | -0/+4 |