diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-03-08 06:36:34 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-03-08 07:14:40 +0200 |
commit | 0d76c6de321ecbf2cfda7d681cfce1ca80420be2 (patch) | |
tree | c68abb9c3e3f13b728feca952cdc6f69200fdbf3 /NEWS | |
parent | d12f05fc27089821c78a53858f8ca60ef039d8a1 (diff) | |
download | gawk-0d76c6de321ecbf2cfda7d681cfce1ca80420be2.tar.gz |
Improve return value of system.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,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 --------------------------- |