Age | Commit message (Expand) | Author |
2012-07-29 | Implement .PD for -Tascii. | Ingo Schwarze |
2012-07-16 | Always fix the man(7) subsection header (.SS) indent to 3n, | Ingo Schwarze |
2012-07-14 | Translate blank input lines to .sp just like in mdoc(7), | Ingo Schwarze |
2012-07-13 | In -man -Tascii, support .sp with negative argument. | Ingo Schwarze |
2012-07-10 | multiple fixes to -Tascii .HP rendering: | Ingo Schwarze |
2012-06-02 | Minimal implementation of .EX and .EE for GNU compatibility. | Ingo Schwarze |
2012-02-26 | Support .OP, one of the extended man macros; from kristaps@. | Ingo Schwarze |
2011-12-05 | As requested by kristaps@, add and improve comments related to -Omdoc; | Ingo Schwarze |
2011-12-04 | When a man document contains nothing at all except one or more invalid | Ingo Schwarze |
2011-11-13 | Implement mdoc(7)-like output style variant for man(7) documents: | Ingo Schwarze |
2011-11-13 | Make the man(7) page footer the same as in groff. | Ingo Schwarze |
2011-11-13 | Make the default left text margin configurable from the command line, | Ingo Schwarze |
2011-09-21 | As noticed by kristaps@, when breaking an overflowing line, | Ingo Schwarze |
2011-09-20 | Using user-defined macros, surprisingly, it is possible | Ingo Schwarze |
2011-09-20 | When advancing the left margin, .RS also needs to reset the right margin | Ingo Schwarze |
2011-09-20 | Sync print_mdoc_head to print_man_head; | Ingo Schwarze |
2011-09-19 | Remove the terminal frontend flag TERMP_NOLPAD. | Ingo Schwarze |
2011-09-18 | sync to version 1.11.5: | Ingo Schwarze |
2011-07-07 | As .RS may nest and may contain embedded paragraphs, | Ingo Schwarze |
2011-07-05 | Sync to bsd.lv (all coded by kristaps@): | Ingo Schwarze |
2011-05-29 | Merge release 1.11.3, almost all code by kristaps@: | Ingo Schwarze |
2011-04-24 | Merge version 1.11.1: | Ingo Schwarze |
2011-03-20 | Import the foundation for eqn(7) support. | Ingo Schwarze |
2011-03-07 | Clean up date handling, | Ingo Schwarze |
2011-01-25 | Avoid double blank line before a table preceded by .PP. | Ingo Schwarze |
2011-01-23 | Fix another regression caused by the reorg of print_man_node() in rev. 1.61: | Ingo Schwarze |
2011-01-17 | Refrain from throwing fatal errors for | Ingo Schwarze |
2011-01-16 | In literal context, do not generate output line breaks between macro | Ingo Schwarze |
2011-01-16 | If the first character of a free-form text input line is whitespace, | Ingo Schwarze |
2011-01-11 | When (cumulative) indentation requested by .in exceeds the right | Ingo Schwarze |
2011-01-04 | Merge kristaps@' cleaner tbl integration, removing mine; | Ingo Schwarze |
2011-01-04 | Multiple man(7) .IP and .TP fixes started during p2k10: | Ingo Schwarze |
2010-12-19 | Remove `i' and `r' macro handlers. These macros, originally part of the | Ingo Schwarze |
2010-12-07 | Complete the merge of bsd.lv version 1.10.7: | Ingo Schwarze |
2010-12-06 | Never print .P, .PP, and .LP header content. | Ingo Schwarze |
2010-11-29 | Now that we have proper .de support in the roff(7) library, | Ingo Schwarze |
2010-11-29 | Implement the roff .ft (change font) request for man(7). | Ingo Schwarze |
2010-10-28 | Font alternating blocks like .RB must not break the line between children | Ingo Schwarze |
2010-10-16 | Do not abort() on tbl errors, reduce the risk that tbl stuff kills a build, | 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-09-21 | When calculating string lengths, resolve escape sequences and use | Ingo Schwarze |
2010-07-25 | Sync to bsd.lv; in particular, pull in lots of bug fixes. | Ingo Schwarze |
2010-07-13 | Merge release 1.10.4 (all code by kristaps@), providing four new features: | Ingo Schwarze |
2010-06-27 | Full .nr nS support, unbreaking the kernel manuals. | Ingo Schwarze |
2010-06-26 | As a first step towards variable-width font support, | Ingo Schwarze |
2010-06-10 | minimal initial -Tps support, from kristaps@ GSOC | Ingo Schwarze |
2010-06-06 | Merge bsd.lv release 1.10.0, | Ingo Schwarze |
2010-06-05 | Increase the -man -Tascii text width from 65 to 78 characters | Ingo Schwarze |