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