Allow VPATH usage of vc-list-files.
[gnulib.git] / lib /
2008-04-02 Bruno HaibleUse macros NaNf, NaNd, NaNl instead of NAN.
2008-04-01 Eric BlakeGuarantee a definition of NAN.
2008-03-31 Paul Eggert* lib/wchar.in.h [defined __need_mbstate_t]: Just inclu...
2008-03-30 Karl BerryMerge branch 'master' of ssh://karl@git.sv.gnu.org...
2008-03-30 Bruno HaibleOptimize conversion from UTF-8 to UTF-8//TRANSLIT.
2008-03-30 Bruno HaibleAvoid failure when attempting to return empty iconv...
2008-03-30 Bruno HaibleFix buffer overrun.
2008-03-30 Eric Blakestrtod touchups.
2008-03-30 Bruno HaibleUse the EOVERFLOW module instead of a manual fallback...
2008-03-30 Bruno HaibleUse module 'EOVERFLOW' rather than defining an EOVERFLO...
2008-03-30 Bruno HaibleRemove EOVERFLOW override.
2008-03-30 Bruno HaibleFix a bug in unistdio routines, introduced on 2007...
2008-03-30 Bruno HaibleImprove freadseek's efficiency after ungetc.
2008-03-30 Bruno HaibleUse freadptr's return value.
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-28 Simon JosefssonSupport SHA-224 in gc.
2008-03-15 Jim MeyeringUndo last change.
2008-03-15 Jim Meyeringsha1.c, md5.c: Hoist a redundant expression.
2008-03-11 Bruno HaibleCorrect the va_copy definition for AIX 5.
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-09 Bruno HaibleFix comments in last commit.
2008-03-07 Bruno HaibleMake fflush after ungetc work on BSD platforms.
2008-03-03 Bruno HaibleOops, fix last commit.
2008-03-03 John E. MalmbergAdd VMS support.
2008-03-03 John E. MalmbergUpdate VMS specifics.
2008-03-02 Jim Meyeringlib/getdelim.c (getdelim): Don't leak memory upon faile...
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 HaibleNew module 'freadseek'.
2008-02-28 Bruno HaibleChange specification for the sake of ungetc on hypothet...
2008-02-28 Atsushi SAKAIFix typo in comment.
2008-02-28 Bruno HaibleNew module 'freadptr'.
2008-02-26 Karl BerrySync from Libtool:
2008-02-24 Bruno HaibleNew module 'environ'.
2008-02-20 Martin Buchholz* lib/fts.c (fts_build): Typo correction to comment.
2008-02-18 Bruno HaibleAvoid generating no-op conflicts.
2008-02-18 Bruno HaibleSpeed up by 10%.
2008-02-18 Bruno HaibleSpeed up by 25%.
2008-02-18 Bruno HaibleSpeed up from O(n^2) to O(n).
2008-02-18 Bruno HaibleNew option --split-merged-entry.
2008-02-17 Bruno HaibleSupport the "git pull --rebase" situation.
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 Lasse CollinDon't rely on signed integer overflowing to negative...
2008-02-13 Eric BlakeSilence warning in last patch.
2008-02-13 Eric BlakeQuotearg part 4: add tests, fix c-maybe colon quoting.
2008-02-13 Eric BlakeQuotearg part 3: add flag to control outer quote elision.
2008-02-13 Eric BlakeQuotearg part 2: add flag that can control NUL elision.
2008-02-13 Eric BlakeQuotearg part 1: more wrappers, restore quotearg_char...
2008-02-11 Bruno HaibleComment changes.
2008-02-11 Bruno HaibleNew module 'git-merge-changelog'.
2008-02-10 Bruno HaibleNew abstract list operation 'node_set_value'.
2008-02-10 Bruno HaibleAvoid gcc warnings due to misplaced 'const'.
2008-02-10 Jim Meyeringxstrtol_error: Fix typo.
2008-02-08 Jim MeyeringAvoid two "parameter unused" warnings.
2008-02-08 Bruno HaibleDon't use %n on native Woe32 systems, to avoid a crash...
2008-02-07 Bruno HaibleFix *printf behaviour regarding the left-adjust flag...
2008-02-07 Bruno HaibleFix bug introduced on 2008-01-26.
2008-02-06 Bruno HaibleFix bug introduced on 2007-06-10.
2008-02-05 Peter O'Gormangetloadavg: use libperfstat on AIX5
2008-02-03 Bruno HaibleAdd comments about required includes.
2008-01-31 Bruno HaibleMark set_uint32 function as 'inline'.
2008-01-31 Jim MeyeringUse "sizeof VAR", rather than a literal "4".
2008-01-31 Simon JosefssonAdd SHA1_DIGEST_SIZE #define to sha1.h.
2008-01-31 Jim MeyeringPrefer "sizeof v" over the equivalent "4".
2008-01-31 Simon Josefssonsha1.c (set_uint32): Mark function as static.
2008-01-31 Simon Josefssonmd2: clarify comments to say that alignment is not...
2008-01-31 Simon Josefssonmd4: adapt alignment constraint fix from sha1.
2008-01-31 Simon Josefssonmd5: adapt alignment constraint fix from sha1.
2008-01-31 Peter Palfradersha1: remove the result buffer alignment constraint
2008-01-29 Jim Meyeringvasnprintf.c: Avoid warning about unused label
2008-01-26 Bruno HaibleUse the GCC built-in __builtin_isnanl (if it works).
2008-01-26 Bruno HaibleMake use of GCC's __builtin_isnan.
2008-01-26 Bruno HaibleUse the GCC built-in when available.
2008-01-26 Bruno HaibleRename isnan, applicable to 'double' only, to isnand.
2008-01-26 Bruno HaibleExploit the __builtin_signbit GCC built-in.
2008-01-25 Jim MeyeringPrefer <config.h> over "config.h". See autoconf doc...
2008-01-24 Simon JosefssonAdd module sockets.
2008-01-17 Simon JosefssonNeed string.h unconditionally, for strncpy or strcpy.
2008-01-17 Eric BlakeConvert c-strcasestr to be more efficient.
2008-01-16 Simon JosefssonDisable secure memory in gc-libgcrypt.c.
2008-01-16 Simon JosefssonNeed string.h for strcpy in gethostname module.
2008-01-16 Paul EggertFix problem with getdate on mingw32 reported by Simon...
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 WatsonNew module 'strsignal'.
2008-01-13 Bruno HaibleDon't redefine __attribute__ without a need.
2008-01-11 Bruno HaibleMake c-strstr rely on strstr.
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 HaibleWork around OpenBSD 4.0 tdelete() bug.
next