]> mj.ucw.cz Git - libucw.git/commit
- str_hash.[ch] renamed to hashfunc.[ch], the functions renamed
authorRobert Spalek <robert@ucw.cz>
Mon, 3 Jun 2002 16:02:00 +0000 (16:02 +0000)
committerRobert Spalek <robert@ucw.cz>
Mon, 3 Jun 2002 16:02:00 +0000 (16:02 +0000)
commite1980ce3bfe2bf0d46bcc6e42fc4f1f35d541fe2
treeae9749f173076e1c4f794280e0e73bf181256dc0
parent603b9b2bce1af062e13b85c0d072f7f9894642c7
- str_hash.[ch] renamed to hashfunc.[ch], the functions renamed
- deleted hash-{block,istring,string}.c, their functionality merged into
  hashfunc.[ch]
- str-test.c rewritten to use the new name-style, char->byte, more tests
  added
lib/Makefile
lib/hash-block.c [deleted file]
lib/hash-istring.c [deleted file]
lib/hash-string.c [deleted file]
lib/hashfunc.c [new file with mode: 0644]
lib/hashfunc.h
lib/str-test.c
lib/str_hash.c [deleted file]
lib/str_hash.h [deleted file]