aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-08-26 19:09:20 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-08-26 19:09:20 +0300
commit40fea498b9ed02601a5418c18937d504e0e3c6c4 (patch)
treeb50df32dd2c1b058b44440d5c19cc36a374dfead /ChangeLog
parent482b83f40bd1059a84b7b09a39d5263d549ddea1 (diff)
parent8d5656873bcc35003371334353c43c25d6673fb9 (diff)
downloadegawk-40fea498b9ed02601a5418c18937d504e0e3c6c4.tar.gz
egawk-40fea498b9ed02601a5418c18937d504e0e3c6c4.tar.bz2
egawk-40fea498b9ed02601a5418c18937d504e0e3c6c4.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2315d38..759941ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2013-08-26 Arnold D. Robbins <arnold@skeeve.com>
+
+ * regcomp.c (parse_dup_op): Remove RE_TOKEN_INIT_BUG code (change of
+ Feb 19 2005) since it's no longer needed.
+
+ * regcomp.c (re_fastmap_iter): Undo addition of volatile from
+ Jan 18 2007; no longer needed and is one less change to have to
+ maintain aginst the upstream.
+
+ * regcomp.c, regex.h, regex_internal.h: Sync with GLIBC.
+
2013-08-22 Arnold D. Robbins <arnold@skeeve.com>
* str_array.c (env_store): If the new value being stored is NULL,