summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2010-03-29merge 1.9.19, keeping local patchesIngo Schwarze
2010-03-26merge 1.9.17, keeping local patchesIngo Schwarze
2010-03-25merge 1.9.16, keeping local patchesIngo Schwarze
2010-03-25fix a stupid out-of-bounds read access introduced in the previousIngo Schwarze
2010-03-22Only try to break the line at an existing hyphenIngo Schwarze
2010-03-20When the length of a single words exceeds the maximum acceptable lineIngo Schwarze
2010-03-06When the last field on an output line is empty, break the lineIngo Schwarze
2010-03-05At the end of lines, split words at existing hyphens:Ingo Schwarze
2010-03-02In man(7), do not crash on very long title lines,Ingo Schwarze
2010-03-02For -man -Tascii, limit the width of normal text to 65 characters,Ingo Schwarze
2010-03-02Accept the non-standard macros .Sp (similar to .sp)Ingo Schwarze
2010-03-02Proper inter-sentence spacing for mdoc(7).Ingo Schwarze
2010-03-02Distinguish opening and closing delimiters, and close out blockIngo Schwarze
2010-02-26Old news: there is an experimental "loongson" port.Ingo Schwarze
2010-02-26The groff_man(7) manual says "the first line of text following" .TP isIngo Schwarze
2010-02-26Support .It .Xo.Ingo Schwarze
2010-02-18sync to release 1.9.15:Ingo Schwarze
2010-01-03This is not intended to document just the mandoc(1) program, but ratherIngo Schwarze
2010-01-03Install mandoc_char(7), a comprehensive overview of mandoc(1) specialIngo Schwarze
2010-01-02complete the sync to 1.9.15-pre2: mostly minor fixesIngo Schwarze
2010-01-01When a .Fl macro without an argument is followed by text,Ingo Schwarze
2010-01-01.Bl may have .Sm as a child.Ingo Schwarze
2010-01-01Fix .Bl -column horizontal spacing to agree with groff.Ingo Schwarze
2010-01-01When multiple arguments are passed to .Fl,Ingo Schwarze
2009-12-24sync to 1.9.14: rewrite escape sequence handling:Ingo Schwarze
2009-12-23sync to 1.9.13: minor fixes:Ingo Schwarze
2009-12-22sync to 1.9.12, mostly portability and refactoring:Ingo Schwarze
2009-10-27sync to 1.9.11: adapt printing of dates to groff conventions,Ingo Schwarze
2009-10-24simplify overstep handling, removing one local variable;Ingo Schwarze
2009-10-21sync to 1.9.9, featuring:Ingo Schwarze
2009-10-20sync to 1.9.7: use .In instead of .Fd #includeIngo Schwarze
2009-10-19sync to 1.9.7: consolidate some -man -Tascii functions,Ingo Schwarze
2009-10-19sync to 1.9.7: kristaps@ renamed part of the DECL_ARGS :-(Ingo Schwarze
2009-10-19sync to 1.9.7: the same function was declared in two different headers;Ingo Schwarze
2009-10-19sync to 1.9.7: avoid using the same identifier for a static functionIngo Schwarze
2009-10-19sync to 1.9.7: compatibility fix; from joerg at netbsd dot orgIngo Schwarze
2009-10-19sync to 1.9.7: typo; from Alan Bueno, alan dot bsd at gmail dot comIngo Schwarze
2009-10-19sync to 1.9.6: minor fixes:Ingo Schwarze
2009-10-19sync to 1.9.6: multiple improvements to references (.Rs)Ingo Schwarze
2009-10-19sync to 1.9.6: do not die from .Bd -literal -offset w/o arg (and similar)Ingo Schwarze
2009-10-19sync to 1.9.6: two newline fixes:Ingo Schwarze
2009-10-19sync to 1.9.6: u_char lives in <sys/types.h>Ingo Schwarze
2009-10-19sync to 1.9.6: here is the sync of special characters to new groffIngo Schwarze
2009-10-19sync to 1.9.6: rework the documentation for special characters andIngo Schwarze
2009-10-19sync to 1.9.6: fix segfault in .Bl -columnIngo Schwarze
2009-10-19sync to 1.9.5: partial rewrite of special character and predefined stringIngo Schwarze
2009-10-18sync to 1.9.5: integrate closedelim() and opendelim() into term_word(),Ingo Schwarze
2009-09-21sync to 1.9.5: lookup hashes are now static tablesIngo Schwarze
2009-09-21sync to 1.9.5: make terminal_*, tree_* and out_* functions return void,Ingo Schwarze
2009-09-21sync to 1.9.5: remove TERMP_STYLE bit field in favour of recursion-friendlyIngo Schwarze