summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make literal `Bd' use a PRE in -Thtml. Make `Bd' output in general useKristaps Dzonsons2010-12-174-29/+27
* Banished -man -Thtml header and footer to example.style.css as well.Kristaps Dzonsons2010-12-172-32/+19
* Have synopsis_pre() in -Thtml emit P or BR, not DIVs.Kristaps Dzonsons2010-12-173-44/+35
* Make SYNOPSIS `Nm' use a TABLE in -T[x]html mode. Also fix `Nd' usingKristaps Dzonsons2010-12-172-57/+39
* Significantly clean up Sh, Ss, SH, and SS handling in -Thtml. Now aKristaps Dzonsons2010-12-173-133/+38
* Some default styles for lists. Needs more testing, but seems safeKristaps Dzonsons2010-12-161-8/+8
* Note that we use CSS1, not CSS2.Kristaps Dzonsons2010-12-161-6/+5
* Get widths to be propertly represented in -T[x]html.Kristaps Dzonsons2010-12-161-6/+17
* Migrate `An' to use a pointer in its data, like everybody else. This isKristaps Dzonsons2010-12-164-7/+13
* Remove stray note on `i', which we no longer support.Kristaps Dzonsons2010-12-161-6/+0
* Note that `Sh' and `Ss' are now rigorously checked for paragraph macros.Kristaps Dzonsons2010-12-161-4/+2
* Back out last: apparently `Bl', `It', and `Pp' need a little bit moreKristaps Dzonsons2010-12-161-17/+2
* Allow `It' to have a trailing paragraph if the surrounding list is inKristaps Dzonsons2010-12-161-2/+17
* First, make `Pp' (next to `Sm') be allowed as the first element of aKristaps Dzonsons2010-12-161-13/+15
* Remove `Pp' and `Lp' checks in front-ends to make sure we're notKristaps Dzonsons2010-12-152-10/+0
* Add a "last child" member of struct mdoc_node.Kristaps Dzonsons2010-12-156-8/+34
* Add some more bits to CSS example.Kristaps Dzonsons2010-12-151-1/+5
* Use a single P tag for paragraph breaks (which can be configured forKristaps Dzonsons2010-12-154-37/+36
* Make sure that new list types don't emit whitespace before or after (weKristaps Dzonsons2010-12-151-20/+15
* Clarifying styles.Kristaps Dzonsons2010-12-151-21/+20
* Clarify purpose of "lit".Kristaps Dzonsons2010-12-152-8/+16
* Remove stupid outer DIV tag in favour of regular BODY and HTML that canKristaps Dzonsons2010-12-155-19/+7
* Added list-type style tips.Kristaps Dzonsons2010-12-152-11/+53
* In-progress move from -T[x]html using DIVs for its lists to using DL,Kristaps Dzonsons2010-12-154-256/+160
* Make SYNOPSIS sections and code having .nr nS enabledIngo Schwarze2010-12-111-1/+14
* Abort endless loops during roff macro and string expansion.Ingo Schwarze2010-12-103-2/+18
* done: .de; todo: """"; loops in macro and string expansionIngo Schwarze2010-12-091-22/+9
* Allow quote macros (`Op', `Aq', `Bq', `Dq', `Pq', `Ql', `Qq', `Sq', andKristaps Dzonsons2010-12-092-12/+9
* Remove `i' and `r' macro handlers. These macros, originally part of theKristaps Dzonsons2010-12-087-53/+10
* 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-85/+106
* Import changes by schwarze@ and Jason McIntyre into manuals. These areKristaps Dzonsons2010-12-062-91/+274
* Typo: man_in_pre -> man_ign_pre for `ft'.Kristaps Dzonsons2010-12-061-1/+1
* Add support for `ft' macro found in groff(7). Based on a patch byKristaps Dzonsons2010-12-069-2/+110
* Small merges from schwarze@'s man_html.c edits.Kristaps Dzonsons2010-12-061-6/+2
* Let some man_term.c cleanups bleed into man_html.c.Kristaps Dzonsons2010-12-061-6/+2
* My favourite: removing lots of code in favour of smaller, tighter code.Kristaps Dzonsons2010-12-061-79/+49
* Make return(man_nmsg(...)) by a simple declaration.Kristaps Dzonsons2010-12-061-18/+20
* Header for `PP', `P', and `LP' should never be printed.Kristaps Dzonsons2010-12-062-2/+5
* Allow HP/IP/etc. to have no arguments, as they're optional. From a field-Kristaps Dzonsons2010-12-061-3/+1
* Allow multiple ELINE macros without raising a fatal error. From a field-Kristaps Dzonsons2010-12-061-25/+9
* Track down a bug of empty `de XX' macros causing uncertain behaviour byKristaps Dzonsons2010-12-062-10/+22
* Merge schwarze@'s relaxation of scope-breaking rules: allow implicitKristaps Dzonsons2010-12-064-24/+24
* Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD),Kristaps Dzonsons2010-12-058-69/+5
* Remove repeat notification of -width omission. From a patch by schwarze@.Kristaps Dzonsons2010-12-051-6/+1
* Remove long-standing FIXME regarding the consolidation of WIDTHARG andKristaps Dzonsons2010-12-053-6/+2
* Merge schwarze@'s patch to allow uname() to fail without causing an exit.Kristaps Dzonsons2010-12-053-5/+8
* Merge schwarze@'s changes allowing nested displays. Tweak the patch byKristaps Dzonsons2010-12-056-13/+21
* Track the parser status both per file (file_status), such thatIngo Schwarze2010-12-021-13/+18
* Merge schwarze@'s changes to allow for user-defined strings. ThisKristaps Dzonsons2010-12-021-72/+213