aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60fe7772..6801c201 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2021-01-09 Arnold D. Robbins <arnold@skeeve.com>
+
+ Fix problems turning something like 018 into decimal.
+ Thanks to Arkadiusz Drabczyk <arkadiusz@drabczyk.org> and to
+ Jean-Philippe Guérard <jean-philippe.guerard@xn--tigreray-i1a.org>
+ for the reports.
+
+ * builtin.c (nondec2awknum): Use a copy of len, in case we detect
+ 8 or 9 and have to restart as decimal.
+ * mpfr.c (mpg_strtoui): For 8 or 9, set base to 10.
+
2021-01-08 Arnold D. Robbins <arnold@skeeve.com>
General tightening up use of const and types. Thanks to