diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-01-15 10:09:31 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-01-15 10:09:31 -0800 |
commit | b733a4cc294e69b369c24ff993ddcf0290a887bc (patch) | |
tree | d9e5ca00b857940153d2de2e93c4fcc4c7e39027 | |
parent | c0e5177880892c9ef93ec8e1248742a4af522c48 (diff) | |
download | txr-b733a4cc294e69b369c24ff993ddcf0290a887bc.tar.gz txr-b733a4cc294e69b369c24ff993ddcf0290a887bc.tar.bz2 txr-b733a4cc294e69b369c24ff993ddcf0290a887bc.zip |
Changelog fix.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ 2010-01-14 Kaz Kylheku <kkylheku@gmail.com> * regex.c (reg_derivative): Bugfix: remove invalid - algebraic reductions in the derivative for the operator. + algebraic reductions in the derivative for the or operator. 2010-01-13 Kaz Kylheku <kkylheku@gmail.com> |