summaryrefslogtreecommitdiff
path: root/libdm/regex/parse_rx.c
Commit message (Expand)AuthorAgeFilesLines
* build: Don't generate symlinks in include/ dirJoe Thornber2018-05-141-1/+1
* cleanup: hide gcc warningZdenek Kabelac2016-11-231-0/+1
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* cleanup: add braces for if()Zdenek Kabelac2014-07-021-1/+1
* cleanup: stack usageZdenek Kabelac2013-07-011-8/+4
* lost lineAlasdair Kergon2010-11-021-0/+1
* Fix regex optimiser not to ignore RHS of OR nodes in _find_leftmost_common.Alasdair Kergon2010-11-021-4/+7
* [REGEX] Parse regexes that contain chars with value > 0x80Joe Thornber2010-08-091-1/+1
* [REGEX] reduce the number of charset nodes that are producedJoe Thornber2010-07-211-1/+1
* don't optimise anything with TARGET_TRANS to avoid intefering with the matche...Alasdair Kergon2010-04-221-1/+6
* avoid ORs rightmostAlasdair Kergon2010-04-221-7/+1
* Move regex printing code from test to main tree (may use in debug messages).Alasdair Kergon2010-04-221-0/+85
* Don't walk rightmost through NULL pointers.Alasdair Kergon2010-04-221-3/+1
* Fix rightmost rotation, and use LEFT and RIGHT to make symmetry more obvious.Alasdair Kergon2010-04-221-38/+46
* fix leftmost rotationAlasdair Kergon2010-04-221-23/+38
* Still not satisfactory...Alasdair Kergon2010-04-221-19/+50
* Add a regex optimisation pass for shared character prefixes.Alasdair Kergon2010-04-201-5/+175
* 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/+360