diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-04-29 12:15:49 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-04-29 12:15:49 +0300 |
commit | 5f7dd5191cd5973d69de1f6860d775802bc896e6 (patch) | |
tree | ab99ec5569799a8895cfa0a92b21b9bd536eb371 /NEWS | |
parent | d20b91c334edaf177af02be433511be6afe46546 (diff) | |
download | egawk-5f7dd5191cd5973d69de1f6860d775802bc896e6.tar.gz egawk-5f7dd5191cd5973d69de1f6860d775802bc896e6.tar.bz2 egawk-5f7dd5191cd5973d69de1f6860d775802bc896e6.zip |
Bug fix in io.c, minor doc update.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -92,6 +92,7 @@ Changes from 3.1.8 to 4.0.0 - NeXT - SunOS 3.x, Sun 386 (Road Runner) - Tandem (non-POSIX) + - Prestandard VAX C compiler for VAX/VMS - Probably others that I've forgotten 29. If PROCINFO["sorted_in"] exists, for(iggy in foo) loops sort the @@ -101,3 +102,6 @@ Changes from 3.1.8 to 4.0.0 30. A new isarray() function exists to distinguish if an item is an array or not, to make it possible to traverse multidimensional arrays. + +31. asort() and asorti() take a third argument specifying how to sort. + See the doc. |