summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2018-05-06 08:48:36 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2018-05-06 08:48:36 +0200
commitfe147d8a90909900ba81b339884a33955dc24cab (patch)
treeb098e9ce6842a50e46908c5d08413699cece0a60 /ChangeLog
parent071f5e609c5601165a07d68fb077f88140592c7f (diff)
downloadgmp-fe147d8a90909900ba81b339884a33955dc24cab.tar.gz
doc/gmp.texi (Integer Internals): Lazy allocation and read-only
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86885c20a..299852418 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* doc/gmp.texi (mpq_*_str): Document the full base allowed range.
* mpq/get_str.c: Make all bases either work or return an error.
+ * doc/gmp.texi (Integer Internals): Lazy allocation and read-only.
+
2018-04-27 Niels Möller <nisse@lysator.liu.se>
* mpn/generic/div_q.c (mpn_div_q): Replace dead code with ASSERT.