| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Get rid of all calls to rew_sub() in blk_exp_close(); only ten calls | Ingo Schwarze | 2015-02-02 | 3 | -66/+69 |
* | When a full block macro gets closed out by a mismatching | Ingo Schwarze | 2015-02-02 | 1 | -3/+6 |
* | get rid of rew_sub() in blk_part_imp(); no functional change | Ingo Schwarze | 2015-02-01 | 1 | -2/+13 |
* | fix .Eo/.Ec spacing | Ingo Schwarze | 2015-02-01 | 3 | -28/+129 |
* | Simplify blk_part_exp(), no functional change. | Ingo Schwarze | 2015-02-01 | 1 | -23/+7 |
* | The function rew_sub() tries to rewind any all all kinds of blocks | Ingo Schwarze | 2015-02-01 | 1 | -4/+3 |
* | Use relative offsets instead of absolute pointers for the terminal | Ingo Schwarze | 2015-01-31 | 5 | -20/+11 |
* | Have pity on the poor stack. | Ingo Schwarze | 2015-01-30 | 4 | -15/+18 |
* | starting a tbl(7) breaks man(7) next-line scope; | Ingo Schwarze | 2015-01-30 | 1 | -58/+65 |
* | Delete the redundant tbl span flags, just inspect the actual data | Ingo Schwarze | 2015-01-30 | 6 | -13/+5 |
* | Abolish struct tbl_head and replace it by an "int col" member in | Ingo Schwarze | 2015-01-30 | 9 | -114/+124 |
* | Auditing the tbl(7) code for more NULL pointer accesses, i came out | Ingo Schwarze | 2015-01-30 | 5 | -67/+50 |
* | Make sure every layout line contains at least one cell; | Ingo Schwarze | 2015-01-30 | 1 | -10/+30 |
* | correctly handle table layout lines starting with a dot | Ingo Schwarze | 2015-01-30 | 1 | -1/+1 |
* | Radical cleanup of COMPATIBILITY sections: | Ingo Schwarze | 2015-01-29 | 6 | -299/+80 |
* | Clean up eqn(7) error handling: | Ingo Schwarze | 2015-01-28 | 4 | -70/+72 |
* | * Polish tbl(7) error reporting. | Ingo Schwarze | 2015-01-28 | 9 | -57/+89 |
* | For now, it can't be helped that mandoc tbl(7) ignores high-level macros, | Ingo Schwarze | 2015-01-28 | 6 | -27/+27 |
* | implement the tbl(7) "center" layout option | Ingo Schwarze | 2015-01-28 | 2 | -3/+18 |
* | adjust formatting for the tbl(7) layout 'x' modifier (maximize column) | Ingo Schwarze | 2015-01-28 | 1 | -6/+30 |
* | Multiple parser and formatter fixes for line drawing in tbl(7). | Ingo Schwarze | 2015-01-27 | 5 | -158/+160 |
* | Rework tbl(7) layout parsing: | Ingo Schwarze | 2015-01-26 | 5 | -169/+164 |
* | More improvements regarding tbl(7) options. | Ingo Schwarze | 2015-01-26 | 5 | -87/+78 |
* | Improve (or rather, rewrite) tbl(7) option parsing. | Ingo Schwarze | 2015-01-26 | 5 | -184/+152 |
* | preserve .PP before .RE; effect found in audio/pms(1) | Ingo Schwarze | 2015-01-24 | 1 | -1/+12 |
* | Strangely, ignoring the roff(7) .na request was implemented in the man(7) | Ingo Schwarze | 2015-01-24 | 8 | -13/+5 |
* | change .Cm to .Ar for macro arguments | Ingo Schwarze | 2015-01-24 | 1 | -18/+18 |
* | Support .RE with an argument; needed for audio/pms(1). | Ingo Schwarze | 2015-01-24 | 5 | -6/+61 |
* | new task: escape blank at the beginning of a line | Ingo Schwarze | 2015-01-24 | 1 | -1/+5 |
* | improve homebrew cellar config example | Ingo Schwarze | 2015-01-23 | 1 | -1/+2 |
* | While ignoring the .ta (set tab stops) and .ti (temp indent) requests | Ingo Schwarze | 2015-01-23 | 2 | -7/+7 |
* | Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra" | Ingo Schwarze | 2015-01-23 | 3 | -15/+15 |
* | Wonders of roff(7): Integer numbers in numerical expressions can carry | Ingo Schwarze | 2015-01-23 | 2 | -2/+48 |
* | Slightly improve \w width measurements: | Ingo Schwarze | 2015-01-22 | 1 | -1/+19 |
* | Traditional roff(7) explicitly allows certain control characters | Ingo Schwarze | 2015-01-22 | 2 | -7/+10 |
* | Don't let a failing mparse_open() clobber the filename pointer; | Ingo Schwarze | 2015-01-22 | 1 | -2/+6 |
* | improve wording; patch from jmc@ | Ingo Schwarze | 2015-01-22 | 1 | -1/+1 |
* | Support homebrew-style linking on Mac OS X. | Ingo Schwarze | 2015-01-21 | 3 | -3/+21 |
* | Rudimentary implementation of the roff(7) \o escape sequence (overstrike). | Ingo Schwarze | 2015-01-21 | 6 | -16/+53 |
* | Improve overstriking. When overstriking a wider character with a | Ingo Schwarze | 2015-01-21 | 1 | -3/+33 |
* | pass empty request lines through to tbl(7); sometimes, they end a layout | Ingo Schwarze | 2015-01-21 | 1 | -10/+9 |
* | blank lines in tables do not need special handling; simplifies code | Ingo Schwarze | 2015-01-21 | 3 | -28/+15 |
* | typo fixes from jmc@ | Ingo Schwarze | 2015-01-20 | 2 | -4/+4 |
* | Split the -Werror message level into -Werror (broken manual, probably | Ingo Schwarze | 2015-01-20 | 7 | -113/+1273 |
* | change spelling of centre to center: consistent with other man pages | Ingo Schwarze | 2015-01-20 | 5 | -9/+9 |
* | Make the man(1) and apropos(1) options -s and -S much less expensive: | Ingo Schwarze | 2015-01-20 | 1 | -48/+22 |
* | Let man(1) show manuals for the current architecture by default, | Ingo Schwarze | 2015-01-16 | 1 | -0/+5 |
* | Parse and ignore .IX (generate index entry) macros because pod2man(1) | Ingo Schwarze | 2015-01-16 | 1 | -0/+2 |
* | Fatal errors no longer exist. | Ingo Schwarze | 2015-01-15 | 12 | -158/+91 |
* | downgrade .so failure from FATAL to ERROR | Ingo Schwarze | 2015-01-15 | 3 | -27/+26 |