diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2020-07-19 Arnold D. Robbins <arnold@skeeve.com> + + * NEWS: Fix title on leading set of changes. Thanks to + Marcus <marcuscruse@ya.ru> for the report. + + Unrelated: Bump minor API version since semantics have changed. + + * gawkapi.h (api_minor_version): Increase to 1. + + Unrelated: Fix a spelling error in a comment. + + * mpfr.c (force_mpnum): Fix a typo. + +2020-07-17 Arnold D. Robbins <arnold@skeeve.com> + + * gawkapi.h (gawk_api_minor_version): Increase, since the + MPFR/MPZ stuff changed some. Remains source and binary + compatible, but semantics are different. + 2020-07-15 Arnold D. Robbins <arnold@skeeve.com> Finish cleaning up MPFR valgrind issues. |