diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-17 14:31:06 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-17 14:31:06 -0800 |
commit | 4ce9806f4b5fd1d678e7451c11268460ef518df5 (patch) | |
tree | a81700515c4b72b23d7ed6b67390539bed8d0351 /ChangeLog | |
parent | f99734091a69915ef54176e3eeb2e9468294d0ad (diff) | |
download | txr-4ce9806f4b5fd1d678e7451c11268460ef518df5.tar.gz txr-4ce9806f4b5fd1d678e7451c11268460ef518df5.tar.bz2 txr-4ce9806f4b5fd1d678e7451c11268460ef518df5.zip |
* lib.c (chrp): Fix broken is_chr(num) call.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-11-17 Kaz Kylheku <kkylheku@gmail.com> + * lib.c (chrp): Fix broken is_chr(num) call. + +2009-11-17 Kaz Kylheku <kkylheku@gmail.com> + * regex.c (nfa_all_states, nfa_closure): visited parameter should be unsigned. |