aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-08-24 10:10:40 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-08-24 10:10:40 +0300
commitcbff585829675b28c2c757777f60470d0ba92d7a (patch)
treeccacca3f07617eeb5271e2d3be8f7c5465b2ddb1
parenta495689c8c3e2aeef367409c4e2beddcda042312 (diff)
downloadegawk-cbff585829675b28c2c757777f60470d0ba92d7a.tar.gz
egawk-cbff585829675b28c2c757777f60470d0ba92d7a.tar.bz2
egawk-cbff585829675b28c2c757777f60470d0ba92d7a.zip
Update NEWS.
-rwxr-xr-xChangeLog4
-rw-r--r--NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c14e914..9917a66f 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-08-24 Arnold D. Robbins <arnold@skeeve.com>
+
+ * NEWS: Updated w.r.t. GNULIB regex routines.
+
2018-08-17 Arnold D. Robbins <arnold@skeeve.com>
* config.sub: Updated from GNULIB.
diff --git a/NEWS b/NEWS
index 2a9806e2..07276e66 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,10 @@ Changes from 4.2.1 to 4.2.2
contents of test/Makefile.am and making it possible to generate
pc/Makefile.tst from test/Makefile.in.
+3. The regex routines have been replaced with those from GNULIB, allowing
+ me to stop carrying forward decades of changes against the original
+ ones from GLIBC.
+
Changes from 4.2.0 to 4.2.1
---------------------------