Avoid a test failure when the test wants to skip itself.
[gnulib.git] / tests /
2008-06-11 Bruno HaibleAvoid a test failure when the test wants to skip itself.
2008-06-10 Bruno HaibleFix copy&pasted comment.
2008-06-10 Eric BlakeAdd missing include.
2008-06-10 Bruno HaibleWork around environments that (stupidly) ignore SIGALRM.
2008-06-02 Bruno HaibleUse different test code for Cygwin.
2008-06-02 Bruno HaibleRemove unused code.
2008-06-01 Bruno HaibleNew ACL unit tests.
2008-06-01 Bruno HaiblePortability fixes for MacOS X, Solaris, HP-UX, IRIX.
2008-05-30 Simon Josefssontests/test-getaddrinfo.c: Don't print debug messages...
2008-05-30 Simon JosefssonFix typo.
2008-05-30 Simon Josefssontests/test-base64.c: Cast size_t to unsigned long when...
2008-05-25 Bruno HaibleUpdate after program was renamed.
2008-05-25 Bruno HaibleRename tests/test-copy-file-sameacls.c to tests/test...
2008-05-23 Bruno HaibleFix two commands in OSF/1 specific part.
2008-05-22 Bruno HaibleFix two commands in MacOS X specific part.
2008-05-22 Bruno HaibleFix comments: Cygwin is like Solaris, not like POSIX.
2008-05-22 Bruno HaibleTests for the 'copy-file' module.
2008-05-22 Eric BlakeAvoid gcc warning.
2008-05-20 Bruno HaibleMore memcmp tests.
2008-05-20 Simon JosefssonAdd memcmp-tests module.
2008-05-20 Jim Meyeringremove trailing blanks
2008-05-19 Bruno HaibleRemove trailing spaces.
2008-05-15 Jim Meyeringavoid distracting test output when git or cvs is not...
2008-05-14 Eric BlakeTest xmemdup0.
2008-05-12 Bruno HaibleUpdate to Unicode 5.0.0.
2008-05-10 Bruno HaibleTests for module unilbrk/ulc-width-linebreaks.
2008-05-10 Bruno HaibleTests for module 'unilbrk/u32-width-linebreaks'.
2008-05-10 Bruno HaibleTests for module unilbrk/u16-width-linebreaks.
2008-05-10 Bruno HaibleTests for module unilbrk/u8-width-linebreaks.
2008-05-10 Bruno HaibleTests for module unilbrk/ulc-possible-linebreaks
2008-05-10 Bruno HaibleTests for module unilbrk/u32-possible-linebreaks.
2008-05-10 Bruno HaibleTests for module unilbrk/u16-possible-linebreaks.
2008-05-10 Bruno HaibleTests for module unilbrk/u8-possible-linebreaks.
2008-05-05 Jim Meyeringtest-getaddrinfo.c: include <netinet/in.h>
2008-05-05 Jim Meyeringgetaddrinfo.h: handle undefined EAI_NODATA
2008-05-03 Jim Meyeringavoid failed assertion with tight malloc
2008-05-02 Jim Meyeringavoid compilation error on FreeBSD 6
2008-05-01 Jim Meyeringvc-list-files: make the stand-alone gnulib test work
2008-04-30 Jim Meyeringadd tests for vc-list-files
2008-04-29 Jim MeyeringAvoid test segfault on x86_64 due to lack of inet_ntop...
2008-04-29 Eric BlakeTest getndelim2.
2008-04-28 Eric BlakeAdd rawmemchr module, matching glibc.
2008-04-28 Eric BlakeWhitespace cleanup.
2008-04-28 Eric BlakeOptimize and test strchrnul.
2008-04-27 Bruno HaibleMake test-stat-time pass on mingw.
2008-04-27 Bruno HaibleMake test-yesno.sh work on mingw.
2008-04-27 Bruno HaibleFix 'isfinite' on x86, x86_64, ia64 platforms.
2008-04-27 Eric BlakeOptimize and test memrchr.
2008-04-26 Bruno HaibleWork around limitation of an old 'tr' program on Solaris.
2008-04-26 Bruno HaibleTests for module 'memchr'.
2008-04-21 Bruno HaibleFix test failures on mingw.
2008-04-21 Bruno HaibleFix test failure on mingw.
2008-04-20 Bruno HaibleThe test was a little too strict.
2008-04-20 Bruno HaibleFix link error on mingw.
2008-04-20 Bruno Haible<sys/stat.h> must provide the nlink_t type.
2008-04-19 Bruno HaibleFix rounding when a precision is given.
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'.
next