Minor fixups to port to Solaris 10 with Sun C 5.8.
[gnulib.git] / lib /
2007-02-21 Paul EggertMinor fixups to port to Solaris 10 with Sun C 5.8.
2007-02-21 Bruno Haiblesnprintf.h is gone.
2007-02-21 Bruno Haiblevsnprintf.h is replaced with <stdio.h>.
2007-02-21 Bruno Haiblesnprintf.h is replaced with <stdio.h>.
2007-02-21 Bruno HaibleNew module 'stdio'.
2007-02-21 Bruno HaibleWhitespace change in macros.
2007-02-20 Jim Meyering* lib/ftruncate.c [HAVE_CHSIZE]: Document that this...
2007-02-20 Bruno HaibleAvoid some "gcc -Wmissing-prototypes" warnings on mingw.
2007-02-19 Bruno HaibleSuppress some gcc warnings in glibc header files.
2007-02-19 Jim MeyeringDon't use FD after a successful "fdopendir (fd)".
2007-02-19 Bruno HaibleReplaced with <unistd.h>.
2007-02-19 Bruno HaibleMove more declarations into <unistd.h>.
2007-02-19 Bruno Haiblegetsubopt.h is replaced with <stdlib.h>.
2007-02-18 Bruno Haibleexit.h is replaced with stdlib.h.
2007-02-18 Bruno HaibleWork around an ugly glibc hack.
2007-02-18 Bruno Haiblemkstemp.h is replaced with <stdlib.h>.
2007-02-18 Bruno Haiblemkdtemp.h is replaced with <stdlib.h>.
2007-02-18 Bruno HaibleNew module 'stdlib'.
2007-02-18 Bruno HaibleNew module 'math'. <math.h> replaces mathl.h.
2007-02-18 Bruno HaibleUse GL_LINK_WARNING in the generated inttypes.h.
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 HaibleNew module 'mbspcasecmp'.
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 EggertFix regex code so it doesn't rely on strcasecmp.
2007-02-13 Bruno HaibleTurn link errors into link-time warnings.
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-11 Bruno HaibleFix bug. Remove unnecessary strlen call.
2007-02-11 Bruno HaibleCosmetic tweak.
2007-02-11 Bruno HaibleSmall optimization.
2007-02-11 Bruno HaibleEnsure O(n) worst-case complexity of mbscasestr.
2007-02-11 Bruno HaibleEnsure O(n) worst-case complexity of mbsstr.
2007-02-11 Bruno HaibleFix bug.
2007-02-11 Bruno HaibleFix bug.
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 HaibleEnsure O(n) worst-case complexity of c_strcasestr.
2007-02-11 Bruno HaibleEnsure O(n) worst-case complexity.
2007-02-11 Bruno HaibleRewrite c-strstr.c for maintainability.
2007-02-06 Bruno HaibleFix bug with strsep(&string, ""). Optimize case of...
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 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.
next