summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* restore alphabetical order for the -Toutput list, and use a widthIngo Schwarze2011-09-261-33/+33
* typos found by jmc@Ingo Schwarze2011-09-251-3/+4
* As noticed by kristaps@, when breaking an overflowing line,Ingo Schwarze2011-09-212-9/+5
* sync to groff: support .Lb -libdwarf, update .Lb -libelfIngo Schwarze2011-09-201-1/+2
* Major rewrite of the horizontal spacing of tablesIngo Schwarze2011-09-202-136/+110
* add a MACRO OVERVIEW section, similar to the one in mdoc(7);Ingo Schwarze2011-09-201-0/+39
* Using user-defined macros, surprisingly, it is possibleIngo Schwarze2011-09-202-1/+5
* do not assign pointers to literal stringsIngo Schwarze2011-09-201-2/+2
* When advancing the left margin, .RS also needs to reset the right marginIngo Schwarze2011-09-201-1/+2
* Sync print_mdoc_head to print_man_head;Ingo Schwarze2011-09-202-19/+26
* Remove the terminal frontend flag TERMP_NOLPAD.Ingo Schwarze2011-09-194-69/+54
* Breaking the line at a hyphen is only allowed if the hyphenIngo Schwarze2011-09-191-9/+2
* Fix another regression introduced in 1.11.7:Ingo Schwarze2011-09-181-2/+13
* fix a regression introduced in 1.11.7:Ingo Schwarze2011-09-181-1/+4
* Support nesting of indented blocks.Ingo Schwarze2011-09-181-34/+28
* two issues were reported againIngo Schwarze2011-09-181-0/+5
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-1820-20/+20
* Add a MACRO OVERVIEW, listing all macros ordered by purpose,Ingo Schwarze2011-09-181-0/+124
* Initial, incomplete support for -TmanIngo Schwarze2011-09-175-0/+456
* fix an obvious typo: sz was used uninitializedIngo Schwarze2011-09-171-1/+1
* support ".St -iso8601"; committing on behalf of jmc@Ingo Schwarze2011-09-162-0/+3
* It's unknown whether `SH' and `SS' closing out `nf' literalism isKristaps Dzonsons2011-09-061-0/+8
* Revert removal of tab warning, suggested by schwarze@.Kristaps Dzonsons2011-09-061-2/+17
* Remove check for tab. man(7) says tab is Ok.Kristaps Dzonsons2011-09-041-17/+2
* Teach -man that a literal context should be closed by SS/SH in theKristaps Dzonsons2011-09-041-9/+19
* Fix handling of font modifiers in tables. Noted by Brad Smith.Kristaps Dzonsons2011-09-032-3/+22
* Make -man check for tabs correctly print the column.VERSION.1.11.7Kristaps Dzonsons2011-09-021-1/+1
* Fix typos and spelling errors found by demandoc -w | spell -b.Kristaps Dzonsons2011-09-024-8/+8
* Fix hypermail link.Kristaps Dzonsons2011-09-021-3/+3
* Adding version notes.Kristaps Dzonsons2011-09-023-8/+8
* Finishing touches on demandoc. It now backs over ending punctuation asKristaps Dzonsons2011-09-012-5/+27
* Make `-w' mode work much better. This is INCREDIBLY poorly specified inKristaps Dzonsons2011-09-012-5/+62
* Have demandoc throw away deroff's flags.Kristaps Dzonsons2011-09-012-31/+68
* Lint checks over demandoc.Kristaps Dzonsons2011-09-011-3/+2
* Allow compilation on OpenBSD.Kristaps Dzonsons2011-09-011-0/+1
* Add demandoc utility, a replacement for deroff.Kristaps Dzonsons2011-09-014-22/+305
* Order -column lists to have the arguments follow `-column'. From aKristaps Dzonsons2011-08-303-22/+22
* Remove unnecessary `Pp'/`-compat' combination for column lists.Kristaps Dzonsons2011-08-303-18/+9
* Make sure that `Ql' literalises its arguments in -T[x]html. Found whenKristaps Dzonsons2011-08-263-3/+7
* Avoid incorrect casting by using an implicit cast. Reported by ThomasKristaps Dzonsons2011-08-191-2/+2
* Bring man.7's LANGUAGE SYNTAX in line with mdoc.7. While here, changeKristaps Dzonsons2011-08-192-61/+77
* Make LANGUAGE SYNTAX examples a bit more explanatory.Kristaps Dzonsons2011-08-191-13/+19
* First, use \(dq instead of \*q for double-quote. Second, use `Li' toKristaps Dzonsons2011-08-191-72/+65
* Align `-offset indent' and `D1' by forcing BLOCKQUOTE to have a 5exKristaps Dzonsons2011-08-184-8/+4
* Slightly tweak www section/subsections.Kristaps Dzonsons2011-08-182-8/+13
* Have `Li' be correctly monospaced in -T[x]html. Also make sure thatKristaps Dzonsons2011-08-183-4/+4
* Replace the old `An'/`Aq' AUTHORS note with `An'/`Mt'.Kristaps Dzonsons2011-08-1810-13/+24
* Add example of comments in man.7 and mdoc.7.Kristaps Dzonsons2011-08-172-2/+18
* Sync man.7's LANGUAGE SYNTAX (was INPUT ENCODING) with mdoc.7.Kristaps Dzonsons2011-08-171-47/+119
* Clean up and normalise the LANGUAGE SYNTAX section in mdoc.7:Kristaps Dzonsons2011-08-171-59/+91