summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2018-04-28 22:18:19 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2018-04-28 22:18:19 +0200
commitb5cc4a819b6d33eab833b6ce477e5097aab25073 (patch)
treed55c6a4722096a722cf9e3a1bef73ff4a607e122 /ChangeLog
parent85a3ca857045db4e06812ae87063be116dc1138b (diff)
downloadgmp-b5cc4a819b6d33eab833b6ce477e5097aab25073.tar.gz
Update AUTHORS, ChangeLog and NEWS
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index eeabd751c..6d027e6b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -57,9 +57,9 @@
* mpq/equal.c: Check size early.
* printf/obprintf.c: Adda dummy typedef to avoid empty unit.
- * b/printf/obvprintf.c: Likewise.
- * b/printf/obprntffuns.c: Likewise.
- * b/printf/repl-vsnprintf.c: Move #ifdef after #include gmp-impl.h .
+ * printf/obvprintf.c: Likewise.
+ * printf/obprntffuns.c: Likewise.
+ * printf/repl-vsnprintf.c: Move #ifdef after #include gmp-impl.h .
2018-02-09 Torbjörn Granlund <tg@gmplib.org>