summaryrefslogtreecommitdiffstats
path: root/runtime/stringbuf.h
Commit message (Collapse)AuthorAgeFilesLines
* done various optimizations to the stringbuf and its usersRainer Gerhards2009-06-161-16/+11
|
* fully integrated regex patchRainer Gerhards2009-04-021-2/+1
| | | | | Now have removed the previous method, as really nobody should call it any longer (and now nobody does ;)). Also did some other cleanup.
* streamlined regex patchRainer Gerhards2009-04-021-2/+2
| | | | | | - abided to code conventions - fixed a potential segfault when regex library can not be loaded
* improved performance of regexp-based filtersRainer Gerhards2009-04-021-0/+2
| | | | Thanks to Arnaud Cornet for providing the idea and initial patch.
* added ERE support in filter conditionsRainer Gerhards2009-03-041-1/+1
| | | | new comparison operation "ereregex"
* moved files to the runtimeRainer Gerhards2008-04-161-0/+169
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.