summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Final word on lac/ac. Document flow as it relates to phrasing, as I'llKristaps Dzonsons2010-05-301-5/+18
* Obvious fix to last patch: have ARGS_PEND also be flagged for phrase()Kristaps Dzonsons2010-05-301-2/+4
* First in several iterative patches in getting complex -column listsKristaps Dzonsons2010-05-303-9/+43
* Make check for case a little more intuitive (suggested by joerg@).Kristaps Dzonsons2010-05-301-4/+2
* Made `Dt' default to LOCAL and UNKNOWN instead of local and unknown (note case).Kristaps Dzonsons2010-05-304-21/+45
* Fixed tech@ mailing list pointer (noted by Ulrich Spoerlein).Kristaps Dzonsons2010-05-301-4/+4
* Added a final regression for `Ar' (won't work on old groff).Kristaps Dzonsons2010-05-291-0/+10
* Bump 1.10.0 version in Makefile.Kristaps Dzonsons2010-05-291-2/+2
* Added version bits to www pages.Kristaps Dzonsons2010-05-292-108/+117
* Give libroff an extremely simple table-lookup instead of iterating overKristaps Dzonsons2010-05-291-22/+72
* Moved printing of empty word [back] into mdoc_action.c so that it's notKristaps Dzonsons2010-05-293-8/+26
* Adding `Ar' regression for empty-prior-closing-punctuation checkin.Kristaps Dzonsons2010-05-291-0/+17
* Commit of patch floated on discuss@ a few days ago: if an in_line scopeKristaps Dzonsons2010-05-297-20/+112
* Allow bad -man dates to flow verbatim into the front-ends. Noted byKristaps Dzonsons2010-05-266-14/+33
* Documented `Ud'.Kristaps Dzonsons2010-05-265-8/+47
* Fixed `Lb' to be in_line (reported by Ulrich Spoerlein).Kristaps Dzonsons2010-05-268-9/+108
* Made index.sgml release notes, mostly cribbed from Ingo's m2k10 report.Kristaps Dzonsons2010-05-251-85/+67
* Fix man.7 to include AT and UC in its syntax table.Kristaps Dzonsons2010-05-251-3/+4
* Added roff.3, which documents the roff parser interface.Kristaps Dzonsons2010-05-254-22/+177
* Clean-up: added `Nm mdoc' to mdoc.3.Kristaps Dzonsons2010-05-252-56/+57
* Clean-up: new-sentence, new-line for mdoc.3.Kristaps Dzonsons2010-05-251-107/+61
* Noted areas where performance can be increased.Kristaps Dzonsons2010-05-251-0/+16
* Smarten BADCHAR check to allow ASCII_HYPH.Kristaps Dzonsons2010-05-253-5/+6
* Forgot to add regression tests.Kristaps Dzonsons2010-05-252-0/+35
* Modified version of Ingo Schwarze's patch for hyphen-breaking.Kristaps Dzonsons2010-05-258-31/+77
* recognize ".if n" as true;Ingo Schwarze2010-05-242-9/+28
* provide stubs to ignore .ds, .rm and .tr,Ingo Schwarze2010-05-242-3/+37