summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-16 09:55:36 +0000
committerJim Meyering <jim@meyering.net>2004-01-16 09:55:36 +0000
commitbb1f3d64bd21349f4fdb3fb59c9e4ea97637912d (patch)
tree6f5155a3467bc5a5b06aaacd1f5b3fc1df172f09
parent50733eb567bed22371fc87f2eb8447d3e9e07ecf (diff)
downloadcoreutils-bb1f3d64bd21349f4fdb3fb59c9e4ea97637912d.tar.xz
*** empty log message ***
-rw-r--r--lib/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 499a2e270..aafe9f002 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,31 @@
2004-01-14 Paul Eggert <eggert@twinsun.com>
+ Merge from gnulib.
+
+ * fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
+ with like-named macro in fnmatch.c.
+ (EXT): Use an internal constant instead.
+
+ Merge fnmatch patches from glibc.
+ * fnmatch.c (mbsinit): Remove define.
+ Add libc_hidden_ver (__fnmatch, fnmatch).
+ * fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
+ Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
+
+2003-11-24 Paul Eggert <eggert@twinsun.com>
+
+ Merge from gnulib.
+
+ * alloca.c: Remove dependency on xalloc module.
+ (xalloc_die): Remove.
+ (memory_full) [!defined emacs]: New macro.
+ [!defined emacs]: Don't include xalloc.h.
+ (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
+ address arithmetic overflows. Change datatypes a bit to avoid
+ unnecessary casts.
+
+2004-01-14 Paul Eggert <eggert@twinsun.com>
+
* posixver.c: Include posixver.h.
2004-01-12 Jim Meyering <jim@meyering.net>