Replace glibc tsearch() with a custom red-black tree implementation.

The library supplied tree estructure is not enought for our needs, due to its
limited API. Thus, we have implemented a suitable red-black tree.
This commit is contained in:
Vreixo Formoso
2007-12-20 00:25:25 +01:00
parent 5eb3a7e038
commit e6bd1586d6
9 changed files with 422 additions and 31 deletions

View File

@ -29,6 +29,7 @@ src_libisofs_la_SOURCES = \
src/stream.c \
src/util.h \
src/util.c \
src/util_rbtree.c \
src/filesrc.h \
src/filesrc.c \
src/ecma119.h \