summaryrefslogtreecommitdiffstats
path: root/runtime/stringbuf.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed newly introduced memory leakRainer Gerhards2009-03-041-1/+4
| | | | (bug created 30 minutes ago or so)
* some optimization on regex codeRainer Gerhards2009-03-041-26/+1
| | | | also some commented-out leftover removed
* added ERE support in filter conditionsRainer Gerhards2009-03-041-10/+34
| | | | new comparison operation "ereregex"
* moved files to the runtimeRainer Gerhards2008-04-161-0/+1080
there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization.