]> mj.ucw.cz Git - libucw.git/commit
New version of the SDBM library.
authorMartin Mares <mj@ucw.cz>
Sat, 15 Dec 2001 22:54:41 +0000 (22:54 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 15 Dec 2001 22:54:41 +0000 (22:54 +0000)
commit75134ee637d2f3565d3f53666517b1e137f819d9
tree5cb9db35406fdfd6b4e2f4176ea781e33d88676f
parent5037a189be2563359e2943f39ed4ccbee07ffe9b
New version of the SDBM library.

Now supports databases larger than 4G (the internal structure is the
same, but page pointers are in pages instead of bytes).

Warning! The database files are _not_ compatible with the previous
version. Use db-tool to convert your databases.

Also exported sdbm_hash() to allow presorting.
lib/db.c
lib/db.h
lib/db_internal.h