summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
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
2010-09-13Parse and ignore the \k, \o, \w, and \z roff escapes, and recursivelyIngo Schwarze
2010-09-13Prevent .Pp and .Lp from looping endlessly on punctuation.Ingo Schwarze
2010-09-06fix an off by one found by parfaitJonathan Gray
2010-08-26sys/param.h is for kernel interface programs.Theo de Raadt
2010-08-21Backout previous.Ingo Schwarze
2010-08-20Centralize handling of literal tabs in term_flushln() in one place,Ingo Schwarze
2010-08-20When a column contains trailing spaces, calculate the paddingIngo Schwarze
2010-08-20.Bl -column phrases ignore spacing rules for trailing punctuationIngo Schwarze
2010-08-20fix previous: when bailing out due to -Wstop,Ingo Schwarze
2010-08-20Implement a simple, consistent user interface for error handling.Ingo Schwarze
2010-08-18Remove the standard pod2man \*(C+ pre-predefined string ("C++").Ingo Schwarze
2010-08-18Ignore \h (local horizontal motion) and \v (local vertical motion) escapesIngo Schwarze
2010-08-18Correctly print .Lk arguments in -Tascii.Ingo Schwarze
2010-08-18Remove mandoc(1) compatibility notes that are no longer relevant;Ingo Schwarze
2010-08-18Turn the non-trivial PS_GROWBUF macro into a function.Ingo Schwarze
2010-08-18Simplify and sync the code and comments for copying the macro nameIngo Schwarze
2010-08-18Use isascii(3) to make sure we really throw away non-ASCII characters,Ingo Schwarze
2010-08-07Groff allows the initial macro on a line to be delimited by a spaceIngo Schwarze
2010-08-07In -Thtml output, preserve blank lines at the end of .Bd -literal.Ingo Schwarze
2010-08-04In .Bd -literal, break the output line after the last element of eachIngo Schwarze
2010-08-01Move the new mdoc(7) manual written by kristaps@, replacing the old oneIngo Schwarze
2010-08-01Sync to bsd.lv:Ingo Schwarze
2010-07-31Correct Copyright lines in the rarely touched files:Ingo Schwarze
2010-07-31Major cleanup (but there is still more to come):Ingo Schwarze
2010-07-31Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release.Ingo Schwarze
2010-07-25Sync to bsd.lv; in particular, pull in lots of bug fixes.Ingo Schwarze