| Commit message (Expand) | Author | Age | Files | Lines |
* | Add initial EQN support to mandoc. This parses, then throws away, data | Kristaps Dzonsons | 2011-02-06 | 7 | -12/+175 |
* | TODO note on that `.TS', `.TE' etc. aren't real roff macros and troff | Kristaps Dzonsons | 2011-02-03 | 1 | -0/+6 |
* | If `Ns' is specified on its own line, it should be ignored. This is | Kristaps Dzonsons | 2011-02-02 | 7 | -7/+20 |
* | Note an error found in the wild. | Kristaps Dzonsons | 2011-01-31 | 1 | -0/+3 |
* | Implement the \N'number' (numbered character) roff escape sequence. | Ingo Schwarze | 2011-01-30 | 7 | -3/+117 |
* | When in a <PRE>, don't print out the <BR> before lines that have leading | Kristaps Dzonsons | 2011-01-29 | 2 | -4/+19 |
* | Remove unnecessary conditional... | Kristaps Dzonsons | 2011-01-25 | 2 | -4/+2 |
* | Arguments to `Bsx' and friends are separated by a non-breaking space. | Kristaps Dzonsons | 2011-01-25 | 3 | -6/+13 |
* | Push capitalisation of `Bx' second argument into validator, where it belongs. | Kristaps Dzonsons | 2011-01-25 | 3 | -15/+25 |
* | Properly uppercase the first-letter of the `Bx' second argument. | Kristaps Dzonsons | 2011-01-25 | 2 | -5/+15 |
* | Have `Bx' accept two arguments, not just one, and join these arguments | Kristaps Dzonsons | 2011-01-25 | 4 | -18/+36 |
* | Avoid double blank line before a table preceded by .PP. | Ingo Schwarze | 2011-01-25 | 1 | -0/+3 |
* | Since tbl_data() can now produce multiple spans, let parsebuf() | Ingo Schwarze | 2011-01-25 | 4 | -10/+20 |
* | Do not skip data after horizontal lines in the layout. | Ingo Schwarze | 2011-01-25 | 1 | -16/+44 |
* | correct horizontal spacing of data cells | Ingo Schwarze | 2011-01-25 | 2 | -9/+12 |
* | If %B is specified, quote %T. Noted by schwarze@ in the TODO. | Kristaps Dzonsons | 2011-01-25 | 4 | -10/+5 |
* | Ignore .ns (no-space mode), .ps (change point size), .ta (tab control) | Ingo Schwarze | 2011-01-25 | 2 | -0/+20 |
* | As noticed by deraadt@, it goes without saying that text files | Ingo Schwarze | 2011-01-25 | 3 | -10/+0 |
* | Skip carriage return before newline, if any. | Ingo Schwarze | 2011-01-24 | 1 | -3/+20 |
* | Better explain roff(7) macro argument quoting; | Ingo Schwarze | 2011-01-24 | 2 | -6/+42 |
* | results of some systematic comparisons | Ingo Schwarze | 2011-01-24 | 1 | -1/+94 |
* | not implemented: adjustment | Ingo Schwarze | 2011-01-23 | 1 | -0/+13 |
* | Fix another regression caused by the reorg of print_man_node() in rev. 1.97: | Ingo Schwarze | 2011-01-23 | 1 | -0/+3 |
* | some more reports from brad@ | Ingo Schwarze | 2011-01-22 | 1 | -0/+10 |
* | missing: .ns, .UR; reported by brad@ | Ingo Schwarze | 2011-01-22 | 1 | -4/+8 |
* | sort missing features, no change of content | Ingo Schwarze | 2011-01-22 | 1 | -18/+28 |
* | Lots of in-line macros require arguments but were not marked as such. | Ingo Schwarze | 2011-01-22 | 1 | -9/+9 |
* | Check argument count validation for all in_line() macros. | Ingo Schwarze | 2011-01-22 | 1 | -36/+20 |
* | When finding the roff .it request (line trap), | Ingo Schwarze | 2011-01-22 | 2 | -1/+6 |
* | "decimalpoint" is in fact supported. | Kristaps Dzonsons | 2011-01-17 | 1 | -2/+0 |
* | Refrain from throwing fatal errors for | Ingo Schwarze | 2011-01-17 | 3 | -37/+27 |
* | When processing a blank text line, do not break out of text processing | Ingo Schwarze | 2011-01-16 | 1 | -2/+2 |
* | Implement the roff .rm request (remove macro). | Ingo Schwarze | 2011-01-16 | 1 | -11/+18 |
* | Change how -Thtml behaves with tables: use multiple rows, with widths | Kristaps Dzonsons | 2011-01-13 | 5 | -49/+112 |
* | Incorporate same fix for -man post-validation deletion of nodes. This | Kristaps Dzonsons | 2011-01-12 | 1 | -2/+9 |
* | Downgrade -man message of ignored empty paragraph to MANDOC_IGNPAR. The | Kristaps Dzonsons | 2011-01-12 | 3 | -38/+31 |
* | Make out-of-context `fi' invocations not cause an error, but just a | Kristaps Dzonsons | 2011-01-12 | 4 | -5/+3 |
* | Bring in -Tascii comments for -Thtml MANH_LITERAL line-breaking stuff. | Kristaps Dzonsons | 2011-01-12 | 1 | -5/+15 |
* | Make sure that -Thtml doesn't break within literal lines. This is the | Kristaps Dzonsons | 2011-01-12 | 2 | -17/+5 |
* | 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 | 9 | -10/+42 |
* | Note that "^" needs an empty cell, while "s" does not. | Kristaps Dzonsons | 2011-01-11 | 1 | -0/+2 |
* | Add support for "^" vertical spanners. Unlike GNU tbl, raise | Kristaps Dzonsons | 2011-01-11 | 6 | -7/+40 |
* | Don't let `in' creep past the right margin. | Kristaps Dzonsons | 2011-01-11 | 1 | -0/+5 |
* | Refactoring in preparation for .rm support: | Ingo Schwarze | 2011-01-11 | 3 | -38/+47 |
* | Clarify what members may be NULL or not in calculating widths. Make | Kristaps Dzonsons | 2011-01-10 | 4 | -23/+27 |
* | Make dp->string always consist of a value. | Kristaps Dzonsons | 2011-01-10 | 2 | -15/+14 |
* | First, make extra data cells be thrown away. This makes "dp->layout" | Kristaps Dzonsons | 2011-01-10 | 8 | -33/+83 |
* | some minor issues reported by brad@ | Ingo Schwarze | 2011-01-10 | 1 | -0/+15 |
* | When a row of data is being parsed and it's a line or double-line | Kristaps Dzonsons | 2011-01-09 | 1 | -3/+9 |