summaryrefslogtreecommitdiff
path: root/test/INDEX
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-30 16:35:19 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-30 16:35:19 +0000
commitaa0aa44aaab4b0693400dc4307822ac493014224 (patch)
tree0fbce8307517d84a2f1eb1a295778e8dd6fff6d4 /test/INDEX
parent7712c61effc3ef39d0b9eaf060049d11441884bf (diff)
downloadlibparserutils-aa0aa44aaab4b0693400dc4307822ac493014224.tar.gz
libparserutils-aa0aa44aaab4b0693400dc4307822ac493014224.tar.bz2
New datastructures:
+ Chunked array + Hash table (open addressing) Constify parameter to parserutils_stack_push svn path=/trunk/libparserutils/; revision=5850
Diffstat (limited to 'test/INDEX')
-rw-r--r--test/INDEX1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/INDEX b/test/INDEX
index bcd782a..f055717 100644
--- a/test/INDEX
+++ b/test/INDEX
@@ -10,6 +10,7 @@ cscodec-utf16 UTF-16 charset codec implementation cscodec-utf16
cscodec-ext8 Extended 8bit charset codec cscodec-ext8
cscodec-8859 ISO-8859-n codec cscodec-8859
dict Dictionary handling
+hash Hashtable implementation
rbtree Red-black tree implementation
filter Input stream filtering
inputstream Inputstream handling input