summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d80ad45a..3dd611a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-11-17 Kaz Kylheku <kkylheku@gmail.com>
+ * regex.c (nfa_all_states, nfa_closure): visited parameter
+ should be unsigned.
+
+2009-11-17 Kaz Kylheku <kkylheku@gmail.com>
+
Fixes for compliance to C89.
* lib.c (init): Do not define variable after statements.