1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-03 06:51:29 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1997-09-14 03:32:59 +00:00
parent 230bf922dd
commit 322a087077
+19
View File
@@ -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>