aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea26be07..b19de4dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sat May 14 22:25:50 2011 Arnold D. Robbins <arnold@skeeve.com>
+
+ * io.c (nextfile): Use `in_array' in main loop to see if element
+ of ARGV exists, instead of using `assoc_lookup'. The latter creates
+ the element! A day one bug!
+ * dfa.c (parse_bracket_exp): For z/OS init pattern manually.
+
Mon May 9 16:30:49 2011 Arnold D. Robbins <arnold@skeeve.com>
* array.c (sort_up_value_type): Remove unused variable ret.