| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement mdoc(7)-like output style variant for man(7) documents: | Ingo Schwarze | 2011-12-04 | 1 | -18/+37 |
* | Jumping out of man_unscope() for the root node is a bad idea | Ingo Schwarze | 2011-12-04 | 1 | -6/+9 |
* | Don't crash if the date can't be extracted. Don't depend on snprintf | Joerg Sonnenberger | 2011-11-18 | 1 | -4/+6 |
* | Make the man(7) page footer the same as in groff. | Ingo Schwarze | 2011-11-13 | 1 | -9/+16 |
* | Make the default left text margin configurable from the command line, | Ingo Schwarze | 2011-11-13 | 1 | -12/+13 |
* | As noticed by kristaps@, when breaking an overflowing line, | Ingo Schwarze | 2011-09-21 | 1 | -4/+2 |
* | Using user-defined macros, surprisingly, it is possible | Ingo Schwarze | 2011-09-20 | 1 | -1/+1 |
* | When advancing the left margin, .RS also needs to reset the right margin | Ingo Schwarze | 2011-09-20 | 1 | -1/+2 |
* | Sync print_mdoc_head to print_man_head; | Ingo Schwarze | 2011-09-20 | 1 | -4/+4 |
* | Remove the terminal frontend flag TERMP_NOLPAD. | Ingo Schwarze | 2011-09-19 | 1 | -12/+22 |
* | Support nesting of indented blocks. | Ingo Schwarze | 2011-09-18 | 1 | -34/+28 |
* | Add character output (-Tpdf, -Tps, -Tascii) for equations. This is the | Kristaps Dzonsons | 2011-07-22 | 1 | -1/+1 |
* | Flip eqn into using parsed nodes. I've temporarily disabled printing | Kristaps Dzonsons | 2011-07-21 | 1 | -1/+1 |
* | Fix a TODO noted by schwarze@, originally by Christian Weisgerber: | Kristaps Dzonsons | 2011-07-03 | 1 | -0/+2 |
* | First fix how `sp 1' doesn't imply `1v' (it now does) and that 1 | Kristaps Dzonsons | 2011-06-29 | 1 | -1/+8 |
* | Fix two TODOs with one check-in. Both of these relate to vertical space | Kristaps Dzonsons | 2011-06-18 | 1 | -11/+15 |
* | Allow RS/RE blocks to nest. This requires first the syntax tree to | Kristaps Dzonsons | 2011-06-18 | 1 | -17/+20 |
* | Add mode for -Tlocale. This mode, with this commit, behaves exactly | Kristaps Dzonsons | 2011-05-17 | 1 | -8/+1 |
* | Rename mchars_init() -> mchars_alloc() for consistency. | Kristaps Dzonsons | 2011-04-30 | 1 | -1/+1 |
* | Remove enum mcharst, which hasn't been used in quite some time. | Kristaps Dzonsons | 2011-04-30 | 1 | -1/+1 |
* | Move "chars" interface out of out.h and into mandoc.h. This doesn't | Kristaps Dzonsons | 2011-04-29 | 1 | -1/+1 |
* | Step 4: merge chars.h into out.h. The functions in this file are | Kristaps Dzonsons | 2011-03-22 | 1 | -1/+0 |
* | Clean up date handling, | Ingo Schwarze | 2011-03-07 | 1 | -8/+2 |
* | EQN blocks are now printed in all modes. This is simply a printing of | Kristaps Dzonsons | 2011-02-09 | 1 | -0/+1 |
* | Add initial libmdoc and libman top-most machinery for accepting TBL | Kristaps Dzonsons | 2011-02-06 | 1 | -0/+2 |
* | Avoid double blank line before a table preceded by .PP. | Ingo Schwarze | 2011-01-25 | 1 | -0/+3 |
* | Fix another regression caused by the reorg of print_man_node() in rev. 1.97: | Ingo Schwarze | 2011-01-23 | 1 | -0/+3 |
* | Refrain from throwing fatal errors for | Ingo Schwarze | 2011-01-17 | 1 | -2/+2 |
* | When processing a blank text line, do not break out of text processing | Ingo Schwarze | 2011-01-16 | 1 | -2/+2 |
* | Make -man -Tascii not break within literal lines, e.g., | Kristaps Dzonsons | 2011-01-12 | 1 | -27/+33 |
* | If the first character of free-form text is whitespace, then a newline | Kristaps Dzonsons | 2011-01-12 | 1 | -2/+6 |
* | Don't let `in' creep past the right margin. | Kristaps Dzonsons | 2011-01-11 | 1 | -0/+5 |
* | Multiple man(7) .IP and .TP fixes started during p2k10: | Ingo Schwarze | 2011-01-04 | 1 | -15/+24 |
* | For tbl: -man documents print an extra space before `TS' blocks. | Kristaps Dzonsons | 2011-01-03 | 1 | -0/+2 |
* | Turn on -Tascii tbl printing. The output still has some issues---I'm | Kristaps Dzonsons | 2011-01-02 | 1 | -0/+1 |
* | Add -man support for tables. Like -mdoc, this consists of an | Kristaps Dzonsons | 2011-01-01 | 1 | -1/+9 |
* | Remove `i' and `r' macro handlers. These macros, originally part of the | Kristaps Dzonsons | 2010-12-08 | 1 | -2/+0 |
* | Add support for `ft' macro found in groff(7). Based on a patch by | Kristaps Dzonsons | 2010-12-06 | 1 | -0/+43 |
* | My favourite: removing lots of code in favour of smaller, tighter code. | Kristaps Dzonsons | 2010-12-06 | 1 | -79/+49 |
* | Header for `PP', `P', and `LP' should never be printed. | Kristaps Dzonsons | 2010-12-06 | 1 | -1/+1 |
* | Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD), | Kristaps Dzonsons | 2010-12-05 | 1 | -6/+1 |
* | Allow string lengths to account for escapes. Now all calls to calculate | Kristaps Dzonsons | 2010-09-15 | 1 | -0/+4 |
* | Collapse `nf', `fi', `Vb', and `Ve' into one function as in man_html.c.VERSION.1.10.5.PREPDF | Kristaps Dzonsons | 2010-07-23 | 1 | -18/+17 |
* | Added `in' macro support for -man -Tascii. This is not yet supported in | Kristaps Dzonsons | 2010-07-22 | 1 | -0/+43 |
* | Bring `sp', `Sp', and `br' behaviour for -man in line with how -mdoc's | Kristaps Dzonsons | 2010-07-22 | 1 | -15/+10 |
* | Have `nf' and `fi' flush lines. This is necessary or the LITERAL will | Kristaps Dzonsons | 2010-07-22 | 1 | -0/+2 |
* | correct lots of copyright notices; | Ingo Schwarze | 2010-07-13 | 1 | -1/+1 |
* | Re-constitution of `ds' symbol processing. First, push the | Kristaps Dzonsons | 2010-07-07 | 1 | -1/+0 |
* | Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a | Kristaps Dzonsons | 2010-06-26 | 1 | -0/+1 |
* | Initial chunks for variable-width fonts. Pushes all width calculations | Kristaps Dzonsons | 2010-06-25 | 1 | -40/+38 |