Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-01 | if we cannot copy the setup file (because objdir doesn't exist), then | Peter Hessler | |
continue anyways. | |||
2010-07-01 | Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementation | Christian Weisgerber | |
of the y (translate) command. "If a backslash character is immediately followed by a backslash character in string1 or string2, the two backslash characters shall be counted as a single literal backslash character" From FreeBSD; ok millert@ halex@ | |||
2010-07-01 | Allow [ to be used as a delimiter. | Christian Weisgerber | |
From FreeBSD; ok millert@ halex@ | |||
2010-07-01 | more updates | Ingo Schwarze | |
2010-07-01 | major update of the mandoc test suite: | Ingo Schwarze | |
* add various new and extend a few existing tests * stop using Mdocdate to ease syncing with NetBSD | |||
2010-06-30 | Add a test for route labels, re PR6416. ok phessler@ | Stuart Henderson | |
2010-06-29 | regress tests for key options in AuthorizedPrincipals | Damien Miller | |
2010-06-29 | Add regression tests for ftp regarding the -o flag. | Alexander Hall | |
lots of help and ok phessler@ | |||
2010-06-29 | Replace the hand-crafted Diffie-Hellman implementation in isakmpd with | Reyk Floeter | |
the smaller implementation from iked that is using libcrypto instead. This allows to remove a lot of code (which is always good), get rid of some custom crypto code by using libcrypto, theoretically adds support for many new MODP and EC2N/ECP modes (but it is not configurable yet), and allows to share the dh.c/dh.h code in different codebases (it is identical in isakmpd and iked, but could also be used elsewhere). ok deraadt@ | |||
2010-06-29 | Correct the target name | Philip Guenthe | |
2010-06-28 | Don't ask people to send regress logs to a non-existant email address. | Peter Hessler | |
OK deraadt@ | |||
2010-06-27 | add the groff target to the 'make depend' step, so we build dependencies. | Peter Hessler | |
while here, fix building the groff built pages OK schwarze@ | |||
2010-06-27 | enable the regress tests for file, and xlint. | Peter Hessler | |
both already pass on amd64. | |||
2010-06-27 | fix how we run the tests so we can successfully use SUDO='sudo -E' in our env | Peter Hessler | |
2010-06-27 | GCC is being intelligent with our asm statements that were used to pad stuff | Artur Grabowski | |
before and after a function. We made the assumption that the function would not be rearranged but would stay between our paddings. Haha, trusting gcc to not rearrange things, we've never had problems with that. | |||
2010-06-26 | New libevent regression tests from upstream. | Nicholas Marriott | |
help and ok phessler | |||
2010-06-26 | Do not print "Read from tunnel foo failed" in the failure case of a | Bret Lambert | |
function named "tunnel_write", tell people that a write failed. ok claudio@ | |||
2010-06-21 | Fix fpe handler in regress test. Tested and `looks good' phessler@. | Paul Irofti | |
2010-06-21 | clean up all generated files | Peter Hessler | |
2010-06-20 | The -R option was removed from pfctl in March, so we no longer need this | Peter Hessler | |
test. The remaining pieces are all tested in other regress tests. OK sthen@ | |||
2010-06-20 | Add some missing includes, so we do not have implicit function | Peter Hessler | |
declarations. OK miod@, millert@ | |||
2010-06-20 | Add some missing includes, so we do not have implicit function | Peter Hessler | |
declarations. OK miod@ stsp@ | |||
2010-06-20 | remove the check for a comment that was removed in 2001 | Peter Hessler | |
pointed out by david@ | |||
2010-06-20 | Have yet another regress test actually build the test program, before | Peter Hessler | |
trying to use it. OK (a long time ago) david@ | |||
2010-06-20 | Have the flock regress test actually depend on the flock regress | Peter Hessler | |
program, so we have a chance of running pointed out (a long time ago) by david@ | |||
2010-06-06 | also test .In following .In and .Ft following .Fn | Ingo Schwarze | |
2010-06-02 | strnlen regression tests | Todd C. Miller | |
2010-05-14 | Add gcc2 and gcc3 expected output for avsm@'s new zero-length array | Nicholas Marriott | |
test. | |||
2010-05-14 | add failing regress test for gcc3 -Wbounded for 0-length arrays, spotted by ↵ | Anil Madhavapeddy | |
nicm@ | |||
2010-05-10 | Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible | Dale Rahn | |
complier picking, eg supporting gcc2, gcc3, and gcc4. based on diff by Marco, with fixes from espie@. ok espie@ general mumbling of approval of others. | |||
2010-05-10 | Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> | Kenneth R Westerback | |
'possibility', 'optins' -> 'options', 'resposne' -> 'response', 'unecessary' -> 'unnecessary', 'desination' -> 'destination'. Collected from various misc@ and tech@ postings, many by Brad Tilley. | |||
2010-05-08 | * add #includes to pull in missing prototypes, as pointed out by gcc4 | Christian Weisgerber | |
* fix CFLAGS syntax for make depend ok blambert@ | |||
2010-05-07 | regress tests for AuthorizedPrincipalsFile and "principals=" key option. | Damien Miller | |
feedback and ok markus@ | |||
2010-05-01 | this one is going to be fun to fix... | Marc Espie | |
2010-04-25 | Test handling of roff conditional instructions; | Ingo Schwarze | |
committing the desired results, too, because groff is doing page-layout formatting for man(7) even in ASCII output mode and we do not imitate that in mandoc. | |||
2010-04-25 | Let the clean target remove cores, | Ingo Schwarze | |
and let the cleandir target call groff-clean as well. | |||
2010-04-23 | Update test to also check that .Xr without args is ignored. | Ingo Schwarze | |
Related to mdoc_validate.c 1.47. | |||
2010-04-23 | Check handling of tab characters. | Ingo Schwarze | |
Related to term.c 1.30, mdoc_term.c 1.75. | |||
2010-04-23 | Do not run the tests with -fstrict -Wall by default. | Ingo Schwarze | |
I want to test some features that -fstrict does not allow. And as long as i do not test for specific error messages, having -Wall on by default just causes useless noise. | |||
2010-04-16 | regression tests for v01 certificate format | Damien Miller | |
includes interop tests for v00 certs | |||
2010-04-15 | update the expected output for the test for -P; it uses | Stuart Henderson | |
dumpdef and depends on the available macros, so the output changed when mkstemp was added. | |||
2010-04-13 | test handling of multiple .It macros without intervening text; | Ingo Schwarze | |
related to term.c 1.29 | |||
2010-04-12 | check handling of blank lines in literal context; | Ingo Schwarze | |
thanks to jmc@ for noticing that this can break; related to term.c rev. 1.28 | |||
2010-04-12 | new test to check vertical spacing in nested lists, | Ingo Schwarze | |
related to mdoc_term.c rev. 1.74 | |||
2010-04-08 | Check the behaviour of quoted and unquoted punctuation | Ingo Schwarze | |
after the mdoc(7) literal macro, .Li. | |||
2010-04-07 | Make sure that the sequence .Fl, no argument, and another macro | Ingo Schwarze | |
is rendered without white space between the dash and the other macro. Will be fixed in mandoc 1.9.23. | |||
2010-03-25 | test blank and newline handling in xargs(1) with and without -0 and -L | Ingo Schwarze | |
ok guenther@ | |||
2010-03-24 | tests for ${name#pat} and ${name%pat} issue. | Federico G. Schwindt | |
millert@ ok'd a previous version. | |||
2010-03-23 | some oddity in the process of getting fixed | Marc Espie | |
2010-03-23 | adjust after -A / -O / -R / -T load removal | Henning Brauer | |