summaryrefslogtreecommitdiff
path: root/test/INDEX
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-05-10 00:16:42 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-05-10 00:16:42 +0000
commit419e9a6766e9676fc1905291eeccaf655c8d5b09 (patch)
tree33f02eaf082449ca4f8b330c19c96138f5537e7c /test/INDEX
parent2777a04ed2ba4fd36138b991d66a32a283361f7e (diff)
downloadlibparserutils-419e9a6766e9676fc1905291eeccaf655c8d5b09.tar.gz
libparserutils-419e9a6766e9676fc1905291eeccaf655c8d5b09.tar.bz2
Have some generic dictionary implementation.
Even comes with testcases, which is nice. svn path=/trunk/libparserutils/; revision=4138
Diffstat (limited to 'test/INDEX')
-rw-r--r--test/INDEX2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/INDEX b/test/INDEX
index 772c82f..0042c36 100644
--- a/test/INDEX
+++ b/test/INDEX
@@ -6,6 +6,8 @@ charset Charset initialisation/finalisation
parserutils Library initialisation/finalisation
aliases Encoding alias handling
cscodec Charset codec implementation cscodec
+dict Dictionary handling
+rbtree Red-black tree implementation
filter Input stream filtering
inputstream Inputstream handling input