* m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
[gnulib.git] / tests /
2007-05-01 Bruno HaibleTests for module 'sleep'.
2007-04-30 Sergey PoznyakoffRestore #include "progname.h"
2007-04-30 Sergey Poznyakoff(usage-indent test): Fix output
2007-04-29 Bruno HaibleGuard against vsnprintf implementations that mishandle...
2007-04-29 Sergey PoznyakoffUpdate
2007-04-29 Sergey PoznyakoffFix option ordering. Test deeply clustered options.
2007-04-29 Bruno HaibleMake test a bit easier to debug.
2007-04-29 Bruno HaibleBetter ASSERT macro.
2007-04-29 Bruno Haiblefreading has an undefined value after repositioning...
2007-04-29 Bruno HaibleOops, fix details and comments of last patch.
2007-04-29 Bruno HaibleMake the tests sharper: also test the interaction with...
2007-04-27 Eric BlakeFix closein for mingw.
2007-04-27 Bruno HaibleRelax test, to avoid failure on mingw.
2007-04-26 Eric BlakeImplement freading and fwriting.
2007-04-26 Bruno HaibleOn BSD implementations, when we call lseek(), we must...
2007-04-25 Eric Blake* lib/fpurge.c (includes): Use stdlib.h for free.
2007-04-25 Bruno HaibleTests for module 'ftello'.
2007-04-25 Bruno HaibleTests for module 'fseeko'.
2007-04-25 Bruno HaibleEnsure that <unistd.h> and <fcntl.h> define SEEK_CUR...
2007-04-23 Bruno HaibleBe prepared to a failure of setvbuf.
2007-04-14 Bruno HaibleTests for module 'fpurge'.
2007-04-14 Bruno HaibleTests for module 'fbufmode'.
2007-04-14 Bruno HaibleTests for module 'fwritable'.
2007-04-14 Bruno HaibleTests for module 'freadable'.
2007-04-13 Bruno HaibleAdd tests for %f and %F directives.
2007-04-13 Bruno HaibleGuard against FreeBSD 6.1 bug.
2007-04-11 Bruno HaibleGuard against FreeBSD 6.1 bug.
2007-04-10 Bruno HaibleTests for module 'locale'.
2007-04-10 Eric Blake* lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
2007-04-06 Bruno HaibleTest also the sign bit of zero results.
2007-04-06 Bruno HaibleTests for module 'signbit'.
2007-04-06 Bruno HaibleTests for module 'isnanf-nolibm'.
2007-04-06 Bruno HaibleAssume 'long double' exists.
2007-04-06 Bruno HaibleFreeBSD 6.1 produces different printf output than glibc.
2007-04-05 Bruno HaibleFreeBSD 6.1 produces different printf output than glibc.
2007-03-31 Bruno Haible2007-03-30 James Youngman <jay@gnu.org>
2007-03-31 Bruno HaibleAvoid test failures on OSF/1, AIX, HP-UX, IRIX, Solaris.
2007-03-30 Bruno HaibleTests for module 'ldexpl'.
2007-03-29 Bruno HaibleAvoid test failures on OSF/1, IRIX, HP-UX, AIX.
2007-03-29 Bruno HaibleMake it compile on AIX.
2007-03-27 Simon JosefssonMove vasprintf prototypes to stdio.
2007-03-27 Paul Eggert* lib/stat-time.h (USE_BIRTHTIME): Remove.
2007-03-27 Bruno HaibleFix signal handler.
2007-03-27 Bruno Haible2007-03-27 Bruno Haible <bruno@clisp.org>
2007-03-25 Bruno HaibleAvoid test failures on IRIX MIPS.
2007-03-25 Bruno HaibleWork around IRIX 6.5 cc compiler bug, which simplifies...
2007-03-25 Bruno HaibleWork around a DEC C compiler bug.
2007-03-25 Bruno HaibleTests for module 'tsearch'.
2007-03-25 Bruno HaibleTests for module 'search'.
2007-03-25 Bruno HaibleNew module 'fpucw'.
2007-03-24 Bruno HaibleProduce no output in expected situations. Fail in unexp...
2007-03-23 Bruno HaibleFix a compilation error on BeOS.
2007-03-23 Bruno HaibleTests for module 'frexpl'.
2007-03-22 Bruno HaibleTests for module 'frexp'.
2007-03-22 Bruno HaibleTests for module 'isnanl'.
2007-03-22 Bruno HaibleSplit test-isnanl.c into test-isnanl-nolibm.c and test...
2007-03-18 Bruno HaibleProduce output that makes it easier to debug failures.
2007-03-17 Bruno HaibleAvoid gcc warnings.
2007-03-17 Bruno HaibleRemove unused variables.
2007-03-17 Bruno HaibleIncude c-strcase.h.
2007-03-16 Simon JosefssonUse new namespace.
2007-03-16 Bruno HaibleAllow the use of a destructor for the values stored...
2007-03-16 Bruno HaibleFix compilation error introduced in last commit.
2007-03-15 Bruno HaibleAdd an element disposal function.
2007-03-15 Paul Eggert* lib/quotearg.c: Include <wctype.h> early, before...
2007-03-11 Bruno HaibleAvoid test failures.
2007-03-11 Bruno HaibleTests for module 'canonicalize-lgpl'.
2007-03-11 Bruno HaibleTests for module 'c-strcase'.
2007-03-11 Bruno HaibleTests for module 'atexit'.
2007-03-11 Bruno HaibleChoose better temporary filenames.
2007-03-10 Bruno HaibleTests for module 'printf-posix'.
2007-03-10 Bruno HaibleTest for internationalization of module 'vasnprintf...
2007-03-09 Bruno HaibleTests for module 'vprintf-posix'.
2007-03-09 Bruno HaibleTests for module 'fprintf-posix'.
2007-03-09 Bruno HaibleTests for module 'vfprintf-posix'.
2007-03-09 Bruno HaibleTests for module 'fseterr'.
2007-03-07 Bruno HaibleTests for module 'sprintf-posix'.
2007-03-07 Bruno HaibleTests for module 'vsprintf-posix'.
2007-03-07 Bruno HaibleDon't need <stdarg.h> here.
2007-03-07 Bruno HaibleTests for module 'snprintf-posix'.
2007-03-07 Bruno HaibleTests for module 'vsnprintf-posix'.
2007-03-07 Bruno HaibleTest for gnulib modules 'snprintf-posix' and 'vsnprintf...
2007-03-06 Bruno HaibleInclude <stddef.h>, for ptrdiff_t.
2007-03-05 Bruno HaibleTest a corner case. Exclude two buggy implementations.
2007-03-05 Bruno HaibleTests for module 'vasprintf-posix'.
2007-03-05 Bruno HaibleRemove unused variables.
2007-03-04 Bruno HaibleTests for module 'vasnprintf-posix'.
2007-03-04 Bruno HaibleAvoid a gcc warning.
2007-03-04 Bruno HaibleTests for module 'xvasprintf'.
2007-03-04 Bruno HaibleTests for module 'vasprintf'.
2007-03-04 Bruno HaibleTests for module 'vasnprintf'.
2007-03-04 Bruno HaibleTests for module 'vsnprintf'.
2007-03-04 Bruno HaibleTests for module 'snprintf'.
2007-03-04 Bruno HaibleTests for module 'argmatch'.
2007-03-04 Bruno HaibleRemove unusede ASSERT macro.
2007-03-04 Bruno HaibleSpeed up the test.
2007-03-04 Bruno HaibleTests for module 'alloca-opt'.
2007-03-03 Bruno HaibleAvoid link error due to program_name.
2007-03-03 Bruno HaibleAvoid link error due to program_name.
2007-03-03 Bruno HaibleAvoid a link error due to program_name.
next