* modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
[gnulib.git] / lib /
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...
2007-01-27 Bruno HaibleNew module 'uniconv/u32-conv-from-enc'.
2007-01-27 Bruno HaibleNew module 'uniconv/u16-conv-from-enc'.
2007-01-27 Bruno HaibleNew modules uniconv/u16-conv-from-enc and uniconv/u32...
2007-01-27 Bruno HaibleNew module 'uniconv/u8-conv-from-enc'.
2007-01-27 Bruno HaibleNew module 'uniconv/base'.
2007-01-26 Paul Eggert* doc/gnulib-tool.texi (Initial import): Update to...
2007-01-26 Bruno HaibleVarious fixes.
2007-01-24 Paul Eggert* lib/fnmatch_.h: Readjust white space and comments...
2007-01-24 Paul Eggert* lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: ...
2007-01-24 Bruno HaibleOptimize the recognition of "UTF-8" strings.
2007-01-24 Bruno HaibleNew module 'c-strcaseeq'.
2007-01-24 Bruno HaibleNew module 'streq'.
2007-01-24 Bruno HaibleAdd an optional argument specifying transliteration.
2007-01-24 Bruno HaibleMake the striconveha module actually work.
2007-01-24 Paul EggertImport the following changes from libc.
2007-01-23 Bruno HaibleOops, tweak comment.
2007-01-23 Bruno HaibleAdd optional offsets argument to conversion routines.
2007-01-22 Paolo Bonzini2007-01-22 Yoann Vandoorselaere <yoann.v@prelude...
2007-01-21 Bruno HaibleNew module 'striconveha'.
2007-01-21 Bruno HaibleOops, fix description.
2007-01-21 Bruno HaibleEnsure errno when strdup fails.
2007-01-21 Bruno HaibleNew function mem_iconveh.
2007-01-21 Bruno HaibleChange specification of mem_cd_iconveh.
next