Age | Commit message (Expand) | Author |
2015-02-05 | fix handling of empty .An macros | Ingo Schwarze |
2015-02-05 | Simplify by deleting the "lastline" member of struct mdoc_node. | Ingo Schwarze |
2015-02-04 | Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0(). | Ingo Schwarze |
2015-02-04 | improve diagnostics regarding arguments of .An .Pp .Lp .br .sp | Ingo Schwarze |
2015-02-04 | fix column numbers of macro arguments in messages | Ingo Schwarze |
2015-02-04 | discard .Rs head arguments and improve .Rs diagnostics | Ingo Schwarze |
2015-02-04 | more specific .Nd diagnostics, allowing to get rid of enum check_lvl | Ingo Schwarze |
2015-02-03 | reduce indentation for better readability | Ingo Schwarze |
2015-02-03 | Avoid closing out an explicit block twice when broken by .It | Ingo Schwarze |
2015-02-03 | Finally delete the kitchensink functions rew_sub() and rew_dohalt(). | Ingo Schwarze |
2015-02-03 | Bring .Pp/.Lp handling inside .Nm blocks closer to groff; | Ingo Schwarze |
2015-02-02 | Simplify and reindent make_pending(). No functional change | Ingo Schwarze |
2015-02-02 | Simplify: Do not call rew_dohalt() from make_pending(), | Ingo Schwarze |
2015-02-02 | Get rid of all remaining calls to rew_sub() where the target block | Ingo Schwarze |
2015-02-02 | Get rid of all calls to rew_sub() in blk_exp_close(); only ten calls | Ingo Schwarze |
2015-02-02 | When a full block macro gets closed out by a mismatching | Ingo Schwarze |
2015-02-01 | get rid of rew_sub() in blk_part_imp(); no functional change | Ingo Schwarze |
2015-02-01 | fix .Eo/.Ec spacing | Ingo Schwarze |
2015-02-01 | Simplify blk_part_exp(), no functional change. | Ingo Schwarze |
2015-02-01 | The function rew_sub() tries to rewind any all all kinds of blocks | Ingo Schwarze |
2015-01-31 | Use relative offsets instead of absolute pointers for the terminal | Ingo Schwarze |
2015-01-30 | Have pity on the poor stack. | Ingo Schwarze |
2015-01-30 | starting a tbl(7) breaks man(7) next-line scope; | Ingo Schwarze |
2015-01-30 | Delete the redundant tbl span flags, just inspect the actual data | Ingo Schwarze |
2015-01-30 | Abolish struct tbl_head and replace it by an "int col" member in | Ingo Schwarze |
2015-01-30 | Auditing the tbl(7) code for more NULL pointer accesses, i came out | Ingo Schwarze |
2015-01-30 | Make sure every layout line contains at least one cell; | Ingo Schwarze |
2015-01-30 | correctly handle table layout lines starting with a dot | Ingo Schwarze |
2015-01-29 | Radical cleanup of COMPATIBILITY sections: | Ingo Schwarze |
2015-01-28 | Clean up eqn(7) error handling: | Ingo Schwarze |
2015-01-28 | * Polish tbl(7) error reporting. | Ingo Schwarze |
2015-01-28 | For now, it can't be helped that mandoc tbl(7) ignores high-level macros, | Ingo Schwarze |
2015-01-28 | implement the tbl(7) "center" layout option | Ingo Schwarze |
2015-01-28 | adjust formatting for the tbl(7) layout 'x' modifier (maximize column) | Ingo Schwarze |
2015-01-27 | Multiple parser and formatter fixes for line drawing in tbl(7). | Ingo Schwarze |
2015-01-26 | Rework tbl(7) layout parsing: | Ingo Schwarze |
2015-01-26 | More improvements regarding tbl(7) options. | Ingo Schwarze |
2015-01-26 | Improve (or rather, rewrite) tbl(7) option parsing. | Ingo Schwarze |
2015-01-24 | preserve .PP before .RE; effect found in audio/pms(1) | Ingo Schwarze |
2015-01-24 | Strangely, ignoring the roff(7) .na request was implemented in the man(7) | Ingo Schwarze |
2015-01-24 | Support .RE with an argument; needed for audio/pms(1). | Ingo Schwarze |
2015-01-23 | While ignoring the .ta (set tab stops) and .ti (temp indent) requests | Ingo Schwarze |
2015-01-23 | Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra" | Ingo Schwarze |
2015-01-23 | Wonders of roff(7): Integer numbers in numerical expressions can carry | Ingo Schwarze |
2015-01-22 | Slightly improve \w width measurements: | Ingo Schwarze |
2015-01-22 | Traditional roff(7) explicitly allows certain control characters | Ingo Schwarze |
2015-01-22 | Don't let a failing mparse_open() clobber the filename pointer; | Ingo Schwarze |
2015-01-21 | Rudimentary implementation of the roff(7) \o escape sequence (overstrike). | Ingo Schwarze |
2015-01-21 | Improve overstriking. When overstriking a wider character with a | Ingo Schwarze |
2015-01-21 | pass empty request lines through to tbl(7); sometimes, they end a layout | Ingo Schwarze |