summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-31 07:37:47 +0000
committerJim Meyering <jim@meyering.net>2001-08-31 07:37:47 +0000
commit7de89daf4dee4e31c55c3d58c485aede7991c99b (patch)
tree9610be6d52c1ecb8224126a9a99e6812a95e6503 /lib
parent43377317936e54ac5300c56bc5c0bdeba327d1bb (diff)
downloadcoreutils-7de89daf4dee4e31c55c3d58c485aede7991c99b.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 91c67769f..13930b85f 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,9 +1,23 @@
2001-08-30 Paul Eggert <eggert@twinsun.com>
+ * full-write.h: New file.
+ * Makefile.am (libfetish_a_SOURCES): Add full-write.h.
+ * full-write.c: Correct credits, as cccp.c no longer
+ exists and anyway it was so heavily changed from the old cccp
+ code as to be unrecognizable. Include full-write.h.
+ (full_write) Return size_t, with short writes meaning failure.
+ All callers changed. This fixes a bug with large buffers
+ on 64-bit hosts.
+ * utime.c: Include full-write.h.
+
+2001-08-30 Paul Eggert <eggert@twinsun.com>
+
Merge 'exclude' changes from tar 1.13.22.
This fixes one or two unlikely storage allocation overflow bugs,
but doesn't change user-visible behavior otherwise.
+2001-08-30 Paul Eggert <eggert@twinsun.com>
+
* exclude.c (bool): Declare, perhaps by including stdbool.h.
(<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
(<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
@@ -34,7 +48,9 @@
(excluded_filename): No longer requires options arg, as the options
are determined by add_exclude. Now returns bool, not int.
- * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
+2001-08-30 Paul Eggert <eggert@twinsun.com>
+
+ * alloca.c (alloca): Arg is of type size_t, not unsigned.
2001-08-27 Jim Meyering <meyering@lucent.com>