Age | Commit message (Expand) | Author |
2011-01-04 | Merge kristaps@' cleaner tbl integration, removing mine; | Ingo Schwarze |
2010-10-27 | Fix an off-by-one in an assertion, crashing the renderer on ".Os \&". | Ingo Schwarze |
2010-10-02 | style cleanup, no functional change: | Ingo Schwarze |
2010-10-01 | * need a space before .No even if it starts with a closing delimiter | Ingo Schwarze |
2010-09-23 | Count trailing escaped blanks correctly; | Ingo Schwarze |
2010-09-21 | When calculating string lengths, resolve escape sequences and use | Ingo Schwarze |
2010-08-20 | Centralize handling of literal tabs in term_flushln() in one place, | Ingo Schwarze |
2010-08-20 | When a column contains trailing spaces, calculate the padding | Ingo Schwarze |
2010-08-20 | Implement a simple, consistent user interface for error handling. | Ingo Schwarze |
2010-07-31 | Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release. | Ingo Schwarze |
2010-07-25 | Sync to bsd.lv; in particular, pull in lots of bug fixes. | Ingo Schwarze |
2010-07-13 | Merge release 1.10.4 (all code by kristaps@), providing four new features: | Ingo Schwarze |
2010-07-03 | Rudimentary implementation of user-defined strings; | Ingo Schwarze |
2010-06-29 | framework for glyph width encoding; from kristaps@ | Ingo Schwarze |
2010-06-27 | Full .nr nS support, unbreaking the kernel manuals. | Ingo Schwarze |
2010-06-27 | Basic implementation of .Bk/.Ek. | Ingo Schwarze |
2010-06-26 | As a first step towards variable-width font support, | Ingo Schwarze |
2010-06-26 | merge release 1.10.2 | Ingo Schwarze |
2010-06-10 | minimal initial -Tps support, from kristaps@ GSOC | Ingo Schwarze |
2010-06-08 | Merge more bits that will be going into 1.10.1: | Ingo Schwarze |
2010-05-26 | When a word does not fully fit onto the output line, but it contains | Ingo Schwarze |
2010-05-23 | Unified error and warning message system for all of mandoc, | Ingo Schwarze |
2010-05-17 | The function term_flushln() had effectively forked wrt to bsd.lv. | Ingo Schwarze |
2010-05-15 | More systematic output width handling by Joerg Sonnenberger: | Ingo Schwarze |
2010-05-14 | Integrate kristaps@' end-of-sentence (EOS) framework | Ingo Schwarze |
2010-04-23 | Handle literal tab characters both in literal context (.Bd -literal) | Ingo Schwarze |
2010-04-13 | Fix rendering of multiple successive .It macros without intervening text; | Ingo Schwarze |
2010-04-12 | Partial revert of term.c rev. 1.23 | Ingo Schwarze |
2010-04-07 | Merge the good parts of 1.9.23, | Ingo Schwarze |
2010-03-26 | merge 1.9.17, keeping local patches | Ingo Schwarze |
2010-03-22 | Only try to break the line at an existing hyphen | Ingo Schwarze |
2010-03-20 | When the length of a single words exceeds the maximum acceptable line | Ingo Schwarze |
2010-03-06 | When the last field on an output line is empty, break the line | Ingo Schwarze |
2010-03-05 | At the end of lines, split words at existing hyphens: | Ingo Schwarze |
2010-03-02 | Proper inter-sentence spacing for mdoc(7). | Ingo Schwarze |
2009-12-24 | sync to 1.9.14: rewrite escape sequence handling: | Ingo Schwarze |
2009-12-22 | sync to 1.9.12, mostly portability and refactoring: | Ingo Schwarze |
2009-10-27 | sync to 1.9.11: adapt printing of dates to groff conventions, | Ingo Schwarze |
2009-10-24 | simplify overstep handling, removing one local variable; | Ingo Schwarze |
2009-10-21 | sync to 1.9.9, featuring: | Ingo Schwarze |
2009-10-19 | sync to 1.9.5: partial rewrite of special character and predefined string | Ingo Schwarze |
2009-10-18 | sync to 1.9.5: integrate closedelim() and opendelim() into term_word(), | Ingo Schwarze |
2009-09-21 | sync to 1.9.5: make terminal_*, tree_* and out_* functions return void, | Ingo Schwarze |
2009-09-21 | sync to 1.9.5: remove TERMP_STYLE bit field in favour of recursion-friendly | Ingo Schwarze |
2009-08-22 | sync to 1.8.5: partial rewrite of the handling of escape sequences: | Ingo Schwarze |
2009-08-09 | sync to 1.8.4: preserve leading whitespace in literal text | Ingo Schwarze |
2009-08-09 | multiple spacing fixes for .Bl -hang, -tag, -inset and -diag | Ingo Schwarze |
2009-07-26 | sync to 1.8.1: correct vis count for erroneously-decorated whitespace; | Ingo Schwarze |
2009-07-26 | sync to 1.8.1: word splitting now happens in libmdoc, | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: support .Bl -hang | Ingo Schwarze |