| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | After skipping an escape sequence with incomplete arguments, | Ingo Schwarze | 2014-07-06 | 1 | -2/+2 |
* | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -1/+1 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -59/+47 |
* | Add a new term_flushln() flag TERMP_BRIND (if break, then indent) | Ingo Schwarze | 2014-04-08 | 1 | -27/+20 |
* | bugfix: make sure all variables are properly initialized | Ingo Schwarze | 2014-04-05 | 1 | -5/+5 |
* | Support relative arguments to .ll (increase or decrease line length). | Ingo Schwarze | 2014-03-30 | 1 | -0/+30 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -1/+1 |
* | In -Tutf8 mode, make sure that hyphens get counted against the output line | Ingo Schwarze | 2014-03-13 | 1 | -6/+7 |
* | Implement the \: (optional line break) escape sequence, | Ingo Schwarze | 2014-01-22 | 1 | -3/+9 |
* | remove assignments that will be overwritten right afterwards, | Ingo Schwarze | 2013-12-31 | 1 | -1/+0 |
* | Do not break output lines in .Fn function arguments in SYNOPSIS mode. | Ingo Schwarze | 2013-12-25 | 1 | -1/+11 |
* | Delete the unused flag TERMP_IGNDELIM | Ingo Schwarze | 2013-12-24 | 1 | -1/+1 |
* | Implement a long-standing desideratum, | Ingo Schwarze | 2013-12-23 | 1 | -3/+14 |
* | Polishing the worms in my favourite can, term_flushln(). | Ingo Schwarze | 2013-12-22 | 1 | -7/+5 |
* | Move the last column-counting members of struct termp (col and maxcols) | Ingo Schwarze | 2013-08-21 | 1 | -18/+14 |
* | Implement the roff(7) font-escape sequence \f(BI "bold+italic". | Ingo Schwarze | 2013-08-08 | 1 | -28/+22 |
* | After a leading blank on an output line, the first word was counted twice | Ingo Schwarze | 2013-08-05 | 1 | -1/+1 |
* | In keep mode, if any text is printed (even in NOSPACE mode), | Ingo Schwarze | 2013-05-29 | 1 | -2/+2 |
* | Improve formatting of badly nested font blocks. | Ingo Schwarze | 2012-11-16 | 1 | -1/+1 |
* | In flush-left mode of both man(7) and mdoc(7), when an output line is broken | Ingo Schwarze | 2012-07-16 | 1 | -0/+8 |
* | Remove a hack that was intended for groff-1.15 bug compatibility: | Ingo Schwarze | 2012-07-10 | 1 | -6/+1 |
* | Implement the roff \z escape sequence, intended to output the next | Ingo Schwarze | 2012-05-31 | 1 | -13/+53 |
* | Fix the vertical spacing around tbl(7) instances in man(7). | Ingo Schwarze | 2012-05-27 | 1 | -2/+5 |
* | As noticed by kristaps@, when breaking an overflowing line, | Ingo Schwarze | 2011-09-21 | 1 | -5/+3 |
* | Remove the terminal frontend flag TERMP_NOLPAD. | Ingo Schwarze | 2011-09-19 | 1 | -33/+24 |
* | fix a regression introduced in 1.11.7: | Ingo Schwarze | 2011-09-18 | 1 | -1/+4 |
* | forgotten Copyright bumps; no code change | Ingo Schwarze | 2011-09-18 | 1 | -1/+1 |
* | Remove all references to ESCAPE_PREDEF, which is now not exposed passed | Kristaps Dzonsons | 2011-05-24 | 1 | -22/+0 |
* | Allow non-ASCII terminal encodings to accept unicode values for the | Kristaps Dzonsons | 2011-05-20 | 1 | -17/+61 |
* | Make any un-recognised font be considered a call for the Roman font. | Kristaps Dzonsons | 2011-05-18 | 1 | -0/+2 |
* | Locale support. I'm checking this in to clean up fall-out in-tree, but | Kristaps Dzonsons | 2011-05-17 | 1 | -6/+45 |
* | Add mode for -Tlocale. This mode, with this commit, behaves exactly | Kristaps Dzonsons | 2011-05-17 | 1 | -12/+0 |
* | Flip on printing `?' at Unicode codepoints in -Tascii, -Tpdf, and -Tps. | Kristaps Dzonsons | 2011-05-17 | 1 | -1/+9 |
* | Remove function calls to res() and so forth in term_word(). These were | Kristaps Dzonsons | 2011-05-15 | 1 | -52/+15 |
* | Fix missing support for \N'n' when calculating string widths in -Tascii | Kristaps Dzonsons | 2011-05-15 | 1 | -2/+7 |
* | Use strcspn() in term_strlen(). Clarifies the code. | Kristaps Dzonsons | 2011-05-15 | 1 | -10/+10 |
* | Make some values "int" that were "size_t". These are primarily used for | Kristaps Dzonsons | 2011-05-14 | 1 | -22/+26 |
* | Make character engine (-Tascii, -Tpdf, -Tps) ready for Unicode: make buffer | Kristaps Dzonsons | 2011-05-14 | 1 | -3/+3 |
* | Make mchars_num2char() return a char like it says. | Kristaps Dzonsons | 2011-04-30 | 1 | -4/+3 |
* | Move "chars" interface out of out.h and into mandoc.h. This doesn't | Kristaps Dzonsons | 2011-04-29 | 1 | -6/+6 |
* | Remove a2roffdeco() and mandoc_special() functions and replace them with | Kristaps Dzonsons | 2011-04-09 | 1 | -48/+59 |
* | Remove an unused variable (caught in lint-check) | Kristaps Dzonsons | 2011-04-04 | 1 | -3/+1 |
* | Move mandoc_isdelim() back into libmdoc.h. This fixes an unreported | Kristaps Dzonsons | 2011-03-22 | 1 | -7/+0 |
* | Step 4: merge chars.h into out.h. The functions in this file are | Kristaps Dzonsons | 2011-03-22 | 1 | -1/+0 |
* | Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows the | Kristaps Dzonsons | 2011-03-17 | 1 | -37/+5 |
* | Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.h | Kristaps Dzonsons | 2011-03-17 | 1 | -11/+2 |
* | Make lint shut up a little bit. | Kristaps Dzonsons | 2011-03-15 | 1 | -1/+1 |
* | Implement the \N'number' (numbered character) roff escape sequence. | Ingo Schwarze | 2011-01-30 | 1 | -1/+15 |
* | Fix spacing for tables to use term_len(). Also make term.c properly | Kristaps Dzonsons | 2011-01-04 | 1 | -0/+6 |
* | Track down a bug of empty `de XX' macros causing uncertain behaviour by | Kristaps Dzonsons | 2010-12-06 | 1 | -1/+1 |