diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-01-13 17:37:56 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-01-13 17:37:56 -0800 |
commit | 1fedfc67446065a4b00eb194505eed5e15851811 (patch) | |
tree | 5e2899ae9de6e19f9ef52493bb149d0681b39cac /ChangeLog | |
parent | 56cfdc348955495dbd11fc70fb7ac04a8bba1f71 (diff) | |
download | txr-1fedfc67446065a4b00eb194505eed5e15851811.tar.gz txr-1fedfc67446065a4b00eb194505eed5e15851811.tar.bz2 txr-1fedfc67446065a4b00eb194505eed5e15851811.zip |
* parser.y (precedence): bugfix: character classes like this [^*]
being treated as a non-complemented set of two characters.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2010-01-13 Kaz Kylheku <kkylheku@gmail.com> + * parser.y (precedence): bugfix: character classes like this [^*] + being treated as a non-complemented set of two characters. + +2010-01-13 Kaz Kylheku <kkylheku@gmail.com> + Dynamically determine which regex implementation to use: NFA or derivatives. The default behavior is NFA, with derivatives used if the regular expression contains |