summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Normalise SYNOPSIS behaviour after I gave up on following groff'sKristaps Dzonsons2010-06-079-305/+216
* Forgot to check in manual along with -Owidth=width patch.Kristaps Dzonsons2010-06-071-2/+12
* Add -Owidth=width option to mandoc -Tascii. Asked for by joerg@ about aKristaps Dzonsons2010-06-074-9/+29
* Small fix to preserve trailing semicolons in examples.Kristaps Dzonsons2010-06-061-3/+3
* Merge a fix to avoid a regression in OpenBSD:Ingo Schwarze2010-06-061-0/+3
* Add MAP_SHARED for mmap, at least NetBSD with DIAGNOSTIC is quite noisyJoerg Sonnenberger2010-06-061-1/+1
* 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-45/+154
* Shortened "its calling syntax" -> "its syntax".Kristaps Dzonsons2010-06-061-35/+149
* Fix following the first: `Ft' is given special treatment if specified beforeKristaps Dzonsons2010-06-042-1/+7
* Fixed `Fn' newline behaviour and added some regression tests to thisKristaps Dzonsons2010-06-045-3/+81
* Documented `In' in full.Kristaps Dzonsons2010-06-044-35/+63
* Fixed `Fd' to format in the right way. Found when confused by what theKristaps Dzonsons2010-06-043-17/+33
* Documented `Db', `El', `Fa', and `Fd'.Kristaps Dzonsons2010-06-041-0/+37
* Document the `Mt' macro.Kristaps Dzonsons2010-06-031-0/+9
* Remove manuals.7 (see http://manpages.bsd.lv).Kristaps Dzonsons2010-06-033-245/+6
* Version bits for 1.10.1.Kristaps Dzonsons2010-06-032-3/+13
* Compatibility note about `Ta' being a line macro.Kristaps Dzonsons2010-06-031-0/+5
* Complete, rigorous documentation of the `Bl' and `It' macros, includingKristaps Dzonsons2010-06-031-16/+95
* Consolidated list processing to a single loop in mdoc_validate.c. ThisKristaps Dzonsons2010-06-036-131/+116
* Strip empty-line markers from mdoc.template and its mdoc.7 embedded formKristaps Dzonsons2010-06-022-4/+0
* Note missing man/roff(?) feature not documented anywhere.Kristaps Dzonsons2010-06-011-0/+4
* Spelling patches provided by Ulrich Spoerlein.Kristaps Dzonsons2010-06-012-4/+4
* De Morgan's law not being applied properly. Noted by Ulrich Spoerlein.Kristaps Dzonsons2010-06-011-1/+1
* Noted that \} collapses into a zero-width space on the front-end.Kristaps Dzonsons2010-06-011-1/+3
* 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-4/+100
* Lint fixes (noops).Kristaps Dzonsons2010-05-311-2/+1
* Cleanup post_bl_head() to use enum mdoc_list (avoid traversing thatKristaps Dzonsons2010-05-314-12/+17
* Clean up the validation code for `It' macros: use enum mdoc_listKristaps Dzonsons2010-05-311-71/+39
* Remove now-superfluous check on `Ta' context.Kristaps Dzonsons2010-05-311-20/+0
* Fixed my breaking of Ingo's eoln-whitespace detection code, where aKristaps Dzonsons2010-05-311-0/+1
* Macro lines now infer an `It' if they immediately follow a `Bl -column'Kristaps Dzonsons2010-05-315-10/+100
* Strengthened constraint for passing into `It'.Kristaps Dzonsons2010-05-312-1/+19
* Add ability to interpret initial free-form lines as part of a `BlKristaps Dzonsons2010-05-317-2/+79
* Getting args() function ready to handle no-context (*pos can == 0)Kristaps Dzonsons2010-05-311-11/+11
* `Ta' scope-checks need to be more specific (until implicit `It' handlingKristaps Dzonsons2010-05-311-1/+4
* Add some regression tests.Kristaps Dzonsons2010-05-312-0/+36
* Remove enum mdocargerr from phrase() (unused).Kristaps Dzonsons2010-05-318-24/+111
* Fix unescaped `Ta' invocations in mdoc.7.Kristaps Dzonsons2010-05-311-3/+3
* Have mdoc_args() use enum mdoc_list instead of scanning.Kristaps Dzonsons2010-05-301-16/+3
* 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-64/+135
* Final word on lac/ac. Document flow as it relates to phrasing, as I'llKristaps Dzonsons2010-05-301-4/+17
* Obvious fix to last patch: have ARGS_PEND also be flagged for phrase()Kristaps Dzonsons2010-05-301-1/+3
* First in several iterative patches in getting complex -column listsKristaps Dzonsons2010-05-303-8/+42
* Make check for case a little more intuitive (suggested by joerg@).Kristaps Dzonsons2010-05-301-3/+1
* Made `Dt' default to LOCAL and UNKNOWN instead of local and unknown (note case).Kristaps Dzonsons2010-05-304-16/+40
* Fixed tech@ mailing list pointer (noted by Ulrich Spoerlein).Kristaps Dzonsons2010-05-301-3/+3
* Added a final regression for `Ar' (won't work on old groff).Kristaps Dzonsons2010-05-291-0/+10