aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a7b8c96..37a8e219 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Mon Dec 13 17:12:44 2010 Arnold D. Robbins <arnold@skeeve.com>
+
+ If not POSIX, turn [d-h] into [defgh].
+
+ * re.c (check_bracket_exp): Make warning about ranges under
+ lint control.
+ (expand_range): New routine to expand ranges.
+ (make_regexp): Check if might have range and call expand_range.
+ (add_char): New helper function for expand_range.
+
Thu Dec 9 22:12:48 2010 Arnold D. Robbins <arnold@skeeve.com>
* io.c: Restored changes of 1 July 2010 to allow /inet4 and /inet6;