Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-03 | Set the stream orientation in open_{,w}memstream(). | Philip Guenther | |
Check it in the regress test ok mpi@ | |||
2013-04-01 | tweak makefile now that asr is built by default. | Eric Faurot | |
2013-04-01 | add hostnames which triggered some bugs. | Eric Faurot | |
2013-03-28 | add a test case for the icmpv6 issue spotted by naddy | Eric Faurot | |
2013-03-28 | More tests for negative seeks, prodded by matthew@ | Martin Pieuchot | |
2012-07-13 | import regression suite for asr | Eric Faurot | |
2013-03-27 | More test cases, especially when opening the stream in append an write | Martin Pieuchot | |
modes. | |||
2013-03-25 | Add some more tests; prodded by mpi@ | Philip Guenther | |
2013-03-12 | Add check that mkstemp() fails with EINVAL if the string has fewer than | Philip Guenther | |
6 Xs | |||
2013-01-01 | Simple tests for fmemopen(3) and open_memstream(3) | Martin Pieuchot | |
2012-12-17 | add test case for gethostbyname() called with numeric hostname | Eric Faurot | |
2012-12-16 | - use diff -u like most anywhere to make the output readable. | Jasper Lievisse Adriaanse | |
ok phessler@ | |||
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt | |
ok guenther millert kettenis | |||
2012-11-18 | Add a regress test for strtol, which currently fails. | Joel Sing | |
ok otto@ | |||
2012-09-05 | run regress with the local env too | Eric Faurot | |
2012-09-05 | use LDSTATIC for building static executables | Eric Faurot | |
2012-08-07 | allow to choose an alternate regress script | Eric Faurot | |
2012-07-29 | add a flag to choose between gethostbyname and gethostbyaddr | Eric Faurot | |
2012-07-13 | import regression suite for asr | Eric Faurot | |
2012-07-11 | catch off-by-one errors in stpncpy(); ok guenther@ | Christian Weisgerber | |
2011-11-06 | return non-zero on error | Otto Moerbeek | |
2011-11-05 | and clean extra target | Otto Moerbeek | |
2011-11-05 | add exhaust test from netbsd | Otto Moerbeek | |
2011-10-16 | uncomment wscanf tests | Stefan Sperling | |
2011-09-17 | Expand fnmatch() regress with patterns obtained from the tests for APR's | Stefan Sperling | |
new fnmatch implementation. With kind permission from Bill Rowe. Tweak the test code to allow comment lines in the test data file. ok millert@ | |||
2011-07-07 | timed's time is up. use ntpd(8). Even our own fossil developers | Theo de Raadt | |
switched a while back. ok miod, kettenis | |||
2011-07-03 | Include tests of 80-bit long double precision (on platforms that | Martynas Venckus | |
support it) now that scanf is implemented properly. | |||
2011-07-02 | Add cephes. | Martynas Venckus | |
2011-07-02 | Import Steve Moshier's printf/scanf tester. | Martynas Venckus | |
2011-05-01 | Pull in <string.h> for memset() | Philip Guenthe | |
2011-05-01 | Make the regress setup not assume the umask is 022 | Philip Guenthe | |
2011-04-29 | uncomment fwprintf and wprintf tests | Stefan Sperling | |
2011-04-24 | Regression test for floating point format directives in wprintf. | Stefan Sperling | |
ok kettenis espie | |||
2011-03-13 | add a regress test for the vis and unvis functions. after finding one | Theo de Raadt | |
bug, this then found a 2nd bug.. worked on with guenther | |||
2011-01-07 | Remove an extraneous return statement with the wrong return value. | Todd C. Miller | |
Fix some gcc warnings. | |||
2010-09-24 | add a GLOB_KEEPSTAT option that retains a copy of the struct stat | Damien Miller | |
information that is looked up while matching glob(3)s Keeping this information around can make a big difference when fetching it is expensive, e.g. in sftp which uses GLOB_ALTDIRFUNC feedback millert@ jmc@ "get it in before the libc crank" deraadt@ | |||
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 | |
Does not currently pass, which is why perl can't use it to format doubles. | |||
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 | |
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-08 | * add #includes to pull in missing prototypes, as pointed out by gcc4 | Christian Weisgerber | |
* fix CFLAGS syntax for make depend ok blambert@ | |||
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 | |
no underruns the supplied template buffer, that it can generate names that don't contain any X's, and that all open() calls that pass O_CREAT also pass O_EXCL | |||
2009-12-14 | Add a test for sleep(3), to verify that it both (a) returns zero when it | Philip Guenthe | |
completes, and (b) returns the unslept time in seconds when interrupted | |||
2009-11-21 | Add a (hopefully) comprehensive regression test of how stdio functions | Philip Guenthe | |
affect stream orientation |