diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-08-24 10:10:40 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-08-24 10:10:40 +0300 |
commit | cbff585829675b28c2c757777f60470d0ba92d7a (patch) | |
tree | ccacca3f07617eeb5271e2d3be8f7c5465b2ddb1 | |
parent | a495689c8c3e2aeef367409c4e2beddcda042312 (diff) | |
download | egawk-cbff585829675b28c2c757777f60470d0ba92d7a.tar.gz egawk-cbff585829675b28c2c757777f60470d0ba92d7a.tar.bz2 egawk-cbff585829675b28c2c757777f60470d0ba92d7a.zip |
Update NEWS.
-rwxr-xr-x | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -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. @@ -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 --------------------------- |