Merge branch 'master' of ssh://haible@git.sv.gnu.org/srv/git/gnulib
[gnulib.git] / lib /
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.
2008-01-09 Eric BlakeGive gcc some memmem optimization hints.
2008-01-09 Bruno HaibleHandle the particular PRIdMAX values on MacOS X and...
2008-01-08 Bruno HaibleDocument the knuth_morris_pratt calling convention...
2008-01-08 Eric BlakeRewrite memmem to guarantee linear complexity without...
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-03 Bruno HaibleTreat untyped memory as an 'unsigned char' array.
2008-01-02 Jim Meyeringlib/version-etc.c (COPYRIGHT_YEAR): Increase for new...
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-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 HaibleUse plain ANSI C syntax.
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 HaibleUse GNU style coding conventions.
2007-12-26 Bruno HaibleAdd more comments about Knuth-Morris-Pratt algorithm.
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-13 Eric BlakeAnother fseek test.
2007-12-13 Eric BlakeFix fseeko on mingw.
2007-12-13 Larry JonesFix fseeko on BSD-based platforms.
2007-12-11 Eric BlakeFix bug with -0.0L in previous patch.
2007-12-11 Eric BlakeDetect pseudo-denormals on x86 even when cross-compiling.
2007-12-11 Eric BlakeFix OpenBSD 4.0 <float.h> handling of long double.
2007-12-03 Paul EggertAdd support for Solaris 10 ACLs. Also, ACLs are Gnulib...
2007-12-03 Bruno HaibleFix a build error when someone uses "make maintainer...
2007-12-03 Bruno HaibleMove declaration of getpagesize() from getpagesize...
2007-12-03 Bruno HaibleMove declarations of str{,n}casecmp from <string.h...
2007-12-01 Jim MeyeringFix a 4-year-old used-uninitialized bug in regcomp.c.
2007-11-30 Bruno HaibleMake recursive locks really recursive on POSIX systems.
2007-11-28 Paul EggertNew function qset_acl, like set_acl but with syscall...
next