diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +2020-08-13 Arnold D. Robbins <arnold@skeeve.com> + + Fix TIDYMEM / use of mtrace. + + * configure.ac: Add mtrace to list of functions searched for. + * symbol.c (make_symbol): Set valref to 1. Allows the + release_all_vars function to work. + + Unrelated: + + * array.c (value_info): Spell ROUNDMODE correctly in output. + * mpfr.c (set_ROUNDMODE): Ditto. + +2020-08-12 Arnold D. Robbins <arnold@skeeve.com> + + * awkgram.c, command.c: Regenerated with Bison 3.7.1. + * NEWS: Updated. + + Unrelated: + + * profile.c (pp_namespace): Always print a newline before the + @namespace, in case it comes after a comment. Thanks to J Naman + for the report. + * symbol.c (comp_symbol): Adjust comparison so that names in the + awk namespace come out first. Makes the order of functions in + pretty-printed output more sane. Thanks also to J Naman for + getting me to explore this issue. + 2020-07-29 Arnold D. Robbins <arnold@skeeve.com> * custom.h (FLEXIBLE_ARRAY_MEMBER): Define to 1 for dfa.h. |