From 322a0870774be9d78f22d0faae215c4fff2a2b58 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 14 Sep 1997 03:32:59 +0000 Subject: *** empty log message *** --- old/fileutils/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'old') 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 + * 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 -- cgit v1.2.3-70-g09d2