summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add files missing from last commit.Simon Josefsson2008-10-282-0/+130
* Set and use EXEEXT.Simon Josefsson2008-10-271-5/+5
* Include <stdio.h>, for perror.Bruno Haible2008-10-271-0/+2
* lstat: New module.Simon Josefsson2008-10-271-0/+35
* random_r: new moduleJim Meyering2008-10-231-0/+56
* Add gethostname() declaration to <unistd.h>.Bruno Haible2008-10-211-1/+2
* Tests for posix_spawn function.Bruno Haible2008-10-211-0/+160
* Use gnulib's sys/wait.h replacement.Bruno Haible2008-10-212-38/+0
* Move getaddrinfo.h declarations to netdb.h.Simon Josefsson2008-10-201-1/+1
* Move the isnanf(), isnand(), isnanl() declarations to <math.h>.Bruno Haible2008-10-193-4/+4
* Avoid compilation error due to MacOS X 10.5 gcc cross-compilation bug.Bruno Haible2008-10-1813-13/+91
* Add netdb.h replacement module.Simon Josefsson2008-10-151-0/+29
* Include <sys/ioctl.h>, for ioctl().Yoann Vandoorselaere2008-10-142-0/+2
* Correct use of uninitialized variable on AIX.Bruno Haible2008-10-131-0/+2
* Use a more portable replacement expression for -0.0L.Bruno Haible2008-10-0813-71/+86
* flock: new moduleRichard W.M. Jones2008-10-071-0/+104
* test-signbit: avoid tripping Irix cc bug on -0.0LEric Blake2008-10-061-4/+1
* Split sys_select-tests module into select-tests and sys_select-tests.Bruno Haible2008-10-052-351/+377
* Tests for module 'getdtablesize'.Bruno Haible2008-10-051-0/+44
* filevercmp: new moduleKamil Dudka2008-10-031-0/+95
* fsync: new moduleRichard W.M. Jones2008-10-021-0/+49
* remove trailing spacesJim Meyering2008-10-012-5/+5
* Tests for module 'cond'.Yoann Vandoorselaere2008-10-011-0/+207
* Make use of the modules 'thread', 'yield' in the 'tls' test.Bruno Haible2008-10-011-123/+3
* Make use of the modules 'thread', 'yield' in the 'lock' test.Bruno Haible2008-10-011-129/+25
* tests: avoid some compiler warningsSimon Josefsson2008-09-302-2/+3
* getdate.y: disallow countable dayshifts like "4 yesterday ago"Ondřej Vašík2008-09-291-0/+48
* Remove trailing spaces.Bruno Haible2008-09-292-2/+2
* A new test for posix_spawn.Bruno Haible2008-09-294-1/+172
* strengthen self-containedness check for sys/select.hPaolo Bonzini2008-09-291-2/+5
* OSF/1 4.0 has a <sys/select.h> that lacks 'struct timeval'.Bruno Haible2008-09-281-0/+1
* Avoid test failure on glibc with LinuxThreads.Bruno Haible2008-09-281-0/+12
* Tests for module 'posix_spawnp'.Bruno Haible2008-09-282-0/+175
* Tests for module 'sched'.Bruno Haible2008-09-281-0/+35
* Explain reason for skipping tests.Bruno Haible2008-09-262-2/+4
* Tests for module 'sigpipe'.Bruno Haible2008-09-262-0/+100
* implement full-blown select(2) for winsockPaolo Bonzini2008-09-241-2/+350
* Ensure that a filename ending in a slash cannot be used to access a non-direc...Bruno Haible2008-09-242-0/+2
* c-stack: avoid compiler optimizations when provoking overflowEric Blake2008-09-231-7/+15
* add sockets wrappersPaolo Bonzini2008-09-231-1/+1
* downgrade minimum needed Winsock version for test-poll.cPaolo Bonzini2008-09-231-1/+1
* test-perror.sh (tmpfiles): Cleanup temporary files on success.Simon Josefsson2008-09-231-0/+1
* Tweak skip message.Bruno Haible2008-09-222-2/+2
* Allow 3-digit exponents in %e and %g results on 'long double'.Bruno Haible2008-09-214-84/+228
* Remove useless ASSERTs.Bruno Haible2008-09-212-30/+0
* Ensure that wint_t gets defined on IRIX 5.3.Bruno Haible2008-09-202-1/+8
* allow non-blocking connect to succeed, as it does on OpenBSDPaolo Bonzini2008-09-161-8/+4
* avoid spurious test failure when library is built without ACL supportJim Meyering2008-09-162-0/+12
* tests: avoid some compiler warningsEric Blake2008-09-152-5/+6
* New function fstrcmp_bounded.Ralf Wildenhues2008-09-141-2/+27