Age | Commit message (Expand) | Author |
2017-06-17 | correct handling of blank lines after \c | Ingo Schwarze |
2017-06-14 | implement so-called absolute horizontal motion: \h'|...', | Ingo Schwarze |
2017-06-14 | Naive implementation of the roff(7) .po (page offset) request. | Ingo Schwarze |
2017-06-14 | let \l use the right fill character | Ingo Schwarze |
2017-06-14 | improve rounding rules for scaling units | Ingo Schwarze |
2017-06-14 | implement the roff(7) d (macro or string defined) conditional | Ingo Schwarze |
2017-06-14 | implement the roff(7) \p (break output line) escape sequence | Ingo Schwarze |
2017-06-11 | churn caused by the new Mdocdate messages, no easy way to avoid this :( | Ingo Schwarze |
2017-06-01 | Minimal implementation of the \h (horizontal motion) escape sequence. | Ingo Schwarze |
2017-05-08 | Basic implementation of the roff(7) .ti (temporary indent) request. | Ingo Schwarze |
2017-05-07 | Basic implementation of the roff(7) .ta (define tab stops) request. | Ingo Schwarze |
2017-05-05 | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze |
2017-05-05 | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze |
2017-05-04 | Parser reorg: | Ingo Schwarze |
2017-03-08 | Now that markdown output is tested for almost everything, test all | Ingo Schwarze |
2017-03-08 | prevent infinite recursion while expanding the arguments | Ingo Schwarze |
2017-03-07 | If a user-defined macro is aborted because it exceeds the stack | Ingo Schwarze |
2017-02-17 | Many people have been complaining for a long time that ``...'' looks | Ingo Schwarze |
2016-12-07 | comment out non-working parts of the test with .ig rather than \", | Ingo Schwarze |
2016-12-07 | enable commented parts of the test, they seem to work now | Ingo Schwarze |
2016-12-07 | enable commented parts of the test, they seem to work now | Ingo Schwarze |
2015-12-01 | Cope with the changed order of warning and error messages caused by the | Ingo Schwarze |
2015-08-29 | add regression test for \n(.$ and \\$* | Ingo Schwarze |
2015-06-27 | Ignore blank characters at the beginning of a conditional block, | Ingo Schwarze |
2015-05-31 | Implement the roff(7) `r' (register exists) conditional. | Ingo Schwarze |
2015-04-29 | Replace the kludge for the \z escape sequence by an actual | Ingo Schwarze |
2015-02-21 | Escape quotes when expanding macro arguments. | Ingo Schwarze |
2015-02-17 | Let .it accept numerical expressions, not just numerical constants. | Ingo Schwarze |
2015-02-06 | replace the last legacy generic message type, "argument count wrong", | Ingo Schwarze |
2015-02-06 | better diagnostics about excess arguments to .PD .ft .sp | Ingo Schwarze |
2015-02-06 | better error reporting for .br .fi .nf with arguments | Ingo Schwarze |
2015-02-03 | Make the mandoc test suite completely silent. | Ingo Schwarze |
2015-01-23 | Wonders of roff(7): Integer numbers in numerical expressions can carry | Ingo Schwarze |
2015-01-21 | Rudimentary implementation of the roff(7) \o escape sequence (overstrike). | Ingo Schwarze |
2015-01-07 | Bugfix: When the invocation of a user-defined macro follows a roff | Ingo Schwarze |
2015-01-01 | Fix a read buffer overrun triggered by trailing \s- or trailing \s+ | Ingo Schwarze |
2015-01-01 | The roff(7) language is Turing-complete, even the part implemented | Ingo Schwarze |
2014-12-30 | Test the weird construct of a user-defined macro starting (but not | Ingo Schwarze |
2014-12-23 | support negative horizontal widths in man(7); | Ingo Schwarze |
2014-12-23 | some scaling unit fixes: | Ingo Schwarze |
2014-12-23 | Fix vertical scaling. Obviously, nobody ever had a serious look at this. | Ingo Schwarze |
2014-12-18 | Don't let the modulo operator divide by zero. | Ingo Schwarze |
2014-12-16 | When a numerical condition errors out after consuming at least one | Ingo Schwarze |
2014-12-15 | Empty conditions count as false. | Ingo Schwarze |
2014-12-04 | fix handling of roff requests having a default scale other than "n", | Ingo Schwarze |
2014-12-03 | test backslash handling because it was on my todo list; | Ingo Schwarze |
2014-12-02 | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze |
2014-11-21 | We repeatedly observed assertion crashes in the low-level terminal | Ingo Schwarze |
2014-11-19 | Escape sequences terminate high-level macro names, and when doing so, | Ingo Schwarze |
2014-11-10 | more tests found in my tree | Ingo Schwarze |