summaryrefslogtreecommitdiff
path: root/regress/lib/libc
AgeCommit message (Expand)Author
2013-01-01Simple tests for fmemopen(3) and open_memstream(3)Martin Pieuchot
2012-12-17add test case for gethostbyname() called with numeric hostnameEric Faurot
2012-12-16- use diff -u like most anywhere to make the output readable.Jasper Lievisse Adriaanse
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-11-18Add a regress test for strtol, which currently fails.Joel Sing
2012-09-05run regress with the local env tooEric Faurot
2012-09-05use LDSTATIC for building static executablesEric Faurot
2012-08-07allow to choose an alternate regress scriptEric Faurot
2012-07-29add a flag to choose between gethostbyname and gethostbyaddrEric Faurot
2012-07-13import regression suite for asrEric Faurot
2012-07-11catch off-by-one errors in stpncpy(); ok guenther@Christian Weisgerber
2011-11-06return non-zero on errorOtto Moerbeek
2011-11-05and clean extra targetOtto Moerbeek
2011-11-05add exhaust test from netbsdOtto Moerbeek
2011-10-16uncomment wscanf testsStefan Sperling
2011-09-17Expand fnmatch() regress with patterns obtained from the tests for APR'sStefan Sperling
2011-07-07timed's time is up. use ntpd(8). Even our own fossil developersTheo de Raadt
2011-07-03Include tests of 80-bit long double precision (on platforms thatMartynas Venckus
2011-07-02Add cephes.Martynas Venckus
2011-07-02Import Steve Moshier's printf/scanf tester.Martynas Venckus
2011-05-01Pull in <string.h> for memset()Philip Guenthe
2011-05-01Make the regress setup not assume the umask is 022Philip Guenthe
2011-04-29uncomment fwprintf and wprintf testsStefan Sperling
2011-04-24Regression test for floating point format directives in wprintf.Stefan Sperling
2011-03-13add a regress test for the vis and unvis functions. after finding oneTheo de Raadt
2011-01-07Remove an extraneous return statement with the wrong return value.Todd C. Miller
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