Age | Commit message (Expand) | Author |
2010-09-24 | add a GLOB_KEEPSTAT option that retains a copy of the struct stat | Damien Miller |
2010-09-18 | Add cvs tag, author name and year | Todd C. Miller |
2010-09-18 | Test default precision when ndigit is negative. | Todd C. Miller |
2010-09-18 | Add more test vectors. | Todd C. Miller |
2010-09-17 | Add gcvt() regress with test vectors derived from perl regress. | Todd C. Miller |
2010-08-23 | Add setenv/putenv regress | Todd C. Miller |
2010-06-29 | Correct the target name | Philip Guenthe |
2010-06-02 | strnlen regression tests | Todd C. Miller |
2010-05-10 | Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible | Dale Rahn |
2010-05-08 | * add #includes to pull in missing prototypes, as pointed out by gcc4 | Christian Weisgerber |
2010-02-14 | Sync with current state of the tree. | Miod Vallat |
2010-02-11 | Test mkstemps() too | Philip Guenthe |
2010-02-11 | Add a regression suite for mkstemp(), verifying that it neither overruns | Philip Guenthe |
2009-12-14 | Add a test for sleep(3), to verify that it both (a) returns zero when it | Philip Guenthe |
2009-11-21 | Add a (hopefully) comprehensive regression test of how stdio functions | Philip Guenthe |
2009-11-19 | Add regression tests for stdio threading. Originally by blambert with | Philip Guenthe |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-09-14 | doing numeric lookups without specifying an ai_socktype fails no longer. | Claudio Jeker |
2009-06-21 | fix rcs ids. ok sthen@ | Martynas Venckus |
2009-06-09 | make the regress target build the program before using it. | Peter Hessler |
2009-06-09 | Update to handle the default resolv order behavior. | Peter Hessler |
2009-02-18 | Test to show glob bug introduced with POSIX char class support. | Todd C. Miller |
2009-02-18 | Add missing CURDIR | Todd C. Miller |
2008-10-02 | Hook up fnmatch and glob regress. | Todd C. Miller |
2008-10-01 | Regress driver for fnmatch(3). Needs more tests. | Todd C. Miller |
2008-10-01 | Regress driver for glob(3). Needs more tests. | Todd C. Miller |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller |
2007-10-22 | Only test one condition per invocation flavour, instead of testing all | Miod Vallat |
2007-10-20 | Give more details on failure. | Miod Vallat |
2007-10-20 | Make this work on 64 bit platforms by using strlen() instead of sizeof()... | Miod Vallat |
2007-09-12 | fix format strings, sizeof() does not return an int | Otto Moerbeek |
2007-09-09 | use strcspn to properly overwrite '\n' in fgets returned buffer | Charles Longeau |
2007-09-03 | Adapt atexit() regress to recent changes and add __cxa_atexit() regress. | Todd C. Miller |
2007-05-17 | Add basename(3) and dirname(3) regression tests, from tbert. | Ray Lai |
2006-09-29 | add strtod() underflow test | Otto Moerbeek |
2006-05-16 | Don't forget to return 0 on success, doh. | Otto Moerbeek |
2006-05-15 | Try harder to trigger an exception. On architectures where floating-point | Mark Kettenis |
2006-04-18 | Hook new ulimit test cases | Otto Moerbeek |
2006-04-18 | near ulimit test case 2 | Otto Moerbeek |
2006-04-18 | Near ulimit test case 1 | Otto Moerbeek |
2006-04-01 | Use NFILES for starting point instead of hardcoded const | Otto Moerbeek |
2006-03-25 | hook telldir | Otto Moerbeek |
2006-03-25 | telldir/seekdir regress tesst. Fails on -current, since seekdir(x), | Otto Moerbeek |
2006-03-10 | Hook up getcap test. | Ray Lai |
2006-03-10 | Regression test for truncated file. | Ray Lai |
2005-08-29 | Basic regress test for the vis(3) family of functions. Extra tests | Otto Moerbeek |
2005-08-12 | untested Makefile commited | Theo de Raadt |
2005-08-11 | regression test to check that isw* functions yield the same result as | Marc Espie |