diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-25 09:32:04 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-25 09:32:04 +0200 |
commit | 38b3ef23092931d43439a132b21f51c51bb9a978 (patch) | |
tree | bc0121daa73b3209fe008596fab53aab18805954 | |
parent | c0e9f73728d1c38ebce5fdd45df508fff26e26c4 (diff) | |
download | egawk-38b3ef23092931d43439a132b21f51c51bb9a978.tar.gz egawk-38b3ef23092931d43439a132b21f51c51bb9a978.tar.bz2 egawk-38b3ef23092931d43439a132b21f51c51bb9a978.zip |
Small fix in NEWS.
-rwxr-xr-x | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2019-02-25 Arnold D. Robbins <arnold@skeeve.com> + * NEWS: Updated. + +2019-02-25 Arnold D. Robbins <arnold@skeeve.com> + Small profiling improvements. Suggested by mukti <ferida.cicatriz@gmail.com>. @@ -31,7 +31,7 @@ Changes from 4.2.1 to 5.0.0 which gawk was compiled. 9. Writing to elements of SYMTAB that are not variable names now - causes a fatal error. + causes a fatal error. THIS CHANGES BEHAVIOR. 10. Comment handling in the pretty-printer has been reworked almost completely from scratch. As a result, comments in many corner cases that were |