aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-trie.c
Commit message (Expand)AuthorAgeFilesLines
* Free the fail_states array.Jeffrey Stedfast2003-06-131-0/+1
* If the gunichar is 0xfffe, just skip processing it. Maybe this will fixJeffrey Stedfast2003-03-211-2/+0
* If the gunichar is 0xfffe, just skip processing it. Maybe this will fixJeffrey Stedfast2003-03-211-18/+20
* Fix ESExpClass to never be an empty struct. Also make ESExp optionally aJeffrey Stedfast2003-03-201-1/+1
* Instead of simply ignoring bad chars, return the sentinal invalid charNot Zed2003-02-111-5/+5
* define in terms of privincludedir.Dan Winship2003-02-061-1/+1
* fix parameter list for e_trie_searchChris Toshok2002-12-101-1/+1
* oops, forgot to add the pattern_id arg to e_trie_addJeffrey Stedfast2002-12-101-1/+1
* EMemChunk, duhJeffrey Stedfast2002-12-101-2/+2
* s/E_MemChunk/EMemChunk/Jeffrey Stedfast2002-12-101-2/+2
* New implementation of an Aho-Corasick trie.Jeffrey Stedfast2002-12-101-0/+344