Use a consistent style for including <config.h>.
[gnulib.git] / lib / ChangeLog
2005-09-19 Paul EggertUse a consistent style for including <config.h>.
2005-09-16 Paul Eggert* utimecmp.c: Include stat-time.h.
2005-09-16 Paul Eggert* MODULES.html.sh (File system functions): Add stat...
2005-09-16 Derek R. Price* regcomp.c, regexec.c, regex_internal.c: Back out...
2005-09-15 Derek R. Price* regex_internal.h: Blank `pure' for GNUC < 3.
2005-09-15 Bruno HaibleFix redefinition problem: strstr may be defined as...
2005-09-13 Derek R. Price* canon-host.c (canon_host_r): Set *cherror on memory...
2005-09-13 Jim Meyering*** empty log message ***
2005-09-13 Simon Josefsson2005-09-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de...
2005-09-13 Derek R. Price* modules/canon-host: Add canon-host.h. Depend on...
2005-09-13 Derek R. Price* modules/glob (Files): Add glob-libc.h.
2005-09-12 Paul EggertMerge glibc and coreutils changes into gnulib, plus...
2005-09-12 Derek R. Price* gai_strerror.c: Include config.h when available....
2005-09-08 Paul Eggert* lib/glob.c (glob, globfree, __glob_pattern_p): Use...
2005-09-06 Paul Eggert* regex_internal.h (bitset_not): Add parens to avoid...
2005-09-06 Simon Josefsson* getpass.c (getpass): Fix typo, test for HAVE_TCSETATT...
2005-09-06 Paul EggertChange bitset word type from unsigned int to unsigned...
2005-09-02 Paul EggertCheck for arithmetic overflow when calculating sizes...
2005-09-01 Paul Eggert* lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_N...
2005-09-01 Paul Eggert* regex_internal.c (re_string_context_at): Fix bug...
2005-09-01 Paul Eggert* lib/regex_internal.c (build_wcs_upper_buffer): Fix...
2005-09-01 Paul EggertUse bool where appropriate.
2005-09-01 Simon Josefsson2005-08-31 Derek Price <derek@ximbiot.com>
2005-09-01 Paul Eggert* lib/regex_internal.c (re_string_reconstruct): Don...
2005-08-31 Paul Eggert* lib/regcomp.c (search_duplicated_node): Make first...
2005-08-31 Paul EggertOn 64-bit hosts (where size_t is 64 bits and int is...
2005-08-31 Paul Eggert* lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP ...
2005-08-31 Paul Eggert* lib/regexec.c (re_search_internal): Simplify update of
2005-08-31 Paul Eggert* lib/regcomp.c (re_compile_fastmap_iter, init_dfa...
2005-08-31 Paul Eggert* lib/regex_internal.h (re_sub_match_top_t): Remove...
2005-08-31 Bruno HaibleInclude a header, to define NULL.
2005-08-30 Simon Josefsson* iconvme.h: Add prototype for iconv_alloc.
2005-08-29 Simon Josefsson* iconvme.c: Fix errno.
2005-08-27 Jim Meyering*** empty log message ***
2005-08-27 Jim Meyering*** empty log message ***
2005-08-27 Jim Meyering*** empty log message ***
2005-08-26 Paul Eggert* config/srclist.text: Add glibc bug 1248.
2005-08-26 Simon Josefsson* getpass.c: Use _WIN32 instead of WIN32, suggested...
2005-08-26 Paul Eggert* config/srclist.txt: Add glibc bug 1245.
2005-08-25 Simon Josefsson* getpass.c: Add WIN32 implementation. Conditionalize...
2005-08-25 Paul EggertMake regex safe for g++. This fixes one real bug ...
2005-08-25 Jim Meyering*** empty log message ***
2005-08-25 Paul Eggert* config/srclist.txt: Add glibc bug 1240.
2005-08-24 Paul Eggert* srclist.txt: Comment out lib/regex.c. Add glibc...
2005-08-24 Jim Meyering*** empty log message ***
2005-08-24 Bruno HaibleAdd multiple-inclusion guard.
2005-08-23 Paul Eggert* config/srclist.txt: Add glibc bug 1233.
2005-08-23 Paul Eggert* config/srclist.txt: Add glibc bug 1232.
2005-08-23 Paul Eggert* config/srclist.txt: Add glibc bug 1231.
2005-08-21 Paul Eggert* config/srclist.txt: Add glibc bug 1227.
2005-08-21 Paul Eggert* config/srclist.txt: Add glibc bug 1226.
2005-08-21 Paul Eggert* config/srclist.txt: Add glibc bug 1225.
2005-08-21 Paul Eggert* config/srclist.txt: Add glibc bug 1224.
2005-08-20 Paul Eggert* config/srclist.txt: Add glibc bug 1223.
2005-08-20 Paul Eggert* config/srclist.txt: Add glibc bugs 1220, 1221, 1222.
2005-08-20 Paul EggertRecent regex patches.
2005-08-19 Bruno HaibleFix return value.
2005-08-19 Jim Meyering*** empty log message ***
2005-08-17 Bruno HaibleNew module 'strcasestr'.
2005-08-17 Bruno HaibleMake strstr() work in multibyte locales.
2005-08-17 Bruno Haiblestrcasecmp.c now uses mbuiter.
2005-08-17 Bruno HaibleNew module 'mbuiter'.
2005-08-17 Bruno HaibleFix the iterator, so that it ends before the '\0'.
2005-08-16 Bruno HaibleSimplify by using mb_casecmp.
2005-08-16 Bruno HaibleMake strcasecmp() work right in multibyte locales.
2005-08-16 Bruno HaibleNew module 'strnlen1'.
2005-08-16 Bruno HaibleNew module 'mbfile'.
2005-08-16 Bruno HaibleNew module 'mbiter'.
2005-08-16 Bruno HaibleNew module 'mbchar'.
2005-08-16 Bruno HaibleNew module 'tls'.
2005-08-16 Paul Eggert* config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
2005-08-14 Jim Meyering*** empty log message ***
2005-08-11 Simon JosefssonAdd readline.
2005-08-11 Bruno HaibleChange parameter name to match comment.
2005-08-11 Simon Josefsson2005-08-10 Simon Josefsson <jas@extundo.com>
2005-08-02 Simon Josefsson2005-08-02 Simon Josefsson <jas@extundo.com>
2005-08-01 Bruno HaibleUpdate from GNU gettext.
2005-07-26 Bruno HaiblePortability fixes for IRIX, Solaris, HP-UX, AIX, OSF/1.
2005-07-18 Bruno HaibleAlso support once-execution.
2005-07-18 Paul Eggert* quotearg.c: Add translator comment.
2005-07-18 Simon Josefsson(check_version): Accept identical versions too.
2005-07-18 Bruno HaibleNew gnulib module 'lock'.
2005-07-11 Paul Eggert* version-etc-fsf.c (version_etc_copyright): Parameteri...
2005-07-11 Simon Josefsson* size_max.h: New file.
2005-07-09 Sergey PoznyakoffUpdated
2005-07-08 Paul Eggert* config/srclist.txt: Comment out regcomp.c, since...
2005-07-07 Paul Eggert* modules/regex (Files): Add lib/regex_internal.c,
2005-07-04 Paul EggertRemove the dependency of the strftime module on the...
2005-07-02 Jim Meyering*** empty log message ***
2005-07-02 Jim MeyeringAssume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditio...
2005-07-01 Paul Eggert* xnanosleep.c: Include timespec.h, since OpenBSD 3...
2005-06-29 Jim Meyering*** empty log message ***
2005-06-28 Simon Josefsson2005-06-25 Simon Josefsson <jas@extundo.com>
2005-06-27 Simon JosefssonOops, back out unrelated entry.
2005-06-27 Simon Josefsson2005-06-28 Simon Josefsson <jas@extundo.com>
2005-06-24 Paul Eggert* canon-host.c (canon-host): Append trailing "," to...
2005-06-24 Derek R. PriceRemove stat module & update lstat.
2005-06-23 Paul Eggert* mktime.c: Include <string.h> even if !DEBUG. (From...
2005-06-22 Paul Eggert(desirable_utmp_entry): Fix bug where "who -b" and...
2005-06-22 Paul Eggert* xmalloc.c (HAVE_GNU_CALLOC): New constant.
next