aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Remove stupid outer DIV tag in favour of regular BODY and HTML that canKristaps Dzonsons2010-12-155-25/+13
* Added list-type style tips.Kristaps Dzonsons2010-12-152-13/+55
* In-progress move from -T[x]html using DIVs for its lists to using DL,Kristaps Dzonsons2010-12-154-260/+164
* Make SYNOPSIS sections and code having .nr nS enabledIngo Schwarze2010-12-111-2/+15
* Abort endless loops during roff macro and string expansion.Ingo Schwarze2010-12-103-6/+22
* done: .de; todo: """"; loops in macro and string expansionIngo Schwarze2010-12-091-23/+10
* Allow quote macros (`Op', `Aq', `Bq', `Dq', `Pq', `Ql', `Qq', `Sq', andKristaps Dzonsons2010-12-092-14/+11
* Remove `i' and `r' macro handlers. These macros, originally part of theKristaps Dzonsons2010-12-087-61/+18
* Tag an internal release, 1.10.7, that marks being in sync with OpenBSD'sVERSION_1_10_7Kristaps Dzonsons2010-12-061-2/+2
* Bring schwarze@'s mandoc.h and main.c errors and warnings entirely in sync,Kristaps Dzonsons2010-12-062-87/+108
* Import changes by schwarze@ and Jason McIntyre into manuals. These areKristaps Dzonsons2010-12-062-95/+278
* Typo: man_in_pre -> man_ign_pre for `ft'.Kristaps Dzonsons2010-12-061-2/+2
* Add support for `ft' macro found in groff(7). Based on a patch byKristaps Dzonsons2010-12-069-12/+120
* Small merges from schwarze@'s man_html.c edits.Kristaps Dzonsons2010-12-061-7/+3
* Let some man_term.c cleanups bleed into man_html.c.Kristaps Dzonsons2010-12-061-7/+3
* My favourite: removing lots of code in favour of smaller, tighter code.Kristaps Dzonsons2010-12-061-80/+50
* Make return(man_nmsg(...)) by a simple declaration.Kristaps Dzonsons2010-12-061-19/+21
* Header for `PP', `P', and `LP' should never be printed.Kristaps Dzonsons2010-12-062-4/+7
* Allow HP/IP/etc. to have no arguments, as they're optional. From a field-Kristaps Dzonsons2010-12-061-4/+2
* Allow multiple ELINE macros without raising a fatal error. From a field-Kristaps Dzonsons2010-12-061-26/+10
* Track down a bug of empty `de XX' macros causing uncertain behaviour byKristaps Dzonsons2010-12-062-12/+24
* Merge schwarze@'s relaxation of scope-breaking rules: allow implicitKristaps Dzonsons2010-12-064-28/+28
* Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD),Kristaps Dzonsons2010-12-058-79/+15
* Remove repeat notification of -width omission. From a patch by schwarze@.Kristaps Dzonsons2010-12-051-7/+2
* Remove long-standing FIXME regarding the consolidation of WIDTHARG andKristaps Dzonsons2010-12-053-9/+5
* Merge schwarze@'s patch to allow uname() to fail without causing an exit.Kristaps Dzonsons2010-12-053-8/+11
* Merge schwarze@'s changes allowing nested displays. Tweak the patch byKristaps Dzonsons2010-12-056-20/+28
* Track the parser status both per file (file_status), such thatIngo Schwarze2010-12-021-14/+19
* Merge schwarze@'s changes to allow for user-defined strings. ThisKristaps Dzonsons2010-12-021-73/+214
* Fix enum/int mixing.Kristaps Dzonsons2010-12-011-3/+4
* Merge OpenBSD's `so' handling (plus some documentation). Great work toKristaps Dzonsons2010-12-013-3/+34
* Make sure that the manual section defaults to `1' if it's unset. ThisKristaps Dzonsons2010-12-011-1/+3
* Fix a subtle error in the new main.c where the parse type (mdoc/man) wasKristaps Dzonsons2010-12-011-86/+157
* Merge restructuring of main.c code. This provided by schwarze@ and inspectedKristaps Dzonsons2010-12-012-131/+218
* Fixed a goddamn subtle error causing MDOC_LITERAL to remain set after aKristaps Dzonsons2010-12-011-2/+2
* Re-ordering of roff requests as per OpenBSD.Kristaps Dzonsons2010-12-013-7/+17
* Low-hanging fruit: add OpenBSD's `ad', `hy', `ne', and `nh' handling.Kristaps Dzonsons2010-12-011-5/+13
* Restore the Id tag that i clobbered in my previous commit,Ingo Schwarze2010-11-301-1/+1
* Merge OpenBSD mdoc.7 rev. 1.56 and 1.57:Ingo Schwarze2010-11-301-16/+26
* Kill man_action.c.Kristaps Dzonsons2010-11-305-117/+6
* Move all man_action.c routines into man_validate.cKristaps Dzonsons2010-11-302-200/+200
* Simplify the many if ( ! mdoc_nmsg()) return(0) etc. calls with just theKristaps Dzonsons2010-11-301-169/+158
* mdoc_action.c is no more. Attic it and remove it from the Makefile.Kristaps Dzonsons2010-11-305-239/+8
* Moved all prologue actions from mdoc_action.c into mdoc_validate.c. TheKristaps Dzonsons2010-11-302-339/+301
* Move post_bl() and subfunctions from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-302-154/+159
* Move -column list validation and normal-formisation from mdoc_action.cKristaps Dzonsons2010-11-302-69/+58
* Migrate `Nm' and `Pa' handling from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-293-53/+45
* Remove left-over rsord[] in mdoc_actions.c.Kristaps Dzonsons2010-11-294-106/+82
* Move `Lb' handling from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-292-41/+28
* Move `At' handling from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-292-50/+38