fix typos in mathl
[gnulib.git] / tests /
2008-04-14 Jim Meyeringtest-strtod: fix typos: s/abs/fabs/
2008-04-13 Bruno HaibleAvoid a test failure on AIX 4 and AIX 5.
2008-04-13 Bruno HaibleFix compilation failure on AIX with xlc.
2008-04-13 Bruno HaibleWork around a HP-UX stdio bug.
2008-04-13 Bruno HaibleAvoid negating 0.0L - it yields a wrong result on HP...
2008-04-12 Bruno HaibleFix link failure on Solaris 10/x86 with gcc.
2008-04-12 Eric BlakeWork around Solaris 10 math.h bug.
2008-04-12 Bruno HaibleAvoid test failure on IRIX.
2008-04-11 Bruno HaibleFlush the standard error stream before aborting.
2008-04-06 Bruno HaibleAvoid possible error with non-ASCII bytes in UTF-8...
2008-04-04 Eric BlakeMake test-fseeko.c failures meaningful.
2008-04-02 Bruno HaibleAvoid some "statement with no effect" warnings from...
2008-04-02 Jim MeyeringAvoid some warnings from "gcc -Wshadow".
2008-04-02 Bruno HaibleAvoid some warnings from "gcc -Wshadow".
2008-04-02 Bruno HaibleFix test to work on IRIX 6.5 with cc.
2008-04-02 Bruno HaibleUse macros NaNf, NaNd, NaNl instead of NAN.
2008-04-01 Eric BlakeFix typos.
2008-04-01 Eric BlakeFix typo.
2008-04-01 Eric BlakeFor now, cater to gnulib strtod inaccuracies.
2008-04-01 Eric BlakeGuarantee a definition of NAN.
2008-03-31 Bruno HaibleUpdate test results on OSF/1.
2008-03-31 Bruno HaibleConvert from C99 syntax to C89 syntax.
2008-03-31 Bruno HaibleAssume NaNs exist; don't test the NAN macro.
2008-03-31 Jim MeyeringDon't compare actual signbit return values.
2008-03-30 Bruno HaibleAdd info about many more platforms.
2008-03-30 Eric BlakeTest signbit behavior on zeros.
2008-03-30 Eric BlakeFix typo in last patch.
2008-03-30 Karl BerryMerge branch 'master' of ssh://karl@git.sv.gnu.org...
2008-03-30 Eric BlakeMore strtod touchups.
2008-03-30 Bruno HaibleTests for module 'EOVERFLOW'.
2008-03-30 Eric BlakeAdd hex float support.
2008-03-30 Eric BlakeDocument various strtod bugs, with some fixes.
2008-03-29 Eric BlakeFix ftell on mingw.
2008-03-29 Eric BlakePass test-freadseek on cygwin.
2008-03-29 Bruno HaibleDisable the fflush-after-ungetc tests, since gnulib...
2008-03-10 Bruno HaibleTake into account the number of pushed-back bytes ...
2008-03-09 Bruno HaibleExtend freadptr to return also the buffer size.
2008-03-07 Bruno HaibleMake fflush after ungetc work on BSD platforms.
2008-03-06 Simon JosefssonRename __func__ module to func.
2008-03-06 Simon JosefssonMinor cleanups of __func__ module, suggested by Eric...
2008-03-06 Simon JosefssonAdd module __func__ to provide C99 __func__ variable.
2008-03-02 Jim MeyeringRemove useless "if" tests before free. Deprecate ...
2008-03-01 Eric BlakeFix bugs in last patch.
2008-03-01 Eric BlakeNew module 'memchr2'.
2008-02-29 Bruno HaibleTests for module 'freadseek'.
2008-02-29 Bruno HaibleMore tests for freadptr.
2008-02-28 Bruno HaibleTests for module 'freadptr'.
2008-02-24 Bruno HaibleTests for module 'environ'.
2008-02-16 Eric BlakeAvoid doubling \ in common case of "c-maybe" quoting...
2008-02-16 Eric BlakeAvoid trigraph quoting in default output.
2008-02-13 Eric BlakeAvoid shadowing warning and compile errors on Linux.
2008-02-13 Eric BlakeQuotearg part 4: add tests, fix c-maybe colon quoting.
2008-02-07 Bruno HaibleFix *printf behaviour regarding the left-adjust flag...
2008-01-31 Simon JosefssonAdd sha1 self test.
2008-01-26 Bruno HaibleRename isnan, applicable to 'double' only, to isnand.
2008-01-25 Jim MeyeringPrefer <config.h> over "config.h". See autoconf doc...
2008-01-24 Simon JosefssonAdd module sockets.
2008-01-18 Bruno HaibleFix a printf statement.
2008-01-17 Simon JosefssonNew module gethostname-tests.
2008-01-17 Eric BlakeConvert c-strcasestr to be more efficient.
2008-01-15 Eric BlakeConvert strcasestr module to use Two-Way algorithm.
2008-01-15 Bruno HaibleReplace strsignal if it does not work fine.
2008-01-13 Colin WatsonTests for module 'strsignal'.
2008-01-12 Bruno HaibleIncrease the maximum allowed time for the test.
2008-01-10 Eric BlakeAvoid quadratic strstr implementations.
2008-01-10 Bruno HaibleFix test failure on OpenBSD 4.0.
2008-01-08 Eric BlakeRewrite memmem to guarantee linear complexity without...
2008-01-08 Simon JosefssonUpdate localename-tests for setenv changes.
2008-01-07 Bruno HaibleRelax test, so that it passes on older glibc systems.
2008-01-05 Eric BlakeFix memmem test for mingw.
2008-01-04 Eric BlakeShorten duration of memmem test.
2007-12-26 Bruno HaibleUse standard idioms.
2007-12-20 Eric BlakeFix memmem to avoid O(n^2) worst-case complexity.
2007-12-13 Eric BlakeAnother fseek test.
2007-12-13 Eric BlakeBeef up fseek tests.
2007-12-11 Eric BlakeFix bug with -0.0L in previous patch.
2007-12-03 Bruno HaibleTests for module 'strings'.
2007-11-16 Paul EggertPort test-getaddrinfo to Solaris (fixed version; previo...
2007-11-16 Paul EggertPort test-getaddrinfo to Solaris.
2007-11-14 Jim MeyeringDefine a sometimes-link-required function using ARGMATC...
2007-11-12 Bruno HaibleTests for Unicode character classification functions.
2007-11-11 Bruno HaibleA better way to avoid link failure for the argmatch...
2007-11-10 Jim MeyeringAvoid link failure for the argmatch test.
2007-11-04 Bruno HaibleAdd tests for large precisions.
2007-11-03 Bruno HaibleNew tests for modules 'test-fprintf-posix' and 'test...
2007-10-31 Bruno HaibleTypo in comment.
2007-10-31 Bruno HaibleTests for module 'xprintf-posix'.
2007-10-28 Ben PfaffImplement 'isfinite' module.
2007-10-22 Ralf Wildenhues* tests/test-i-ring.c: Work for C89.
2007-10-22 Eric Blake* tests/test-yesno.sh: Silence stderr during test.
2007-10-22 Ben PfaffFix bugs in round modules reported by Bruno Haible.
2007-10-21 Bruno HaibleAllow wcwidth to return -1 in some more cases. Fixes...
2007-10-21 Bruno HaibleAllow wcwidth to return -1 in some cases.
2007-10-21 Bruno HaibleUse isnanf() instead of isnan(). Avoids a link error...
2007-10-20 Ben PfaffImplement 'round', 'roundf', 'roundl' modules.
2007-10-20 Bruno HaibleDon't rely on excess precision: -4 > -3.00000024 -...
2007-10-14 Bruno HaibleTest for module 'iconv_open-utf'.
2007-10-13 Bruno HaibleFix incorrect rounding of ceil, ceilf, ceill in some...
2007-10-13 Bruno HaibleRename tests/test-ceilf.c to tests/test-ceilf1.c.
2007-10-13 Bruno HaibleNew test.
next