diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-03-11 12:05:09 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-03-11 12:05:09 +0200 |
commit | 31e83b72eb5a30c5d733c89e233fbbd5cfd60f1b (patch) | |
tree | b07edf1cbc8a22950e41bbb438d0cb2f8811561d /NEWS | |
parent | 6b61626bc554ec39c89bfef45716671fa16331d1 (diff) | |
parent | e3cc36f1f2f7172ea561664e34bec54c3436297a (diff) | |
download | gawk-31e83b72eb5a30c5d733c89e233fbbd5cfd60f1b.tar.gz |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -100,6 +100,9 @@ Changes from 4.1.3 to 4.1.x 7. The profiler / pretty-printer now chains else-if statements instead of causing cascading elses. +8. The return value of system() has been enhanced to convey more information. + See the doc. + Changes from 4.1.2 to 4.1.3 --------------------------- |