2019-01-03 |
Ingo Schwarze | Rewrite the line filling function for terminal output... |
blob | commitdiff | raw |
2018-12-15 |
Ingo Schwarze | Several improvements to escape sequence handling. |
blob | commitdiff | raw | diff to current |
2018-10-25 |
Ingo Schwarze | Implement the \f(CW and \f(CR (constant width font... |
blob | commitdiff | raw | diff to current |
2018-08-16 |
Ingo Schwarze | Implement the \*(.T predefined string (interpolate... |
blob | commitdiff | raw | diff to current |
2017-07-28 |
Ingo Schwarze | fix typo in TERMP_MULTICOL flag test; |
blob | commitdiff | raw | diff to current |
2017-06-14 |
Ingo Schwarze | implement so-called absolute horizontal motion: \h... |
blob | commitdiff | raw | diff to current |
2017-06-14 |
Ingo Schwarze | let \l use the right fill character |
blob | commitdiff | raw | diff to current |
2017-06-14 |
Ingo Schwarze | improve rounding rules for scaling units |
blob | commitdiff | raw | diff to current |
2017-06-14 |
Ingo Schwarze | implement the roff(7) \p (break output line) escape... |
blob | commitdiff | raw | diff to current |
2017-06-12 |
Ingo Schwarze | Implement automatic line breaking |
blob | commitdiff | raw | diff to current |
2017-06-08 |
Ingo Schwarze | make the internal a2roffsu() interface more powerful... |
blob | commitdiff | raw | diff to current |
2017-06-07 |
Ingo Schwarze | Prepare the terminal driver for filling multiple column... |
blob | commitdiff | raw | diff to current |
2017-06-07 |
Ingo Schwarze | Prepare the terminal driver for filling multiple column... |
blob | commitdiff | raw | diff to current |
2017-06-07 |
Ingo Schwarze | The \h escape sequence provides another method for... |
blob | commitdiff | raw | diff to current |
2017-06-04 |
Ingo Schwarze | Implement the roff(7) .mc (right margin character)... |
blob | commitdiff | raw | diff to current |
2017-06-04 |
Ingo Schwarze | Make term_flushln() simpler and more robust: |
blob | commitdiff | raw | diff to current |
2017-06-02 |
Ingo Schwarze | Partial implementation of \h (horizontal line drawing... |
blob | commitdiff | raw | diff to current |
2017-06-01 |
Ingo Schwarze | Minimal implementation of the \h (horizontal motion... |
blob | commitdiff | raw | diff to current |
2017-05-07 |
Ingo Schwarze | Basic implementation of the roff(7) .ta (define tab... |
blob | commitdiff | raw | diff to current |
2017-01-08 |
Ingo Schwarze | Fix an assertion failure caused by \z\[u00FF] with... |
blob | commitdiff | raw | diff to current |
2016-08-10 |
Ingo Schwarze | Fix assertion failures caused by whitespace inside... |
blob | commitdiff | raw | diff to current |
2016-04-12 |
Ingo Schwarze | sed 's/the the/the/' in a comment; from krw@ |
blob | commitdiff | raw | diff to current |
2016-01-07 |
Ingo Schwarze | This code wasted memory by allocating sizeof(enum termf... |
blob | commitdiff | raw | diff to current |
2015-10-23 |
Ingo Schwarze | apply bold and italic to all non-ASCII Unicode codepoints, |
blob | commitdiff | raw | diff to current |
2015-10-13 |
Ingo Schwarze | Major character table cleanup: |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Ingo Schwarze | To make the code more readable, delete 283 /* FALLTHROU... |
blob | commitdiff | raw | diff to current |
2015-10-06 |
Ingo Schwarze | modernize style: "return" is not a function |
blob | commitdiff | raw | diff to current |
2015-09-26 |
Ingo Schwarze | /* NOTREACHED */ after abort() is silly, delete it |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Ingo Schwarze | Trailing whitespace is significant when determining... |
blob | commitdiff | raw | diff to current |
2015-08-30 |
Ingo Schwarze | Drop leading, internal, and trailing blank characters... |
blob | commitdiff | raw | diff to current |
2015-04-29 |
Ingo Schwarze | Replace the kludge for the \z escape sequence by an... |
blob | commitdiff | raw | diff to current |
2015-04-04 |
Ingo Schwarze | Rounding rules for horizontal scaling widths are more... |
blob | commitdiff | raw | diff to current |
2015-04-02 |
Ingo Schwarze | Third step towards parser unification: |
blob | commitdiff | raw | diff to current |
2015-03-06 |
Ingo Schwarze | prevent the skipvsp flag from creeping past actual... |
blob | commitdiff | raw | diff to current |
2015-01-31 |
Ingo Schwarze | Use relative offsets instead of absolute pointers for... |
blob | commitdiff | raw | diff to current |
2015-01-21 |
Ingo Schwarze | Rudimentary implementation of the roff(7) \o escape... |
blob | commitdiff | raw | diff to current |
2014-12-24 |
Ingo Schwarze | Support negative indentations for mdoc(7) displays... |
blob | commitdiff | raw | diff to current |
2014-12-24 |
Ingo Schwarze | When a man(7) document contains unreasonably large... |
blob | commitdiff | raw | diff to current |
2014-12-23 |
Ingo Schwarze | support negative horizontal widths in man(7); |
blob | commitdiff | raw | diff to current |
2014-12-23 |
Ingo Schwarze | Fix vertical scaling. Obviously, nobody ever had a... |
blob | commitdiff | raw | diff to current |
2014-12-19 |
Ingo Schwarze | Enforcing an arbitrary, implementation dependent, undoc... |
blob | commitdiff | raw | diff to current |
2014-12-02 |
Ingo Schwarze | Fix the implementation and documentation of \c (continu... |
blob | commitdiff | raw | diff to current |
2014-11-21 |
Ingo Schwarze | We repeatedly observed assertion crashes in the low... |
blob | commitdiff | raw | diff to current |
2014-11-16 |
Ingo Schwarze | When a line (in the sense of term_flushln()) contains... |
blob | commitdiff | raw | diff to current |
2014-11-01 |
Ingo Schwarze | fix a typo causing crashes in Unicode string length... |
blob | commitdiff | raw | diff to current |
2014-10-29 |
Ingo Schwarze | In terminal output, unify handling of Unicode and numbe... |
blob | commitdiff | raw | diff to current |
2014-10-28 |
Ingo Schwarze | In -Tascii mode, print "<?>" only for Unicode escapes... |
blob | commitdiff | raw | diff to current |
2014-10-28 |
Ingo Schwarze | Make the character table available to libroff so it... |
blob | commitdiff | raw | diff to current |
2014-10-27 |
Ingo Schwarze | Fix a regression in term.c rev. 1.229 reported by bentley@: |
blob | commitdiff | raw | diff to current |
2014-10-26 |
Ingo Schwarze | Improve -Tascii output for Unicode escape sequences... |
blob | commitdiff | raw | diff to current |
2014-08-18 |
Kristaps Dzonsons | Control reading off the edge of our buffer in term_flus... |
blob | commitdiff | raw | diff to current |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
blob | commitdiff | raw | diff to current |
2014-08-01 |
Ingo Schwarze | Fix floating point handling: When converting double... |
blob | commitdiff | raw | diff to current |
2014-08-01 |
Ingo Schwarze | Clarity with respect to floating point handling: |
blob | commitdiff | raw | diff to current |
2014-07-06 |
Ingo Schwarze | After skipping an escape sequence with incomplete argum... |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Ingo Schwarze | Audit malloc(3)/calloc(3)/realloc(3) usage. |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
blob | commitdiff | raw | diff to current |
2014-04-08 |
Ingo Schwarze | Add a new term_flushln() flag TERMP_BRIND (if break... |
blob | commitdiff | raw | diff to current |
2014-04-05 |
Ingo Schwarze | bugfix: make sure all variables are properly initialized |
blob | commitdiff | raw | diff to current |
2014-03-30 |
Ingo Schwarze | Support relative arguments to .ll (increase or decrease... |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | The files mandoc.c and mandoc.h contained both speciali... |
blob | commitdiff | raw | diff to current |
2014-03-13 |
Ingo Schwarze | In -Tutf8 mode, make sure that hyphens get counted... |
blob | commitdiff | raw | diff to current |
2014-01-22 |
Ingo Schwarze | Implement the \: (optional line break) escape sequence, |
blob | commitdiff | raw | diff to current |
2013-12-31 |
Ingo Schwarze | remove assignments that will be overwritten right after... |
blob | commitdiff | raw | diff to current |
2013-12-25 |
Ingo Schwarze | Do not break output lines in .Fn function arguments... |
blob | commitdiff | raw | diff to current |
2013-12-24 |
Ingo Schwarze | Delete the unused flag TERMP_IGNDELIM |
blob | commitdiff | raw | diff to current |
2013-12-23 |
Ingo Schwarze | Implement a long-standing desideratum, |
blob | commitdiff | raw | diff to current |
2013-12-22 |
Ingo Schwarze | Polishing the worms in my favourite can, term_flushln(). |
blob | commitdiff | raw | diff to current |
2013-08-21 |
Ingo Schwarze | Move the last column-counting members of struct termp... |
blob | commitdiff | raw | diff to current |
2013-08-08 |
Ingo Schwarze | Implement the roff(7) font-escape sequence \f(BI "bold... |
blob | commitdiff | raw | diff to current |
2013-08-05 |
Ingo Schwarze | After a leading blank on an output line, the first... |
blob | commitdiff | raw | diff to current |
2013-05-29 |
Ingo Schwarze | In keep mode, if any text is printed (even in NOSPACE... |
blob | commitdiff | raw | diff to current |
2012-11-16 |
Ingo Schwarze | Improve formatting of badly nested font blocks. |
blob | commitdiff | raw | diff to current |
2012-07-16 |
Ingo Schwarze | In flush-left mode of both man(7) and mdoc(7), when... |
blob | commitdiff | raw | diff to current |
2012-07-10 |
Ingo Schwarze | Remove a hack that was intended for groff-1.15 bug... |
blob | commitdiff | raw | diff to current |
2012-05-31 |
Ingo Schwarze | Implement the roff \z escape sequence, intended to... |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Ingo Schwarze | Fix the vertical spacing around tbl(7) instances in... |
blob | commitdiff | raw | diff to current |
2011-09-21 |
Ingo Schwarze | As noticed by kristaps@, when breaking an overflowing... |
blob | commitdiff | raw | diff to current |
2011-09-19 |
Ingo Schwarze | Remove the terminal frontend flag TERMP_NOLPAD. |
blob | commitdiff | raw | diff to current |
2011-09-18 |
Ingo Schwarze | fix a regression introduced in 1.11.7: |
blob | commitdiff | raw | diff to current |
2011-09-18 |
Ingo Schwarze | forgotten Copyright bumps; no code change |
blob | commitdiff | raw | diff to current |
2011-05-24 |
Kristaps Dzonsons | Remove all references to ESCAPE_PREDEF, which is now... |
blob | commitdiff | raw | diff to current |
2011-05-20 |
Kristaps Dzonsons | Allow non-ASCII terminal encodings to accept unicode... |
blob | commitdiff | raw | diff to current |
2011-05-18 |
Kristaps Dzonsons | Make any un-recognised font be considered a call for... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | Locale support. I'm checking this in to clean up fall... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | Add mode for -Tlocale. This mode, with this commit... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | Flip on printing `?' at Unicode codepoints in -Tascii... |
blob | commitdiff | raw | diff to current |
2011-05-15 |
Kristaps Dzonsons | Remove function calls to res() and so forth in term_wor... |
blob | commitdiff | raw | diff to current |
2011-05-15 |
Kristaps Dzonsons | Fix missing support for \N'n' when calculating string... |
blob | commitdiff | raw | diff to current |
2011-05-15 |
Kristaps Dzonsons | Use strcspn() in term_strlen(). Clarifies the code. |
blob | commitdiff | raw | diff to current |
2011-05-14 |
Kristaps Dzonsons | Make some values "int" that were "size_t". These are... |
blob | commitdiff | raw | diff to current |
2011-05-14 |
Kristaps Dzonsons | Make character engine (-Tascii, -Tpdf, -Tps) ready... |
blob | commitdiff | raw | diff to current |
2011-04-30 |
Kristaps Dzonsons | Make mchars_num2char() return a char like it says. |
blob | commitdiff | raw | diff to current |
2011-04-29 |
Kristaps Dzonsons | Move "chars" interface out of out.h and into mandoc... |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Kristaps Dzonsons | Remove a2roffdeco() and mandoc_special() functions... |
blob | commitdiff | raw | diff to current |
2011-04-04 |
Kristaps Dzonsons | Remove an unused variable (caught in lint-check) |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | Move mandoc_isdelim() back into libmdoc.h. This fixes... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | Step 4: merge chars.h into out.h. The functions in... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Move mdoc_isdelim() into mandoc.h as mandoc_isdelim... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Move mandoc_{realloc,malloc,calloc} out of libmandoc... |
blob | commitdiff | raw | diff to current |
next |