]> mj.ucw.cz Git - libucw.git/commit
debugged, now it is fully functional:
authorRobert Spalek <robert@ucw.cz>
Mon, 14 Jun 2004 09:58:37 +0000 (09:58 +0000)
committerRobert Spalek <robert@ucw.cz>
Mon, 14 Jun 2004 09:58:37 +0000 (09:58 +0000)
commit2c6f7d0fdea90d70ed9d7d10b766e775c0e2f790
tree1dae441208d9c4deb70094e132d7144356762004
parentd94fc019538bc9c96b694bf0cb1924fbd9251a6b
debugged, now it is fully functional:
- a lot of typos (especially priorities of operators in C and variable name
  mismatches)
- bit-format errors (forgotten additive constants or negations)
- do not use hash_rec[0]
- wrong entries in the collision link-lists must NOT appear in the beginning
  ==> saved time when verifying and solved some strange cases

- changed constants determining the maximum prolong-factor
- added a simple test-tool
lib/lizard-test.c [new file with mode: 0644]
lib/lizard.c
lib/lizard.h