2007-02-05 Paolo Bonzini <bonzini@gnu.org>
[gnulib.git] / lib /
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 HaibleNew module 'mbscspn'.
2007-02-05 Bruno HaibleNew module 'mbscasestr'. Reduced goal of 'strcasestr'.
2007-02-05 Bruno HaibleImprove comment.
2007-02-05 Bruno HaibleCopied from strcasestr.c.
2007-02-05 Bruno HaibleSimplify handling of strncasecmp. Improve link warning.
2007-02-05 Bruno HaibleNew module 'mbscasecmp'. strcasecmp is not expected...
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 Eggert* lib/stdbool_.h: Mention that bool bit-fields aren...
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 Jim MeyeringMake pwd and readlink work also when run with an unread...
2007-02-03 Bruno HaibleMake the redefinitions to error-provoking symbols condi...
2007-02-02 Paul EggertAvoid mempcpy in the regex code, as the string.h mempcp...
2007-02-02 Eric Blake* lib/strchrnul.c: Always include config.h first.
2007-02-02 Bruno HaibleTurn the errors for use of strstr and similar into...
2007-02-01 Jim MeyeringGive tools a better chance to allocate space for very...
2007-02-01 Eric Blake* modules/regex (Depends-on): Revert dependence on...
2007-02-01 Paul Eggert* lib/string_.h: If the gnulib module XYZ is not presen...
2007-02-01 Paul Eggert* lib/mkdir-p.c (make_dir_parents): Close a race condit...
2007-02-01 Bruno HaibleEnforce the use of gnulib modules for unportable <strin...
2007-01-31 Simon Josefsson(values): Add EAI_OVERFLOW.
2007-01-30 Jim Meyering* lib/mpsort.c (mpsort): Remove spurious "return" in...
2007-01-30 Bruno HaibleStylistic change: Use '#if HAVE_*' instead of '#ifdef...
2007-01-30 Eric Blake* lib/memrchr.c: Assume <string.h> unconditionally...
2007-01-29 Paul Eggert* lib/strptime.h (strptime): Use 'restrict' for args...
2007-01-29 Bruno HaibleNew module 'strptime'. Initial fixes.
2007-01-29 Bruno Haible2007-01-29 Yoann Vandoorselaere <yoann@prelude-ids...
2007-01-29 Paul Eggert* MODULES.html.sh: New module mpsort.
2007-01-29 Paul Eggert* lib/regex.h (_Restrict_): Renamed from __restrict...
2007-01-28 Bruno HaibleRename u32-mbtouc-safe -> u32-mbtouc, u32_mbtouc_safe...
2007-01-28 Bruno HaibleMove to u32-mbtouc.c.
2007-01-28 Bruno HaibleMove to here from u32-mbtouc-safe.c.
2007-01-28 Bruno HaibleRename u32-mbtouc -> u32-mbtouc-unsafe, u32_mbtouc...
2007-01-28 Bruno HaibleMove to u32-mbtouc-unsafe.c.
2007-01-28 Bruno HaibleMove to here from u32-mbtouc.c.
2007-01-28 Bruno HaibleRename utf16-ucs4-safe -> utf16-ucs4, u16_mbtouc_safe...
2007-01-28 Bruno HaibleMove to u16-mbtouc.c.
2007-01-28 Bruno HaibleMove to here from u16-mbtouc-safe.c.
2007-01-28 Bruno HaibleMove to utf16-ucs4.c.
2007-01-28 Bruno HaibleMove to here from utf16-ucs4-safe.c.
2007-01-28 Bruno HaibleMove to utf16-ucs4.h.
2007-01-28 Bruno HaibleMove to here from utf16-ucs4-safe.h.
2007-01-28 Bruno HaibleRename utf16-ucs4 -> utf16-ucs4-unsafe, u16_mbtouc...
2007-01-28 Bruno HaibleMove to u16-mbtouc-unsafe.c.
2007-01-28 Bruno HaibleMove to here from u16-mbtouc.c.
2007-01-28 Bruno HaibleMove to utf16-ucs4-unsafe.c.
2007-01-28 Bruno HaibleMove to here from utf16-ucs4.c.
2007-01-28 Bruno HaibleMove to utf16-ucs4-unsafe.h.
2007-01-28 Bruno HaibleMove to here from utf16-ucs4.h.
2007-01-28 Bruno HaibleRename utf8-ucs4-safe -> utf8-ucs4, u8_mbtouc_safe...
2007-01-28 Bruno HaibleMove to u8-mbtouc.c.
2007-01-28 Bruno HaibleMove to here from u8-mbtouc-safe.c.
2007-01-28 Bruno HaibleMove to utf8-ucs4.c.
2007-01-28 Bruno HaibleMove to here from utf8-ucs4-safe.c.
2007-01-28 Bruno HaibleMove to utf8-ucs4.h.
2007-01-28 Bruno HaibleMove to here from utf8-ucs4-safe.h.
2007-01-27 Bruno HaibleRename u8_mbtouc -> u8_mbtouc_unsafe.
2007-01-27 Bruno HaibleMove to u8-mbtouc-unsafe.c.
2007-01-27 Bruno HaibleMove to here from u8-mbtouc.c.
2007-01-27 Bruno HaibleMove to utf8-ucs4-unsafe.c.
2007-01-27 Bruno HaibleMove to here from utf8-ucs4.c.
2007-01-27 Bruno HaibleMove to utf8-ucs4-unsafe.h.
2007-01-27 Bruno HaibleMove to here from utf8-ucs4.h.
2007-01-27 Ralf WildenhuesFix Copyright years.
2007-01-27 Ralf WildenhuesSync from Libtool.
2007-01-27 Bruno HaibleDeclare strcasestr() in the <string.h> replacement...
2007-01-27 Bruno HaibleObsoleted by the new <string.h> replacement.
2007-01-27 Bruno HaibleUse 'extern'.
2007-01-27 Jim Meyering* lib/regex_internal.c (re_string_reconstruct): Remove...
2007-01-27 Jim Meyering* lib/mempcpy.c: Include <config.h> before <string.h>.
2007-01-27 Bruno HaibleSmall optimization.
2007-01-27 Bruno HaibleNew module 'uniconv/u32-strconv-to-locale'.
2007-01-27 Bruno HaibleNew module 'uniconv/u16-strconv-to-locale'.
2007-01-27 Bruno HaibleNew module 'uniconv/u8-strconv-to-locale'.
2007-01-27 Bruno HaibleNew module 'uniconv/u32-strconv-from-locale'.
2007-01-27 Bruno HaibleNew module 'uniconv/u16-strconv-from-locale'.
2007-01-27 Bruno HaibleNew module 'uniconv/u8-strconv-from-locale'.
2007-01-27 Bruno HaibleNew module 'uniconv/u32-strconv-to-enc'.
2007-01-27 Bruno HaibleNew module 'uniconv/u16-strconv-to-enc'.
2007-01-27 Bruno HaibleNew modules 'uniconv/u16-strconv-to-enc', 'uniconv...
2007-01-27 Bruno HaibleNew module 'uniconv/u8-strconv-to-enc'.
2007-01-27 Bruno HaibleNew module 'uniconv/u32-strconv-from-enc'.
2007-01-27 Bruno HaibleNew module 'uniconv/u16-strconv-from-enc'.
2007-01-27 Bruno HaibleNew module 'uniconv/u8-strconv-from-enc'.
2007-01-27 Bruno HaibleNew modules uniconv/u8-strconv-from-enc, uniconv/u16...
next