gnulib.git
2008-01-16 Paul EggertFix problem with getdate on mingw32 reported by Simon...
2008-01-15 Bruno HaibleWork around a MacOS X 10.5 bug in frexpl().
2008-01-15 Eric BlakeTouch up previous patch.
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-14 Karl Berryautoupdate
2008-01-14 Bruno HaibleTypo in comment.
2008-01-13 Colin WatsonTests for module 'strsignal'.
2008-01-13 Colin WatsonNew module 'strsignal'.
2008-01-13 Eric BlakeRestore executable bits.
2008-01-13 Bruno HaibleAvoid unsupported locales on OpenBSD.
2008-01-13 Bruno HaibleDon't redefine __attribute__ without a need.
2008-01-13 Karl Berryautoupdate
2008-01-12 Bruno HaibleAdd documentation chapter about the glibc header files.
2008-01-12 Jim Meyeringannounce-gen: emit Gnulib's git-based version string.
2008-01-12 Jim Meyering* build-aux/announce-gen: Also check for lzma-compresse...
2008-01-12 Bruno HaibleIncrease the maximum allowed time for the test.
2008-01-12 Bruno HaibleMore notes about specific platforms.
2008-01-11 Eric Blakefix typo
2008-01-11 Eric Blake* m4/strstr.m4: Delete cruft from copy-n-paste.
2008-01-11 Bruno HaibleMake c-strstr rely on strstr.
2008-01-11 Bruno HaibleAdd documentation for the c-* modules.
2008-01-10 Eric BlakeFix a comment.
2008-01-10 Eric BlakeShare two-way algorithm.
2008-01-10 Eric BlakeAvoid quadratic strstr implementations.
2008-01-10 Bruno HaibleMake it possible to avoid all memory leaks when calling...
2008-01-10 Bruno HaibleUpdate copyright year.
2008-01-10 Colin Watson* lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if...
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-10 Bruno HaibleUndo the commit dced91140ad8eb666ed6cc6192fb486dadf623bb.
2008-01-10 Paul Eggertgl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H uncondit...
2008-01-09 Eric BlakeAdd memmem-simple module.
2008-01-09 Eric BlakeGive gcc some memmem optimization hints.
2008-01-09 Ralf WildenhuesSupport AIX 6.1 and higher.
2008-01-09 Bruno HaibleHandle the particular PRIdMAX values on MacOS X and...
2008-01-09 Bruno HaibleAdd missing module dependencies.
2008-01-08 Bruno HaibleDocument the knuth_morris_pratt calling convention...
2008-01-08 Bruno HaibleDetect wcwidth bug on OpenBSD 4.0.
2008-01-08 Eric BlakeRewrite memmem to guarantee linear complexity without...
2008-01-08 Bruno HaibleRemove unnecessary TESTS_ENVIRONMENT setting.
2008-01-08 Mike FrysingerAdd a configure time option: --disable-acl.
2008-01-08 Simon JosefssonUpdate localename-tests for setenv changes.
2008-01-08 Ralf Wildenhues* DEPENDENCIES: Require Texinfo version 4.6 or newer.
2008-01-08 Colin WatsonAdd man-db.
2008-01-08 Bruno HaibleNo need to drop periods from section names.
2008-01-08 Bruno HaibleDon't strip off a leading "lt-" prefix outside a .libs...
2008-01-07 Bruno HaibleImprove memory cleanup in 'relocatable' module.
2008-01-07 Bruno HaibleRelax test, so that it passes on older glibc systems.
2008-01-07 Ralf Wildenhuesautoupdate.
2008-01-05 Karl Berryautoupdate
2008-01-05 Eric BlakeAvoid quadratic system memmem.
2008-01-05 Eric BlakeFix memmem test for mingw.
2008-01-04 Bruno HaibleFix bug introduced on 2007-12-02.
2008-01-04 Eric BlakeShorten duration of memmem test.
2008-01-04 Simon JosefssonModules intprops and string needed by relocatable-prog...
2008-01-03 Bruno HaibleNew section 'Localization'.
2008-01-03 Bruno HaibleTreat untyped memory as an 'unsigned char' array.
2008-01-03 Bruno HaibleFix formatting of a ChangeLog entry.
2008-01-02 Jim Meyeringlib/version-etc.c (COPYRIGHT_YEAR): Increase for new...
2007-12-31 Karl Berrymissed ChangeLog for doc change yesterday
2007-12-31 Jim MeyeringAvoid use of private FTS type name.
2007-12-31 Bruno HaibleUnify 5 copies of the KMP code.
2007-12-31 Bruno HaibleDon't define xmmalloca if not needed.
2007-12-31 Bruno HaibleNew macro xnmalloca.
2007-12-31 Bruno HaibleProtect against integer overflow in malloca() calls.
2007-12-31 Bruno HaibleEnsure that 'glob' stays under LGPLv2+.
2007-12-31 Bruno HaibleChange license to LGPLv2+.
2007-12-30 Karl Berryno period in node name
2007-12-30 Karl Berryupdate maintain.texi
2007-12-29 Paul Eggert* lib/memmem.c (knuth_morris_pratt): Check for size_t...
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 HaibleUse plain ANSI C syntax.
2007-12-26 Bruno HaibleMake --enable-relocatable work with DESTDIR.
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-26 Bruno HaibleSplit setenv module into setenv and unsetenv. Get rid...
2007-12-26 Bruno HaibleUse GNU style coding conventions.
2007-12-26 Bruno HaibleAdd more comments about Knuth-Morris-Pratt algorithm.
2007-12-26 Bruno HaibleUse standard idioms.
2007-12-26 Bruno HaibleFix the value of $auxdir used when generating the tests...
2007-12-26 Bruno HaibleRemove unnecessary -l options from LDFLAGS.
2007-12-20 Eric BlakeWork around circular library issue when cross-compiling.
2007-12-20 Eric BlakeFix memmem to avoid O(n^2) worst-case complexity.
2007-12-19 Paul EggertFix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H...
2007-12-18 Eric BlakeRevert addition of verify, for BSD/OS.
2007-12-17 Petr Salingergetcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
2007-12-17 Jim MeyeringPort to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
2007-12-17 Bruno HaibleAvoid a crash of a configure test on some x86_64 systems.
2007-12-15 Karl BerryMerge branch 'master' of ssh://karl@git.sv.gnu.org...
2007-12-15 Karl Berryupdate from texinfo
2007-12-15 Jim MeyeringFix typo in previous ChangeLog entry.
2007-12-15 Jim Meyering* build-aux/gnupload (GPG): Don't hard-code patch to...
2007-12-13 Eric BlakeAnother fseek test.
2007-12-13 Eric BlakeFix fseeko on mingw.
next