summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2012-07-09fix -Tascii .Fd line breakingIngo Schwarze
2012-07-09implement -Tman .Eo and .EcIngo Schwarze
2012-07-09Implement -Tman .Bf.Ingo Schwarze
2012-07-09fix -Tman font handling for:Ingo Schwarze
2012-07-09implement -Tman .No and .MtIngo Schwarze
2012-07-08fix .Lk for -Tascii and implement it for -TmanIngo Schwarze
2012-07-08fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .VtIngo Schwarze
2012-07-08implement -Tman .AnIngo Schwarze
2012-07-08Add flags to insert a .sp or .br request before the next output,Ingo Schwarze
2012-07-08Instead of adding one integer variable for each global boolean output flagIngo Schwarze
2012-07-08implement -Tman .VaIngo Schwarze
2012-07-08ouch, in the SYNOPSIS, .Vt is a block,Ingo Schwarze
2012-07-08implement -Tman .VtIngo Schwarze
2012-07-08Basic implementation of -Tman .Fo and .Fa;Ingo Schwarze
2012-07-07rudimentary support for -Tman .Ft and .Fn;Ingo Schwarze
2012-07-07basic support for -Tman .InIngo Schwarze
2012-07-07Support the .cc request; code by kristaps@, tests by me.Ingo Schwarze
2012-07-07Fix an assert() raised by `RS' when following `TP' without a tag.Ingo Schwarze
2012-07-07after .Lb in library section, break the line in the final outputIngo Schwarze
2012-07-07implement -Tman .BkIngo Schwarze
2012-07-07implement -Tman .SmIngo Schwarze
2012-07-07implement -Tman .Bd -offset and -compactIngo Schwarze
2012-07-07minor -mdoc -Tman fixesIngo Schwarze
2012-06-03Close a preceding implicit block before opening an explicit block.Ingo Schwarze
2012-06-02In groff, trying to redefine standard man(7) macros before .TH has no effect;Ingo Schwarze
2012-06-02Minimal implementation of .EX and .EE for GNU compatibility.Ingo Schwarze
2012-05-31Fix blank line handling in .if.Ingo Schwarze
2012-05-28While i already got my fingers dirty on mandoc_escape(),Ingo Schwarze
2012-05-28Make recursive parsing of roff(7) escapes actually work in the general case,Ingo Schwarze
2012-05-28Implement the roff \z escape sequence, intended to output the nextIngo Schwarze
2012-05-27Fix the vertical spacing around tbl(7) instances in man(7).Ingo Schwarze
2012-05-26Correct width of horizontal spans; relevant in case of centered orIngo Schwarze
2012-05-26Do not handle vertical lines as additional tbl(7) columns,Ingo Schwarze
2012-05-24Support -Ios='OpenBSD 5.1' to override uname(3) as the source of theIngo Schwarze
2012-04-18backout non-portable codeTheo de Raadt
2012-04-15Call this mandoc 1.12.1.Ingo Schwarze
2012-04-15Clean up code a bit by pushing warnings into a WARNING macro; from kristaps@.Ingo Schwarze
2012-04-15Simplify by not pre-filtering the result vector for satisfied matches:Ingo Schwarze
2012-04-15Handle multi-line NAME sections in man(7); from kristaps@.Ingo Schwarze
2012-04-15Two bugfixes regarding the -width and -offset macro arguments:Ingo Schwarze
2012-02-26Correct the expansion of -xbd5Philip Guenthe
2012-02-26Don't silently skip non-ASCII characters, but replace them with ``?''.Ingo Schwarze
2012-02-26add a few libs and another arch found in NetBSD; from joerg@Ingo Schwarze
2012-02-26Support .OP, one of the extended man macros; from kristaps@.Ingo Schwarze
2012-01-16Backout activation of the new apropos(1)/whatis(1)/makewhatis(8).Ingo Schwarze
2012-01-15Two details improving the quality of the Xenocara mandoc database,Ingo Schwarze
2012-01-14add/fix HISTORY and AUTHORSIngo Schwarze
2012-01-10Continue using the traditional name makewhatis(8),Ingo Schwarze
2012-01-10Rename file from mandocdb.8; no change of content yet.Ingo Schwarze
2012-01-09Stop -W from complaining about MLINKs; only warn when a fileIngo Schwarze