aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f24933e..b80e151d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Mon May 2 23:44:34 2011 Arnold D. Robbins <arnold@skeeve.com>
+
+ * dfa.c (parse_bracket_exp): Sync with GNU grep, since we
+ now require C 90, go ahead and put non-constant values into
+ the array initializers.
+
+Mon May 2 23:37:09 2011 Corinna Vinschen <vinschen@redhat.com>
+
+ * awk.h (small): Undef after include of <sigsegv.h> to compile
+ builtin.c on Cygwin.
+
Fri Apr 29 12:29:56 2011 Arnold D. Robbins <arnold@skeeve.com>
* dfa.c: Sync with GNU grep, mainly typos in comments.