diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-24 22:04:52 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-24 22:04:52 +0300 |
commit | bdb7f9361cc0136c62aa8cfe56c7cd6f258f6b0d (patch) | |
tree | 3b8aea3bb4c5404fd471498c5980c4359fe615ad | |
parent | df1a290040df77fba975567050c4304e70d00737 (diff) | |
parent | 92e8b028d2d33884ea5ea50fc879cbca60c9f5f2 (diff) | |
download | egawk-bdb7f9361cc0136c62aa8cfe56c7cd6f258f6b0d.tar.gz egawk-bdb7f9361cc0136c62aa8cfe56c7cd6f258f6b0d.tar.bz2 egawk-bdb7f9361cc0136c62aa8cfe56c7cd6f258f6b0d.zip |
Merge branch 'gawk-4.2-stable'
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 9 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2017-10-24 Arnold D. Robbins <arnold@skeeve.com> + + * NEWS: Updated with info about OS/2. + 2017-10-21 Arnold D. Robbins <arnold@skeeve.com> * awkgram.y: For string concatenation, don't fold constants @@ -5,7 +5,7 @@ are permitted in any medium without royalty provided the copyright notice and this notice are preserved. -Changes from 4.2.0 to 5.0.0 +Changes from 4.2.x to 5.0.0 --------------------------- 1. The undocumented configure option and code that enabled the use of @@ -15,6 +15,13 @@ Changes from 4.2.0 to 5.0.0 3. The code now makes some stronger assumptions about a C99 environment. +Changes from 4.2.0 to 4.2.1 +--------------------------- + +1. Support for OS/2 has been brought up to date. This support was + accidentally omitted from the initial 4.2 release, for which + we apologize. + Changes from 4.1.4 to 4.2.0 --------------------------- |