Age | Commit message (Expand) | Author |
2014-04-08 | Fully implement the \B (validate numerical expression) and | Ingo Schwarze |
2014-04-07 | We already supported (outer) user-defined strings containing references | Ingo Schwarze |
2014-04-07 | Almost complete implementation of roff(7) numerical expressions. | Ingo Schwarze |
2014-04-05 | Implement the roff(7) .rr (remove register) request. | Ingo Schwarze |
2014-03-31 | recognise CONTEXT sections, for man9; | Jason McIntyre |
2014-03-31 | add test where Libs contains a variable reference | Jasper Lievisse Adriaanse |
2014-03-30 | Support relative arguments to .ll (increase or decrease line length). | Ingo Schwarze |
2014-03-30 | Implement the roff(7) .ll (line length) request. | Ingo Schwarze |
2014-03-30 | make -Tascii explicit, to be safe when -Tlocale becomes the default | Ingo Schwarze |
2014-03-29 | don't spam the console | Jasper Lievisse Adriaanse |
2014-03-29 | tweak the non-hanging but failing earlier test. | Jasper Lievisse Adriaanse |
2014-03-29 | add currently failing (rather, hanging) test taken from empathy's | Jasper Lievisse Adriaanse |
2014-03-29 | shuffle --variable related tests together and add a few more which are known ... | Jasper Lievisse Adriaanse |
2014-03-28 | Allow leading and trailing vertical lines, | Ingo Schwarze |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-03-17 | use quiet signify | Ted Unangst |
2014-03-17 | test -C | Ted Unangst |
2014-03-17 | fix for new sig header by testing pipe code too ;) | Ted Unangst |
2014-03-13 | this test is a sorry mess of race conditions; add another sleep | Damien Miller |
2014-03-08 | Test handling of combining and non-combining accents | Ingo Schwarze |
2014-03-08 | In .nf mode, use the MAN_LINE flag to detect input line breaks | Ingo Schwarze |
2014-03-08 | To find out whether .TP head arguments are same-line or next-line arguments, | Ingo Schwarze |
2014-03-08 | Improve .if/.ie condition handling. | Ingo Schwarze |
2014-03-07 | In roff_cond_sub(), make sure that the incorrect input sequence `\\}', | Ingo Schwarze |
2014-03-07 | Even on macro lines, \} must not cause whitespace. | Ingo Schwarze |
2014-03-07 | Three bugfixes related to the closing of conditional blocks: | Ingo Schwarze |
2014-03-06 | - for netbsd, accept 2014 dates | Jason McIntyre |
2014-02-27 | RCS Id | Damien Miller |
2014-02-27 | keep return values that are printed in error messages; | Damien Miller |
2014-02-27 | remove any existing LoginGraceTime from sshd_config before adding | Damien Miller |
2014-02-21 | Check that we do not break the line at existing hyphens in macro arguments. | Ingo Schwarze |
2014-02-16 | when indenting, extend the right margin accordingly, when needed; | Ingo Schwarze |
2014-02-14 | Implement the roff(7) .as request (append to user-defined string). | Ingo Schwarze |
2014-02-14 | Handle some predefined read-only number registers, e.g. .H and .V. | Ingo Schwarze |
2014-01-26 | make sure $SCP is tested on the remote end rather than whichever one | Damien Miller |
2014-01-26 | automatically generate revoked keys from listed keys rather than | Damien Miller |
2014-01-25 | Add a test for DH GEX sizes | Darren Tucker |
2014-01-24 | Improve formatting of broken blocks in -Tman, | Ingo Schwarze |
2014-01-22 | Implement the \: (optional line break) escape sequence, | Ingo Schwarze |
2014-01-20 | append to rather than truncating the log file | Darren Tucker |
2014-01-19 | Don't use -q on sftp as it suppresses logging, instead redirect the output to | Darren Tucker |
2014-01-13 | update for new options and clarify | Ted Unangst |
2014-01-10 | Don't overwrite the regress target, provide a test target instead. This allows | Tobias Ulmer |
2014-01-09 | update for sig comments | Ted Unangst |
2014-01-09 | test signing too | Ted Unangst |
2014-01-09 | signify subdir | Ted Unangst |
2014-01-09 | regress signify | Ted Unangst |
2014-01-06 | add a proper test for error message location as well. | Marc Espie |
2014-01-06 | turn mk34 into a proper full-fledged test. | Marc Espie |
2014-01-04 | accept [0-9]lua as a valid section name (netbsd only); | Jason McIntyre |