Age | Commit message (Expand) | Author |
2010-10-16 | Do not abort() on tbl errors, reduce the risk that tbl stuff kills a build, | Ingo Schwarze |
2010-10-16 | Support tbl(1) code embedded into mdoc(7) input files. | Ingo Schwarze |
2010-10-15 | Allow blank lines and ignore comments in tbl data. | Ingo Schwarze |
2010-10-15 | For now, parse and ignore minimal column width specifications. | Ingo Schwarze |
2010-10-15 | Do not crash on spanned headings. | Ingo Schwarze |
2010-10-15 | Move tbl width calculation from plain strlen to mandoc terminal width | Ingo Schwarze |
2010-10-15 | Move tbl output from plain stdio to mandoc terminal output routines. | Ingo Schwarze |
2010-10-15 | Minimal glue to integrate tbl into the mandoc man(7) parser and formatter. | Ingo Schwarze |
2010-10-15 | Import tbl parser and renderer written by kristaps@. | Ingo Schwarze |
2010-10-02 | style cleanup, no functional change: | Ingo Schwarze |
2010-10-01 | * need a space before .No even if it starts with a closing delimiter | Ingo Schwarze |
2010-09-27 | Merge the last bits of 1.10.6 (released today), most were already in: | Ingo Schwarze |
2010-09-26 | new sentence, new line; | Jason McIntyre |
2010-09-26 | If an explicit scope is still open at the end of an input file, | Ingo Schwarze |
2010-09-26 | sync to bsd.lv: | Ingo Schwarze |
2010-09-26 | consolidate all enclosure opening and closing functions | Ingo Schwarze |
2010-09-26 | no punctuation after .%* outside .Rs | Ingo Schwarze |
2010-09-26 | add a "mips64" architecture; requested by/ok miod | Jason McIntyre |
2010-09-23 | When the HEAD of an .Nm block in the SYNOPSIS might be wider | Ingo Schwarze |
2010-09-23 | Count trailing escaped blanks correctly; | Ingo Schwarze |
2010-09-21 | When calculating string lengths, resolve escape sequences and use | Ingo Schwarze |
2010-09-20 | remove remaining pod2man escapes, mandoc now uses the standard preamble; | Ingo Schwarze |
2010-09-20 | Format multiple authors (.%A) in the same way as groff: | Ingo Schwarze |
2010-09-20 | Make .Pp .Lp .br not FATAL when having arguments; | Ingo Schwarze |
2010-09-13 | Parse and ignore the \k, \o, \w, and \z roff escapes, and recursively | Ingo Schwarze |
2010-09-13 | Prevent .Pp and .Lp from looping endlessly on punctuation. | Ingo Schwarze |
2010-09-06 | fix an off by one found by parfait | Jonathan Gray |
2010-08-26 | sys/param.h is for kernel interface programs. | Theo de Raadt |
2010-08-21 | Backout previous. | Ingo Schwarze |
2010-08-20 | Centralize handling of literal tabs in term_flushln() in one place, | Ingo Schwarze |
2010-08-20 | When a column contains trailing spaces, calculate the padding | Ingo Schwarze |
2010-08-20 | .Bl -column phrases ignore spacing rules for trailing punctuation | Ingo Schwarze |
2010-08-20 | fix previous: when bailing out due to -Wstop, | Ingo Schwarze |
2010-08-20 | Implement a simple, consistent user interface for error handling. | Ingo Schwarze |
2010-08-18 | Remove the standard pod2man \*(C+ pre-predefined string ("C++"). | Ingo Schwarze |
2010-08-18 | Ignore \h (local horizontal motion) and \v (local vertical motion) escapes | Ingo Schwarze |
2010-08-18 | Correctly print .Lk arguments in -Tascii. | Ingo Schwarze |
2010-08-18 | Remove mandoc(1) compatibility notes that are no longer relevant; | Ingo Schwarze |
2010-08-18 | Turn the non-trivial PS_GROWBUF macro into a function. | Ingo Schwarze |
2010-08-18 | Simplify and sync the code and comments for copying the macro name | Ingo Schwarze |
2010-08-18 | Use isascii(3) to make sure we really throw away non-ASCII characters, | Ingo Schwarze |
2010-08-07 | Groff allows the initial macro on a line to be delimited by a space | Ingo Schwarze |
2010-08-07 | In -Thtml output, preserve blank lines at the end of .Bd -literal. | Ingo Schwarze |
2010-08-04 | In .Bd -literal, break the output line after the last element of each | Ingo Schwarze |
2010-08-01 | Move the new mdoc(7) manual written by kristaps@, replacing the old one | Ingo Schwarze |
2010-08-01 | Sync to bsd.lv: | Ingo Schwarze |
2010-07-31 | Correct Copyright lines in the rarely touched files: | Ingo Schwarze |
2010-07-31 | Major cleanup (but there is still more to come): | Ingo Schwarze |
2010-07-31 | Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release. | Ingo Schwarze |
2010-07-25 | Sync to bsd.lv; in particular, pull in lots of bug fixes. | Ingo Schwarze |