| Commit message (Expand) | Author | Age | Files | Lines |
* | sed 's/the the/the/' in a comment; from krw@ | Ingo Schwarze | 2016-04-12 | 1 | -1/+1 |
* | This code wasted memory by allocating sizeof(enum termfont *) | Ingo Schwarze | 2016-01-07 | 1 | -1/+1 |
* | apply bold and italic to all non-ASCII Unicode codepoints, | Ingo Schwarze | 2015-10-23 | 1 | -1/+1 |
* | Major character table cleanup: | Ingo Schwarze | 2015-10-13 | 1 | -7/+4 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -4/+0 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -6/+6 |
* | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze | 2015-09-26 | 1 | -1/+0 |
* | Trailing whitespace is significant when determining the width of a tag | Ingo Schwarze | 2015-09-21 | 1 | -0/+6 |
* | Drop leading, internal, and trailing blank characters in \o (overstrike) | Ingo Schwarze | 2015-08-30 | 1 | -1/+7 |
* | Replace the kludge for the \z escape sequence by an actual | Ingo Schwarze | 2015-04-29 | 1 | -42/+26 |
* | Rounding rules for horizontal scaling widths are more complicated. | Ingo Schwarze | 2015-04-04 | 1 | -5/+5 |
* | Third step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -3/+3 |
* | prevent the skipvsp flag from creeping past actual text | Ingo Schwarze | 2015-03-06 | 1 | -0/+1 |
* | Use relative offsets instead of absolute pointers for the terminal | Ingo Schwarze | 2015-01-31 | 1 | -14/+6 |
* | Rudimentary implementation of the roff(7) \o escape sequence (overstrike). | Ingo Schwarze | 2015-01-21 | 1 | -1/+26 |
* | Support negative indentations for mdoc(7) displays and lists. | Ingo Schwarze | 2014-12-24 | 1 | -1/+1 |
* | When a man(7) document contains unreasonably large numbers for | Ingo Schwarze | 2014-12-24 | 1 | -1/+3 |
* | support negative horizontal widths in man(7); | Ingo Schwarze | 2014-12-23 | 1 | -14/+8 |
* | Fix vertical scaling. Obviously, nobody ever had a serious look at this. | Ingo Schwarze | 2014-12-23 | 1 | -7/+18 |
* | Enforcing an arbitrary, implementation dependent, undocumented limit | Ingo Schwarze | 2014-12-19 | 1 | -14/+18 |
* | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze | 2014-12-02 | 1 | -2/+2 |
* | We repeatedly observed assertion crashes in the low-level terminal | Ingo Schwarze | 2014-11-21 | 1 | -8/+12 |
* | When a line (in the sense of term_flushln()) contains white space only, | Ingo Schwarze | 2014-11-16 | 1 | -1/+3 |
* | fix a typo causing crashes in Unicode string length measurement | Ingo Schwarze | 2014-11-01 | 1 | -1/+1 |
* | In terminal output, unify handling of Unicode and numbered character | Ingo Schwarze | 2014-10-29 | 1 | -38/+64 |
* | In -Tascii mode, print "<?>" only for Unicode escapes of unknown | Ingo Schwarze | 2014-10-28 | 1 | -9/+3 |
* | Make the character table available to libroff so it can check the | Ingo Schwarze | 2014-10-28 | 1 | -5/+1 |
* | Fix a regression in term.c rev. 1.229 reported by bentley@: | Ingo Schwarze | 2014-10-27 | 1 | -6/+4 |
* | Improve -Tascii output for Unicode escape sequences: For the first 512 | Ingo Schwarze | 2014-10-26 | 1 | -53/+39 |
* | Control reading off the edge of our buffer in term_flushln(). | Kristaps Dzonsons | 2014-08-18 | 1 | -1/+1 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+0 |
* | Fix floating point handling: When converting double to size_t, | Ingo Schwarze | 2014-08-01 | 1 | -2/+2 |
* | Clarity with respect to floating point handling: | Ingo Schwarze | 2014-08-01 | 1 | -6/+6 |
* | 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 |