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 0a2d55aa..e92c00e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-09-21 Arnold D. Robbins <arnold@skeeve.com>
+
+ * dfa.c, mbsupport.h: Sync with GNU grep. Large amount of changes
+ that remove many ifdefs, moving many conditions for multibyte
+ support into regular C code and relying GCC's dead code optimization
+ to elimnate code that won't be needed.
+
2011-09-16 Arnold D. Robbins <arnold@skeeve.com>
* dfa.c: Sync with GNU grep.