summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-09-14 03:32:59 +0000
committerJim Meyering <jim@meyering.net>1997-09-14 03:32:59 +0000
commit322a0870774be9d78f22d0faae215c4fff2a2b58 (patch)
treea412985d0089e3ea6eaab44b27d04138f9329ef3 /old
parent230bf922ddda0a6f3277775277e9191593768ca3 (diff)
downloadcoreutils-322a0870774be9d78f22d0faae215c4fff2a2b58.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 9fda484aa..a90341c58 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,24 @@
1997-09-13 Jim Meyering <meyering@na-net.ornl.gov>
+ * lib/strverscmp.h [HAVE_CONFIG_H]: Include config.h.
+
+ * lib/oa-hash.c: Use K&R style function dcls, not ANSI.
+ (HASH_MALLOC): Prefix with (Type*) cast to placate old compilers.
+ Use assert, not ASSERT.
+ Include assert.h.
+ (HASH_DELETED_ITEM_MARKER): Define to address of file-scoped static,
+ not less-portable ((void *) (~0U)).
+ (HASH_VACANT): Define here, not in hash.h.
+
+ * lib/oa-hash.c: (HASH_DELETED_ITEM_MARKER): Move definition to hash.c.
+ (HASH_VACANT): Likewise.
+
+ * lib/strverscmp.c [HAVE_CONFIG_H]: Include config.h.
+ (strverscmp): Use `1' not `+1' -- some compilers (sunos' cc) can't
+ parse it.
+
+ * lib/strdup.c [HAVE_CONFIG_H]: Include config.h.
+
* src/rm.c: Finish rewrite to use chdir and hash tables.
1997-09-11 Jim Meyering <meyering@na-net.ornl.gov>