summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.Bruno Haible2008-02-074-4/+120
* Add sha1 self test.Simon Josefsson2008-01-311-0/+48
* Rename isnan, applicable to 'double' only, to isnand.Bruno Haible2008-01-266-28/+32
* Prefer <config.h> over "config.h". See autoconf doc for explanation.Jim Meyering2008-01-251-2/+2
* Add module sockets.Simon Josefsson2008-01-241-0/+44
* Fix a printf statement.Bruno Haible2008-01-181-1/+1
* New module gethostname-tests.Simon Josefsson2008-01-171-0/+53
* Convert c-strcasestr to be more efficient.Eric Blake2008-01-161-1/+7
* Convert strcasestr module to use Two-Way algorithm.Eric Blake2008-01-141-3/+16
* Replace strsignal if it does not work fine.Bruno Haible2008-01-151-0/+12
* Tests for module 'strsignal'.Colin Watson2008-01-141-0/+69
* Increase the maximum allowed time for the test.Bruno Haible2008-01-122-2/+2
* Avoid quadratic strstr implementations.Eric Blake2008-01-101-0/+155
* Fix test failure on OpenBSD 4.0.Bruno Haible2008-01-101-1/+10
* Rewrite memmem to guarantee linear complexity without malloc.Eric Blake2008-01-081-0/+33
* Update localename-tests for setenv changes.Simon Josefsson2008-01-081-3/+1
* Relax test, so that it passes on older glibc systems.Bruno Haible2008-01-071-2/+2
* Fix memmem test for mingw.Eric Blake2008-01-051-1/+6
* Shorten duration of memmem test.Eric Blake2008-01-041-1/+5
* Use standard idioms.Bruno Haible2007-12-261-2/+3
* Fix memmem to avoid O(n^2) worst-case complexity.Eric Blake2007-12-201-29/+118
* Another fseek test.Eric Blake2007-12-132-4/+16
* Beef up fseek tests.Eric Blake2007-12-132-2/+34
* Fix bug with -0.0L in previous patch.Eric Blake2007-12-113-0/+6
* Tests for module 'strings'.Bruno Haible2007-12-031-0/+27
* Port test-getaddrinfo to Solaris (fixed version; previous change was wrong).Paul Eggert2007-11-161-7/+15
* Port test-getaddrinfo to Solaris.Paul Eggert2007-11-161-3/+9
* Define a sometimes-link-required function using ARGMATCH_DIE_DECL.Jim Meyering2007-11-141-4/+6
* Tests for Unicode character classification functions.Bruno Haible2007-11-13160-0/+18712
* A better way to avoid link failure for the argmatch test.Bruno Haible2007-11-111-5/+4
* Avoid link failure for the argmatch test.Jim Meyering2007-11-101-0/+5
* Add tests for large precisions.Bruno Haible2007-11-044-0/+386
* New tests for modules 'test-fprintf-posix' and 'test-printf-posix'.Bruno Haible2007-11-034-0/+292
* Typo in comment.Bruno Haible2007-10-311-1/+1
* Tests for module 'xprintf-posix'.Bruno Haible2007-10-313-0/+127
* Implement 'isfinite' module.Ben Pfaff2007-10-271-0/+181
* * tests/test-i-ring.c: Work for C89.Ralf Wildenhues2007-10-221-1/+2
* * tests/test-yesno.sh: Silence stderr during test.Eric Blake2007-10-221-2/+3
* Fix bugs in round modules reported by Bruno Haible.Ben Pfaff2007-10-211-1/+1
* Allow wcwidth to return -1 in some more cases. Fixes test failure on Solaris 10.Bruno Haible2007-10-221-1/+1
* Allow wcwidth to return -1 in some cases.Bruno Haible2007-10-211-3/+3
* Use isnanf() instead of isnan(). Avoids a link error on HP-UX 11.Bruno Haible2007-10-214-4/+12
* Implement 'round', 'roundf', 'roundl' modules.Ben Pfaff2007-10-205-0/+375
* Don't rely on excess precision: -4 > -3.00000024 - 1 can evaluate to falseBruno Haible2007-10-204-6/+6
* Test for module 'iconv_open-utf'.Bruno Haible2007-10-141-0/+299
* Fix incorrect rounding of ceil, ceilf, ceill in some cases. Add new test.Bruno Haible2007-10-131-0/+162
* Rename tests/test-ceilf.c to tests/test-ceilf1.c.Bruno Haible2007-10-131-0/+0
* New test.Bruno Haible2007-10-131-0/+162
* Rename tests/test-floorf.c to tests/test-floorf1.c.Bruno Haible2007-10-131-0/+0
* Add new test for trunc function.Bruno Haible2007-10-131-0/+166