Age | Commit message (Expand) | Author |
2014-09-03 | Implement the traditional -h option for man(1): show the SYNOPSIS only. | Ingo Schwarze |
2014-06-20 | As suggested by jmc@, only include line and column numbers into messages | Ingo Schwarze |
2014-04-23 | Audit strlcpy(3)/strlcat(3) usage. | Ingo Schwarze |
2014-04-20 | fix unchecked snprintf(3) in page header printing: | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-04-08 | Add a new term_flushln() flag TERMP_BRIND (if break, then indent) | Ingo Schwarze |
2014-03-30 | Support relative arguments to .ll (increase or decrease line length). | Ingo Schwarze |
2014-03-30 | Implement the roff(7) .ll (line length) request. | Ingo Schwarze |
2014-03-08 | In .nf mode, use the MAN_LINE flag to detect input line breaks | Ingo Schwarze |
2014-03-08 | To find out whether .TP head arguments are same-line or next-line arguments, | Ingo Schwarze |
2014-02-16 | when indenting, extend the right margin accordingly, when needed; | Ingo Schwarze |
2013-12-22 | Polishing the worms in my favourite can, term_flushln(). | Ingo Schwarze |
2013-11-11 | In the parser, when closing an explicit block that is not open, | Ingo Schwarze |
2013-10-17 | Implement the .UR/.UE block (uniform resource identifier) introduced in the | Ingo Schwarze |
2013-01-05 | In literal mode (.nf), each input line must be kept together | Ingo Schwarze |
2012-11-17 | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze |
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 |