summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2010-11-29Now that we have proper .de support in the roff(7) library,Ingo Schwarze
2010-11-29Downgrade the easier of the two cases of MANDOCERR_SYNTLINESCOPEIngo Schwarze
2010-11-29Implement the roff .ft (change font) request for man(7).Ingo Schwarze
2010-11-28To avoid FATAL errors, we have been parsing and ignoring the roffIngo Schwarze
2010-11-28Parse and ignore the .ad, .hy, .nh, and .ne roff requests.Ingo Schwarze
2010-11-27Move our partial roff language manual to the right place,Ingo Schwarze
2010-11-27Two related bugfixes:Ingo Schwarze
2010-11-27Document .de and .de1.Ingo Schwarze
2010-11-27Document .so.Ingo Schwarze
2010-11-25Make .de1 a symnonym for .de, not .ig as it was before.Ingo Schwarze
2010-11-25Support quoting of arguments passed to user-defined macros,Ingo Schwarze
2010-11-25Implement the .de (define macro) roff instruction.Ingo Schwarze
2010-10-28Font alternating blocks like .RB must not break the line between childrenIngo Schwarze
2010-10-27Fix an off-by-one in an assertion, crashing the renderer on ".Os \&".Ingo Schwarze
2010-10-27The man(7) macros .HP .IP .RS .TP accept *optional* arguments,Ingo Schwarze
2010-10-26Warn developers that .so is fragile and suggest using ln(1) instead;Ingo Schwarze
2010-10-26Downgrade nearly 20 ERRORS to WARNINGS.Ingo Schwarze
2010-10-26Support .so (low-level roff "switch source file"),Ingo Schwarze
2010-10-26Refactoring, no functional change:Ingo Schwarze
2010-10-24Do not throw FATAL errors when there is no need to:Ingo Schwarze
2010-10-23let .Bsx print just "BSD/OS" like in modern groffIngo Schwarze
2010-10-23sync library manuals to bsd.lvIngo Schwarze
2010-10-23use proper message in case of multiple arguments to .AnIngo Schwarze
2010-10-23cleanup mdoc(7) validation code: use real functions, not macrosIngo Schwarze
2010-10-23.Sm no longer produces a linebreak when used in .BdIngo Schwarze
2010-10-23sync comments to bsd.lv; no functional changeIngo Schwarze
2010-10-16Do not abort() on tbl errors, reduce the risk that tbl stuff kills a build,Ingo Schwarze
2010-10-16Support tbl(1) code embedded into mdoc(7) input files.Ingo Schwarze
2010-10-15Allow blank lines and ignore comments in tbl data.Ingo Schwarze
2010-10-15For now, parse and ignore minimal column width specifications.Ingo Schwarze
2010-10-15Do not crash on spanned headings.Ingo Schwarze
2010-10-15Move tbl width calculation from plain strlen to mandoc terminal widthIngo Schwarze
2010-10-15Move tbl output from plain stdio to mandoc terminal output routines.Ingo Schwarze
2010-10-15Minimal glue to integrate tbl into the mandoc man(7) parser and formatter.Ingo Schwarze
2010-10-15Import tbl parser and renderer written by kristaps@.Ingo Schwarze
2010-10-02style cleanup, no functional change:Ingo Schwarze
2010-10-01* need a space before .No even if it starts with a closing delimiterIngo Schwarze
2010-09-27Merge the last bits of 1.10.6 (released today), most were already in:Ingo Schwarze
2010-09-26new sentence, new line;Jason McIntyre
2010-09-26If an explicit scope is still open at the end of an input file,Ingo Schwarze
2010-09-26sync to bsd.lv:Ingo Schwarze
2010-09-26consolidate all enclosure opening and closing functionsIngo Schwarze
2010-09-26no punctuation after .%* outside .RsIngo Schwarze
2010-09-26add a "mips64" architecture; requested by/ok miodJason McIntyre
2010-09-23When the HEAD of an .Nm block in the SYNOPSIS might be widerIngo Schwarze
2010-09-23Count trailing escaped blanks correctly;Ingo Schwarze
2010-09-21When calculating string lengths, resolve escape sequences and useIngo Schwarze
2010-09-20remove remaining pod2man escapes, mandoc now uses the standard preamble;Ingo Schwarze
2010-09-20Format multiple authors (.%A) in the same way as groff:Ingo Schwarze
2010-09-20Make .Pp .Lp .br not FATAL when having arguments;Ingo Schwarze