Files
gnu-coreutils/src
Jim Meyering ccdb1b0215 Convert du.c to use the functions in lib/hash.c, not private,
slightly-modified copies of those that used to be in cp-hash.c.

(struct entry) [coll_link]: Remove member.
(struct htab): Remove.
(hash_reset, hash_init, hash_insert2, hash_insert): Remove functions.

Include hash.h and same.h.
(htab): Change type of global to `struct hash';
(entry_hash, entry_compare, hash_ins): New functions.
(count_entry): Use hash_ins instead of hash_insert.
2001-10-06 21:29:19 +00:00
..
2001-05-24 21:58:56 +00:00
2001-05-12 16:05:12 +00:00
2001-08-31 07:45:28 +00:00
2001-08-31 09:11:04 +00:00
2001-09-28 19:52:01 +00:00
2001-10-06 17:24:58 +00:00
2001-08-31 07:19:24 +00:00
2001-05-12 09:51:59 +00:00
2001-08-26 05:40:46 +00:00
2001-04-24 07:16:28 +00:00
2001-09-17 10:20:50 +00:00
2001-05-24 06:08:33 +00:00
2001-05-24 06:08:33 +00:00
2001-08-31 07:46:28 +00:00
2001-01-17 10:28:46 +00:00
2001-09-16 09:27:58 +00:00
2001-09-30 11:32:58 +00:00
2001-08-31 07:42:30 +00:00
2001-09-16 19:58:00 +00:00
2001-01-17 09:42:36 +00:00
2001-02-06 09:56:22 +00:00