gnulib.git
2007-02-18 Bruno HaibleTests for module 'string'.
2007-02-18 Bruno HaibleTests for module 'stdbool'.
2007-02-18 Bruno HaibleTests of module 'netinet_in'.
2007-02-18 Bruno HaibleTests for module 'inttypes'.
2007-02-18 Bruno HaibleTests for module 'fcntl'.
2007-02-18 Bruno HaibleTests for module 'byteswap'.
2007-02-18 Bruno HaibleTests for module arpa_inet.
2007-02-18 Bruno HaibleSubstitute a few more variables.
2007-02-18 Bruno HaibleUse GL_LINK_WARNING in the generated inttypes.h.
2007-02-18 Bruno HaibleNew module 'link-warning'.
2007-02-18 Bruno HaibleMerge gl_HEADER_STRING_H_DEFAULTS and gl_STRING_MODULE_...
2007-02-17 Bruno HaibleNew module 'link-warning'.
2007-02-17 Bruno HaibleLine breaking.
2007-02-17 Bruno HaibleNew module 'tmpfile'.
2007-02-16 Bruno HaibleMake use of _O_TEMPORARY on native Woe32 platforms.
2007-02-15 Bruno HaibleTests for module 'mbspcasecmp'.
2007-02-15 Bruno HaibleNew module 'mbspcasecmp'.
2007-02-15 Bruno HaibleTests for module mbsncasecmp.
2007-02-15 Bruno HaibleTests for module 'mbsncasecmp'.
2007-02-15 Bruno HaibleNew module 'mbsncasecmp'.
2007-02-15 Paul Eggert* lib/exclude.c (FNM_EXTMATCH): Define if system does...
2007-02-15 Paul EggertRemove stray underscore in previous change.
2007-02-15 Paul EggertFix regex code so it doesn't rely on strcasecmp.
2007-02-13 Ralf Wildenhues* m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2007-02-13 Bruno HaibleFix m4 underquoting bug, discovered by Ralf Wildenhues.
2007-02-13 Bruno HaibleTurn link errors into link-time warnings.
2007-02-12 Bruno HaibleFix an m4 quoting bug.
2007-02-12 Bruno HaibleNeeded for tests of modules 'mbscasestr' and 'mbscasecmp'.
2007-02-12 Paul Eggert* lib/string_.h (strncasecmp): Fix typo: this macro...
2007-02-12 Paul EggertNew module 'time', so that apps can include <time.h...
2007-02-12 Bruno HaibleOptimize memory allocation to use alloca when possible.
2007-02-12 Bruno HaibleInclude <string.h>.
2007-02-12 Karl Berryupdate from texinfo
2007-02-11 Bruno HaibleFix bug. Remove unnecessary strlen call.
2007-02-11 Bruno HaibleTests for module 'mbsspn'.
2007-02-11 Bruno HaibleCosmetic tweak.
2007-02-11 Bruno HaibleTests for module 'mbspbrk'.
2007-02-11 Bruno HaibleSmall optimization.
2007-02-11 Bruno HaibleTests for module 'mbscspn'.
2007-02-11 Bruno HaibleTests for module 'mbscasecmp'.
2007-02-11 Bruno HaibleEnsure O(n) worst-case complexity of mbscasestr.
2007-02-11 Bruno HaibleTests for module 'mbscasestr'.
2007-02-11 Bruno HaibleEnsure O(n) worst-case complexity of mbsstr.
2007-02-11 Bruno HaibleTests for module 'mbsstr'.
2007-02-11 Bruno HaibleFix bug.
2007-02-11 Bruno HaibleTests for module 'mbsrchr'.
2007-02-11 Bruno HaibleFix bug.
2007-02-11 Bruno HaibleTests for module 'mbschr'.
2007-02-11 Bruno HaibleSupport for copying multibyte string iterators.
2007-02-11 Bruno HaibleNew module 'mbslen'.
2007-02-11 Bruno HaibleEnsure O(n) worst-case complexity of strcasestr substitute.
2007-02-11 Bruno HaibleTests for module 'strcasestr'.
2007-02-11 Jim MeyeringSay precisely which versions of coreutils have the...
2007-02-11 Bruno HaibleEnsure O(n) worst-case complexity of c_strcasestr.
2007-02-11 Bruno HaibleTests for module 'c-strcasestr'.
2007-02-11 Bruno HaibleEnsure O(n) worst-case complexity.
2007-02-11 Bruno HaibleRewrite c-strstr.c for maintainability.
2007-02-11 Bruno HaibleTests for module 'c-strstr'.
2007-02-11 Bruno HaibleWork around a coreutils-5.x bug.
2007-02-10 Karl Berryunsync memem.c due to #include config.h
2007-02-08 Bruno Haible * modules/regex (Depends-on): Add stdbool.
2007-02-06 Bruno HaibleFix bug with strsep(&string, ""). Optimize case of...
2007-02-06 Paul Eggert* m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
2007-02-06 Bruno HaibleNew module 'mbssep'.
2007-02-05 Paolo Bonzini2007-02-05 Paolo Bonzini <bonzini@gnu.org>
2007-02-05 Paolo Bonzini2007-02-05 Paolo Bonzini <bonzini@gnu.org>
2007-02-05 Simon Josefssonlib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
2007-02-05 Paul Eggert* lib/getsubopt.c [!_LIBC]: Include config.h and getsub...
2007-02-05 Bruno HaiblePut the word "warning:" into the warning message.
2007-02-05 Bruno HaibleNew module 'mbstok_r'.
2007-02-05 Bruno HaibleNew module 'mbsspn'.
2007-02-05 Bruno HaibleNew module 'mbspbrk'.
2007-02-05 Bruno HaibleNew module 'mbscspn'.
2007-02-05 Bruno HaibleAddendum to the last two patches.
2007-02-05 Bruno HaibleNew module 'mbscspn'.
2007-02-05 Bruno HaibleAddendum to last patch.
2007-02-05 Bruno Haiblestrcasecmp no longer needs mbuiter.
2007-02-05 Bruno HaibleNew module 'mbscasestr'. Reduced goal of 'strcasestr'.
2007-02-05 Bruno HaibleAddendum to last patch.
2007-02-05 Bruno HaibleImprove comment.
2007-02-05 Bruno HaibleCopied from strcasestr.c.
2007-02-05 Bruno HaibleNew module 'mbscasestr'.
2007-02-05 Bruno HaibleSimplify handling of strncasecmp. Improve link warning.
2007-02-05 Bruno HaibleChange the conditions under which strcasecmp.c is compiled.
2007-02-05 Bruno HaibleNew module 'mbscasecmp'. strcasecmp is not expected...
2007-02-05 Bruno HaibleNew module 'mbscasecmp'.
2007-02-05 Bruno HaibleCopied from strcasecmp.c.
2007-02-05 Bruno HaibleNew module 'mbsstr'. Remove module 'strstr'.
2007-02-05 Bruno HaibleMove to mbsstr.c.
2007-02-05 Bruno HaibleMove to here from strstr.c.
2007-02-05 Bruno HaibleNew module 'mbsrchr'.
2007-02-05 Bruno HaibleNew module 'mbsrchr'.
2007-02-05 Bruno HaibleNew module 'mbschr'.
2007-02-05 Paul EggertAdd log entries for today's change to modules/extension...
2007-02-05 Paul Eggert* lib/stdbool_.h: Mention that bool bit-fields aren...
2007-02-05 Paul Eggert* modules/stdarg (configure.ac-early): Require AC_PROG_...
2007-02-04 Bruno HaibleNew module description section 'configure.ac-early'.
2007-02-04 Bruno HaibleMake use of gcj-4.3's -fsource and -ftarget option.
2007-02-04 Paul Eggert* lib/xalloc.h (x2nrealloc): Fix an unlikely bug in...
2007-02-03 Karl Berrysync
next