diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-24 22:05:23 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-24 22:05:23 +0300 |
commit | c4202295a383fe01ac7ed1e0d29dcc93ddf3e3fc (patch) | |
tree | d31cd908e97777de26d87dd03b2af9dd4e139cc9 | |
parent | 9a0488b6224c1b25b4222e36c209a5787508ea72 (diff) | |
parent | bdb7f9361cc0136c62aa8cfe56c7cd6f258f6b0d (diff) | |
download | egawk-c4202295a383fe01ac7ed1e0d29dcc93ddf3e3fc.tar.gz egawk-c4202295a383fe01ac7ed1e0d29dcc93ddf3e3fc.tar.bz2 egawk-c4202295a383fe01ac7ed1e0d29dcc93ddf3e3fc.zip |
Merge branch 'master' into feature/fix-comments
-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 --------------------------- |