diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-08-26 19:09:20 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-08-26 19:09:20 +0300 |
commit | 40fea498b9ed02601a5418c18937d504e0e3c6c4 (patch) | |
tree | b50df32dd2c1b058b44440d5c19cc36a374dfead /ChangeLog | |
parent | 482b83f40bd1059a84b7b09a39d5263d549ddea1 (diff) | |
parent | 8d5656873bcc35003371334353c43c25d6673fb9 (diff) | |
download | egawk-40fea498b9ed02601a5418c18937d504e0e3c6c4.tar.gz egawk-40fea498b9ed02601a5418c18937d504e0e3c6c4.tar.bz2 egawk-40fea498b9ed02601a5418c18937d504e0e3c6c4.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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, |