summaryrefslogtreecommitdiffstats
tag name0.0.17 (67b2f4aac5401a9184d149d0b1267ad1887facb7)
tag date2021-12-26 19:56:35 +0100
tagged byGitea <gitea@fake.local>
tagged objectcommit a10a8fb335...
downloadsear.c-0.0.17.tar
sear.c-0.0.17.tar.gz
sear.c-0.0.17.tar.bz2
sear.c-0.0.17.tar.lz
sear.c-0.0.17.tar.xz
sear.c-0.0.17.tar.zst
sear.c-0.0.17.zip
fixed parser, fixed leak, O(log n) storage - tsearch(3) - 0.0.17
new in this release: * new storage algoritm - O(log n) average instead of O(n) - POSIX glibc tsearch(3). to use the old algorithm, compile with -DSC_OLD_STORAGE to use the old storage method - make -e CC="cc -DSC_OLD_STORAGE" * fixed parser - now search for css classes is done case-insensitive * fixed a memory leak where hreflink was not freed in image searching - a leak still exists though, I did not look for it