summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-03-08 06:36:34 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-03-08 07:14:40 +0200
commit0d76c6de321ecbf2cfda7d681cfce1ca80420be2 (patch)
treec68abb9c3e3f13b728feca952cdc6f69200fdbf3 /NEWS
parentd12f05fc27089821c78a53858f8ca60ef039d8a1 (diff)
downloadgawk-0d76c6de321ecbf2cfda7d681cfce1ca80420be2.tar.gz
Improve return value of system.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9386baef..31c8471c 100644
--- a/NEWS
+++ b/NEWS
@@ -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
---------------------------