aboutsummaryrefslogtreecommitdiff
path: root/treexpr.c
AgeCommit message (Collapse)Author
2008-05-15There is a bug in tree_process() that mixes the start state with the finalDavid Barksdale
state from the last run of the machine. This can cause extra matches to be reported.
2006-04-24Fixing some formatting issues, added a free_matches function to handle theDavid Barksdale
freeing of memory allocated in process_document, this function is now used in the GrockHtml class to fix a memory leak.
2006-01-12Initial revisionDavid Barksdale