Fix problem with getdate on mingw32 reported by Simon Josefsson
[gnulib.git] / modules /
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-14 Bruno HaibleFix documentation of include file.
2008-01-14 Colin WatsonMake the functions argp_error, argp_failure known to...
2008-01-13 Colin WatsonTests for module 'strsignal'.
2008-01-13 Colin WatsonNew module 'strsignal'.
2008-01-11 Bruno HaibleMake c-strstr rely on strstr.
2008-01-10 Eric BlakeShare two-way algorithm.
2008-01-10 Eric BlakeAvoid quadratic strstr implementations.
2008-01-10 Bruno HaibleSmall tweaks to memmem module.
2008-01-10 Bruno HaibleWork around OpenBSD 4.0 tdelete() bug.
2008-01-10 Bruno HaibleFix test failure on OpenBSD 4.0.
2008-01-09 Eric BlakeAdd memmem-simple module.
2008-01-09 Eric BlakeGive gcc some memmem optimization hints.
2008-01-09 Bruno HaibleAdd missing module dependencies.
2008-01-08 Eric BlakeRewrite memmem to guarantee linear complexity without...
2008-01-08 Bruno HaibleRemove unnecessary TESTS_ENVIRONMENT setting.
2008-01-08 Simon JosefssonUpdate localename-tests for setenv changes.
2008-01-05 Eric BlakeFix memmem test for mingw.
2008-01-04 Simon JosefssonModules intprops and string needed by relocatable-prog...
2007-12-31 Bruno HaibleUnify 5 copies of the KMP code.
2007-12-31 Bruno HaibleEnsure that 'glob' stays under LGPLv2+.
2007-12-31 Bruno HaibleChange license to LGPLv2+.
2007-12-26 Martin LambersOverride getpagesize on mingw.
2007-12-26 Bruno HaibleThe localcharset module requires a modified TESTS_ENVIR...
2007-12-26 Bruno HaibleAvoid using the syntax symbol() in formatted documentation.
2007-12-26 Bruno HaibleFix link error in relocatability wrappers, due to xallo...
2007-12-26 Bruno HaibleSplit setenv module into setenv and unsetenv. Get rid...
2007-12-20 Eric BlakeFix memmem to avoid O(n^2) worst-case complexity.
2007-12-18 Eric BlakeRevert addition of verify, for BSD/OS.
2007-12-17 Jim MeyeringPort to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
2007-12-13 Eric BlakeAnother fseek test.
2007-12-03 Paul EggertAdd support for Solaris 10 ACLs. Also, ACLs are Gnulib...
2007-12-03 Bruno HaibleMove declaration of getpagesize() from getpagesize...
2007-12-03 Bruno HaibleTests for module 'strings'.
2007-12-03 Bruno HaibleMove declarations of str{,n}casecmp from <string.h...
2007-11-28 Jim Meyering* modules/physmem (License): Change from GPL to LGPLv2+.
2007-11-25 Ralf Wildenhues* doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
2007-11-16 Paul EggertThe license of gnu-make and posix-shell is now "GPLed...
2007-11-16 Paul EggertNew module posix-shell, for determining a POSIX shell
2007-11-15 Paul EggertNew module gnu-make, for determining whether we're...
2007-11-12 Paul EggertDon't insist on 'long long int' support in the preproce...
2007-11-12 Bruno HaibleTests for Unicode character classification functions.
2007-11-12 Bruno HaibleUnicode character classification functions.
2007-11-12 Bruno HaibleNew module 'gperf'.
2007-11-11 Bruno HaibleUse the shared tests for the floor* and ceil* functions.
2007-11-11 Bruno HaibleUse REPLACE_ROUND instead of HAVE_DECL_ROUND.
2007-11-07 Bruno HaibleUpgrade to gettext-0.17.
2007-11-05 Bruno HaibleFix a compilation error of realloc.c on OSF/1 4.0d...
2007-11-04 Bruno HaibleUse GL_NOCRASH, to avoid a crashreporter dialog box...
2007-11-04 Bruno HaibleNew module 'nocrash'.
2007-11-04 Bruno Haiblerelocatable.m4 needs lib-ld.m4.
2007-11-03 Bruno HaibleNew tests for modules 'test-fprintf-posix' and 'test...
2007-11-03 Bruno HaibleFix *printf behaviour in out-of-memory situations on...
2007-11-03 Bruno HaibleTests for module 'frexp-nolibm'.
2007-11-03 Bruno HaibleNew module 'frexp-nolibm'.
2007-11-02 Eric BlakeFix xprintf tests on cygwin.
2007-11-01 Bruno HaibleDefine the putenv substitute in <stdlib.h> rather than...
2007-10-31 Bruno HaibleEnsure AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_...
2007-10-31 Bruno HaibleNew module 'xvasprintf-posix'.
2007-10-31 Bruno HaibleTests for module 'xprintf-posix'.
2007-10-31 Bruno HaibleNew module 'xprintf-posix'.
2007-10-30 Ralf WildenhuesRemove some temp files leftover from tests.
2007-10-29 Bruno HaibleUse REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
2007-10-29 Bruno HaibleFix link errors with Sun C 5.0 on Solaris 10.
2007-10-28 Bruno HaibleNotify xgettext about functions that have a format...
2007-10-28 Ben PfaffImplement 'isfinite' module.
2007-10-23 Ralf WildenhuesFix linking of some unistdio tests on FreeBSD.
2007-10-23 Ralf WildenhuesFix linking of some uniconv tests on FreeBSD.
2007-10-22 Ralf WildenhuesFix fstrcmp-tests on FreeBSD, AIX.
2007-10-22 Simon JosefssonAdd module 'gc-camellia'.
2007-10-22 Ben PfaffMake roundf-tests module depend on floorf, ceilf.
2007-10-22 Ben PfaffFix bugs in round modules reported by Bruno Haible.
2007-10-20 Ben PfaffImplement 'round', 'roundf', 'roundl' modules.
2007-10-20 Jim MeyeringChange xprintf's license to GPL.
2007-10-20 Bruno HaibleNew module 'ceil'.
2007-10-20 Bruno HaibleNew module 'floor'.
2007-10-20 Bruno HaibleDepend on fprintf-posix.
2007-10-19 Jim MeyeringNew module: xprintf
2007-10-19 Bruno HaibleUse @FOO@ syntax instead of $(FOO) syntax, because...
2007-10-18 Eric Blake* modules/filenamecat-tests (Makefile.am): Link against...
2007-10-18 Bruno HaibleFix various issues with the 'trim' module.
2007-10-17 Paul EggertModify glob.c to use fstatat and dirfd, to simplify it.
2007-10-17 Bruno HaibleRelax the license.
2007-10-14 Bruno HaibleTest for module 'iconv_open-utf'.
2007-10-14 Bruno HaibleNew module 'iconv_open-utf': Enhance iconv_open to...
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 HaibleFix incorrect rounding of floor, floorf, floorl in...
2007-10-13 Bruno HaibleRename tests/test-floorf.c to tests/test-floorf1.c.
2007-10-13 Bruno HaibleAdd dependencies for test-trunc2.
2007-10-13 Bruno HaibleAdd new test for trunc function.
2007-10-13 Bruno HaibleRename tests/test-trunc.c to tests/test-trunc1.c.
2007-10-13 Bruno HaibleFix incorrect rounding of trunc, truncf, truncl in...
2007-10-12 Bruno HaibleRename test-truncf.c to test-truncf1.c.
2007-10-11 Bruno HaiblePut unit test for i-ring module into a normal test...
2007-10-11 Bruno HaiblePut unit test for filenamecat module into a normal...
2007-10-11 Paul EggertSimplify and modernize strerror substitute, partly...
2007-10-09 Eric BlakeSilence test-fpending.
2007-10-08 Simon JosefssonChange license to LGPLv2+ on dummy, float, realloc...
next