summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Missing prototype for getsubopt() on NetBSD fixed.VERSION_1_10_1Kristaps Dzonsons2010-06-081-1/+2
* Fixed missing tag in www index.Kristaps Dzonsons2010-06-081-2/+1
* Updated version bits with PostScript goodies.Kristaps Dzonsons2010-06-071-37/+63
* Lint fix.Kristaps Dzonsons2010-06-072-2/+5
* First check-in of PostScript output. This does not change any logicKristaps Dzonsons2010-06-078-57/+339
* Added version bits for 1.10.1.Kristaps Dzonsons2010-06-073-11/+20
* I really should run -Tlint on my own manuals before committing them.Kristaps Dzonsons2010-06-071-3/+3
* Normalise SYNOPSIS behaviour after I gave up on following groff'sKristaps Dzonsons2010-06-079-309/+220
* Forgot to check in manual along with -Owidth=width patch.Kristaps Dzonsons2010-06-071-4/+14
* Add -Owidth=width option to mandoc -Tascii. Asked for by joerg@ about aKristaps Dzonsons2010-06-074-13/+33
* Small fix to preserve trailing semicolons in examples.Kristaps Dzonsons2010-06-061-4/+4
* Merge a fix to avoid a regression in OpenBSD:Ingo Schwarze2010-06-061-1/+4
* Add MAP_SHARED for mmap, at least NetBSD with DIAGNOSTIC is quite noisyJoerg Sonnenberger2010-06-061-2/+2
* Have regress.sh bail out if $MANDOC isn't found.Kristaps Dzonsons2010-06-061-0/+6
* Fixed -Tascii and -Thtml rendering of `Ft' and `Fo'.Kristaps Dzonsons2010-06-066-47/+156
* Shortened "its calling syntax" -> "its syntax".Kristaps Dzonsons2010-06-061-37/+151
* Fix following the first: `Ft' is given special treatment if specified beforeKristaps Dzonsons2010-06-042-3/+9
* Fixed `Fn' newline behaviour and added some regression tests to thisKristaps Dzonsons2010-06-045-6/+84
* Documented `In' in full.Kristaps Dzonsons2010-06-044-38/+66
* Fixed `Fd' to format in the right way. Found when confused by what theKristaps Dzonsons2010-06-043-19/+35
* Documented `Db', `El', `Fa', and `Fd'.Kristaps Dzonsons2010-06-041-2/+39
* Document the `Mt' macro.Kristaps Dzonsons2010-06-031-1/+10
* Remove manuals.7 (see http://manpages.bsd.lv).Kristaps Dzonsons2010-06-033-246/+7
* Version bits for 1.10.1.Kristaps Dzonsons2010-06-032-4/+14
* Compatibility note about `Ta' being a line macro.Kristaps Dzonsons2010-06-031-1/+6
* Complete, rigorous documentation of the `Bl' and `It' macros, includingKristaps Dzonsons2010-06-031-18/+97
* Consolidated list processing to a single loop in mdoc_validate.c. ThisKristaps Dzonsons2010-06-036-137/+122
* Strip empty-line markers from mdoc.template and its mdoc.7 embedded formKristaps Dzonsons2010-06-022-6/+2
* Note missing man/roff(?) feature not documented anywhere.Kristaps Dzonsons2010-06-011-0/+4
* Spelling patches provided by Ulrich Spoerlein.Kristaps Dzonsons2010-06-012-6/+6
* De Morgan's law not being applied properly. Noted by Ulrich Spoerlein.Kristaps Dzonsons2010-06-011-2/+2
* Noted that \} collapses into a zero-width space on the front-end.Kristaps Dzonsons2010-06-011-3/+5
* Regression made old-groff-friendly.Kristaps Dzonsons2010-06-011-2/+0
* Fixed condition of `\}' closing a conditional at the start of the line.Kristaps Dzonsons2010-06-015-8/+104
* Lint fixes (noops).Kristaps Dzonsons2010-05-311-3/+2
* Cleanup post_bl_head() to use enum mdoc_list (avoid traversing thatKristaps Dzonsons2010-05-314-15/+20
* Clean up the validation code for `It' macros: use enum mdoc_listKristaps Dzonsons2010-05-311-72/+40
* Remove now-superfluous check on `Ta' context.Kristaps Dzonsons2010-05-311-21/+1
* Fixed my breaking of Ingo's eoln-whitespace detection code, where aKristaps Dzonsons2010-05-311-1/+2
* Macro lines now infer an `It' if they immediately follow a `Bl -column'Kristaps Dzonsons2010-05-315-11/+101
* Strengthened constraint for passing into `It'.Kristaps Dzonsons2010-05-312-2/+20
* Add ability to interpret initial free-form lines as part of a `BlKristaps Dzonsons2010-05-317-5/+82
* Getting args() function ready to handle no-context (*pos can == 0)Kristaps Dzonsons2010-05-311-12/+12
* `Ta' scope-checks need to be more specific (until implicit `It' handlingKristaps Dzonsons2010-05-311-2/+5
* Add some regression tests.Kristaps Dzonsons2010-05-312-0/+36
* Remove enum mdocargerr from phrase() (unused).Kristaps Dzonsons2010-05-318-32/+119
* Fix unescaped `Ta' invocations in mdoc.7.Kristaps Dzonsons2010-05-311-5/+5
* Have mdoc_args() use enum mdoc_list instead of scanning.Kristaps Dzonsons2010-05-301-17/+4
* Tweak regression so it doesn't puke on the groff behaviour (allowingKristaps Dzonsons2010-05-301-1/+1
* Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. ThisKristaps Dzonsons2010-05-3010-70/+141