Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-07 | In roff_cond_sub(), make sure that the incorrect input sequence `\\}', | Ingo Schwarze | |
when found on a macro line, does not close a conditional block. The companion function roff_cond_text() already did this correctly, but make the code more readable without functional change. While here, report the correct column number in related error messages. | |||
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 | |
1. Handle more than one `\}' on macro lines, as it was already done for text lines. 2. Do not treat `\}' as a macro invocation after a dot at the beginning of a line. That allows more than one `\}' to work on lines starting with `.\}'. It also simplifies the code. 3. Do not complain about characters following `\}'. Those are not lost, but handled normally both on text and macro lines. | |||
2014-03-06 | - for netbsd, accept 2014 dates | Jason McIntyre | |
- netbsd have changed hp700 to hppa (from wiz@netbsd) - update rcsid | |||
2014-02-28 | ... also check that writing 0 bytes works... | Marc Espie | |
2014-02-27 | RCS Id | Damien Miller | |
2014-02-27 | keep return values that are printed in error messages; | Damien Miller | |
from portable | |||
2014-02-27 | remove any existing LoginGraceTime from sshd_config before adding | Damien Miller | |
a specific one for the test back in | |||
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 | |
fixes a crash reported by blambert@ and a few other, similar ones | |||
2014-02-16 | Update ld.so-cookie test which is currently broken and gets in the | Martynas Venckus | |
way of SSP testing. For some reason this diff keeps escaping from cvs commit... Basic idea: * Use dl_iterate_phdr() to iterate all loaded ELF program headers. * Check that we actually find a header for ld.so. * For ld.so, check that we find a PT_OPENBSD_RANDOMIZE segment. * For each PT_OPENBSD_RANDOMIZE segment, check that at least one byte in the memory range is non-zero. Written by matthew@. "Please go ahaed" kettenis@. "Move fast" deraadt@, a week ago. | |||
2014-02-14 | Implement the roff(7) .as request (append to user-defined string). | Ingo Schwarze | |
Missing feature found by jca@ in ratpoison(1). The ratpoison(1) manual still doesn't work because it uses .shift and .while, too (apparently, ratpoison is so complex that it needs a Turing-complete language to even format its manual :-). Written at Christchurch International Airport. | |||
2014-02-14 | Handle some predefined read-only number registers, e.g. .H and .V. | Ingo Schwarze | |
In particular, this improves handling of the pod2man(1) preamble; for examples of the effect, see some author names in perlthrtut(1). Missing feature reported by Andreas Voegele <mail at andreasvoegele dot com> more than two years ago. Written at Christchurch International Airport. | |||
2014-01-31 | fix number of tests | Marc Espie | |
2014-01-31 | partial-partial-* stuff not yet working | Marc Espie | |
2014-01-31 | basic check for pkg names conflicts, to be augmented | Marc Espie | |
2014-01-26 | make sure $SCP is tested on the remote end rather than whichever one | Damien Miller | |
happens to be in $PATH; from portable | |||
2014-01-26 | automatically generate revoked keys from listed keys rather than | Damien Miller | |
manually specifying each type; from portable | |||
2014-01-25 | Add a test for DH GEX sizes | Darren Tucker | |
2014-01-24 | Improve formatting of broken blocks in -Tman, | Ingo Schwarze | |
somewhat similar to what mdoc_term.c already does for -Tascii. | |||
2014-01-22 | Implement the \: (optional line break) escape sequence, | Ingo Schwarze | |
documented in the Ossanna-Kernighan-Ritter troff manual and also supported by groff. Missing feature reported by Steffen Nurpmeso <sdaoden at gmail dot com>. | |||
2014-01-22 | There can be resolution-worth of slop in two places, so accept that | Philip Guenther | |
2014-01-22 | Missing #include | Philip Guenther | |
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 | |
the regress logfile. | |||
2014-01-19 | update extra output, error messages are more specific now | Marc Espie | |
2014-01-18 | Remove -Wbounded: it is now the compiler default. | Martynas Venckus | |
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 | |
the test target to fail without terminating overall regression tests. Clean up a little. Also adjust orders.txt.sig comment to new reality, making the test pass again. Looks ok to sthen@ | |||
2014-01-10 | Use arc4random instead of random in the flock regress tests. | Joel Sing | |
ok deraadt@ | |||
2014-01-10 | Make this work on hppa. | Joel Sing | |
2014-01-10 | Do not include MD assembly code in a sys regress test. Untested on alpha, | Joel Sing | |
however it has a much better chance of compiling than it did previously. | |||
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-08 | Fix the tests for the pf divert state and socket reuse. | Alexander Bluhm | |
2014-01-08 | Set socket buffer size to fixed value of 100000 octets. This | Alexander Bluhm | |
prevents that the socket splicing performance test interferes with the dynamic TCP buffer size adjusting. | |||
2014-01-06 | add a proper test for error message location as well. | Marc Espie | |
trim excess copy&paste from former targets | |||
2014-01-06 | turn mk34 into a proper full-fledged test. | Marc Espie | |
forgot to link t37 into the build | |||
2014-01-04 | accept [0-9]lua as a valid section name (netbsd only); | Jason McIntyre | |
from wiz@netbsd | |||
2014-01-04 | to do: this is a fatal error, we want a decent error message | Marc Espie | |
2013-12-30 | Test mdoc_macro.c rev. 1.83. | Ingo Schwarze | |
2013-12-29 | - Verify that the FPU exception flags weren't clobbered as required by C99. | Martynas Venckus | |
- Additionally, test _setjmp and sigsetjmp as implementations are different. | |||
2013-12-29 | Add a regression test to verify that the FPU control word state is | Martynas Venckus | |
preserved by setjmp. Currently under REGRESS_FULL as this fails on certain archs. | |||
2013-12-28 | - adjust getcwd-1.c.exp.gcc{3,4} after the getwd linker warning got added | Martynas Venckus | |
- adjust gcc-builtins to use the same approach as gcc-bounds - enable gcc-bounds and gcc-builtins in the default regression suite now that everything passes | |||
2013-12-28 | Add regression tests to check whether GCC folds unsafe builtins and | Martynas Venckus | |
actually shows the security warning. Also add some other cases where GCC used to yield the warning but shouldn't (e.g. strncat simplified into strcat). | |||
2013-12-26 | spacing | Mark Kettenis | |
2013-12-26 | to be dealt with | Marc Espie | |
2013-12-25 | repair the dates | Ingo Schwarze | |