diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-02 20:35:38 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-02 20:35:38 +0200 |
commit | c1b65c4a24b99a52022c6048e97e45e2ce474bce (patch) | |
tree | 6214a66d96781ee6c994ebce191f0322d0eec652 /NEWS | |
parent | edf554a5da1897833460937730ba9ea88daaf0fc (diff) | |
download | egawk-c1b65c4a24b99a52022c6048e97e45e2ce474bce.tar.gz egawk-c1b65c4a24b99a52022c6048e97e45e2ce474bce.tar.bz2 egawk-c1b65c4a24b99a52022c6048e97e45e2ce474bce.zip |
Update NEWS. Minor fix.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -95,6 +95,12 @@ Changes from 3.1.8 to 4.0.0 - Tandem (non-POSIX) - Probably others that I've forgotten +29. If PROCINFO["sorted_in"] exists, for(iggy in foo) loops sort the + indices before looping over them. + +30. A new isarray() function exists to distinguish if an item is an array + or not, to make it possible to traverse multidimensional arrays. + Changes from 3.1.7 to 3.1.8 --------------------------- 1. The zero flag no longer applies to %c and %s; apparently the standards |