diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-03 11:16:36 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-03 11:16:36 +0300 |
commit | 30a60fc794e84da90fed6871ff27d668fe4a391e (patch) | |
tree | a6294c9607f4964212c10daa3b1dde3501bf4d86 /NEWS | |
parent | c997a0e5d3857eb48e4292f0b42da9b3bbb985fb (diff) | |
parent | f60ced696bc752cdc1a1f45ce2cc9d6149be7087 (diff) | |
download | egawk-30a60fc794e84da90fed6871ff27d668fe4a391e.tar.gz egawk-30a60fc794e84da90fed6871ff27d668fe4a391e.tar.bz2 egawk-30a60fc794e84da90fed6871ff27d668fe4a391e.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ Changes from 5.0.1 to 5.0.2 second destination array is supplied. Similarly, using either array as the second argument is now a fatal error. +3. The new -I/--trace option prints a trace of the byte codes as they + are executed. + Changes from 5.0.1 to 5.1.0 --------------------------- |