summaryrefslogtreecommitdiff
path: root/libdm/regex/matcher.c
Commit message (Expand)AuthorAgeFilesLines
* build: Don't generate symlinks in include/ dirJoe Thornber2018-05-141-1/+1
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* Add test for memory allocation failuresZdenek Kabelac2012-02-101-67/+107
* Fix some unmatching sign comparation gcc warningsZdenek Kabelac2011-04-081-4/+5
* Use const char* const * for dm_regex_create()Zdenek Kabelac2010-12-201-1/+1
* Optimize lookup table readZdenek Kabelac2010-11-291-5/+5
* Remove dead assignment in _step_matcherZdenek Kabelac2010-11-291-1/+1
* Add dm_zalloc and use it and dm_pool_zalloc throughout.Alasdair Kergon2010-09-301-3/+1
* [REGEX] fix bug in matcher that was causing segfault with chars of 0x80 and o...Joe Thornber2010-08-091-1/+1
* [REGEX] calculate dfa states on demandJoe Thornber2010-07-211-30/+42
* [REGEX] remove the state_queue structure.Joe Thornber2010-07-211-27/+14
* [REGEX] factor _calc_state() out of _calc_states()Joe Thornber2010-07-211-66/+62
* [REGEX] reduce the number of charset nodes that are producedJoe Thornber2010-07-211-32/+85
* [REGEX] add a fingerprinting facility to allow test code to compare dfasJoe Thornber2010-07-201-0/+123
* don't optimise anything with TARGET_TRANS to avoid intefering with the matche...Alasdair Kergon2010-04-221-2/+0
* Cache bitset locations to speed up _calc_states. (kabi)Alasdair Kergon2010-04-221-2/+11
* Use INTERNAL_ERROR definition consistently in internal error messages.Alasdair Kergon2010-03-251-1/+1
* more tweaking to get things to compile - dmlib.h for log fns, list.hAlasdair Kergon2008-11-031-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-211-2/+2
* Add regex functions to library.Alasdair Kergon2007-04-271-0/+358