diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -7,7 +7,7 @@ Changes from 5.1.0 to 5.1.1 --------------------------- -1. Infrastructure upgrades: Bison 3.7, Gettext 0.20.2. +1. Infrastructure upgrades: Bison 3.7.1, Gettext 0.20.2. 2. asort and asorti now allow FUNCTAB and SYMTAB as the first argument if a second destination array is supplied. Similarly, using either array as @@ -30,6 +30,13 @@ Changes from 5.1.0 to 5.1.1 directory and the extension directory has been removed. This simplifies the distribution. +7. The test suite has been improved, making it easier to run the entire + suite with -M. Use `GAWK_TEST_ARGS=-M make check' to do so. + +8. Profiling and pretty-printing output has been modified slightly so + that functions are presented in a reasonable order with respect + to the namespaces that contain them. + Changes from 5.0.1 to 5.1.0 --------------------------- |