diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-01-14 12:55:03 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-01-14 12:55:03 -0800 |
commit | c0e5177880892c9ef93ec8e1248742a4af522c48 (patch) | |
tree | 6f83f1fe975793ac9a12c2562d6c77684ef99e40 /ChangeLog | |
parent | f50d67df2057c2cd1d26668f47bc604338ce33f0 (diff) | |
download | txr-c0e5177880892c9ef93ec8e1248742a4af522c48.tar.gz txr-c0e5177880892c9ef93ec8e1248742a4af522c48.tar.bz2 txr-c0e5177880892c9ef93ec8e1248742a4af522c48.zip |
* regex.c (reg_derivative): Bugfix: remove invalid
algebraic reductions in the derivative for the operator.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2010-01-14 Kaz Kylheku <kkylheku@gmail.com> + + * regex.c (reg_derivative): Bugfix: remove invalid + algebraic reductions in the derivative for the operator. + 2010-01-13 Kaz Kylheku <kkylheku@gmail.com> Bugfix: allow unescaped / to be used in regex character classes. |