aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Migrate `An' to use a pointer in its data, like everybody else. This isKristaps Dzonsons2010-12-164-11/+17
* Remove stray note on `i', which we no longer support.Kristaps Dzonsons2010-12-161-8/+2
* Note that `Sh' and `Ss' are now rigorously checked for paragraph macros.Kristaps Dzonsons2010-12-161-5/+3
* Back out last: apparently `Bl', `It', and `Pp' need a little bit moreKristaps Dzonsons2010-12-161-18/+3
* Allow `It' to have a trailing paragraph if the surrounding list is inKristaps Dzonsons2010-12-161-3/+18
* First, make `Pp' (next to `Sm') be allowed as the first element of aKristaps Dzonsons2010-12-161-14/+16
* Remove `Pp' and `Lp' checks in front-ends to make sure we're notKristaps Dzonsons2010-12-152-12/+2
* Add a "last child" member of struct mdoc_node.Kristaps Dzonsons2010-12-156-14/+40
* Add some more bits to CSS example.Kristaps Dzonsons2010-12-151-2/+6
* Use a single P tag for paragraph breaks (which can be configured forKristaps Dzonsons2010-12-154-41/+40
* Make sure that new list types don't emit whitespace before or after (weKristaps Dzonsons2010-12-151-21/+16
* Clarifying styles.Kristaps Dzonsons2010-12-151-22/+21
* Clarify purpose of "lit".Kristaps Dzonsons2010-12-152-10/+18
* 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