diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-08-24 11:57:56 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-08-24 11:57:56 +0300 |
commit | 889ffee94883bdc2064f10ebfb47502d3fa2d37b (patch) | |
tree | 5d4649f0dc06e3bef5a1bd50090774774f29aebe /NEWS | |
parent | 8c98835747648947abc5abada119e8697cd111a9 (diff) | |
parent | 4a3706dc8e493a45cf5f72e914bed0a6df2192fd (diff) | |
download | egawk-889ffee94883bdc2064f10ebfb47502d3fa2d37b.tar.gz egawk-889ffee94883bdc2064f10ebfb47502d3fa2d37b.tar.bz2 egawk-889ffee94883bdc2064f10ebfb47502d3fa2d37b.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,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 --------------------------- |