[Gmp-commit] /var/hg/gmp: 2 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Tue Nov 1 18:50:06 UTC 2016
details: /var/hg/gmp/rev/1871694640c9
changeset: 17094:1871694640c9
user: Torbjorn Granlund <tg at gmplib.org>
date: Tue Nov 01 19:49:47 2016 +0100
description:
Reinstate gmp.h inclusion.
details: /var/hg/gmp/rev/34920531c4a3
changeset: 17095:34920531c4a3
user: Torbjorn Granlund <tg at gmplib.org>
date: Tue Nov 01 19:50:00 2016 +0100
description:
ChangeLog
diffstat:
ChangeLog | 2 ++
mini-gmp/tests/hex-random.c | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
diffs (22 lines):
diff -r 1898789d885a -r 34920531c4a3 ChangeLog
--- a/ChangeLog Tue Nov 01 18:14:57 2016 +0100
+++ b/ChangeLog Tue Nov 01 19:50:00 2016 +0100
@@ -1,5 +1,7 @@
2016-11-01 Torbjörn Granlund <tg at gmplib.org>
+ * mini-gmp/tests/hex-random.c: Reinstate gmp.h inclusion.
+
* mpn/generic/dive_1.c: Remove a forgotten dummy while-loop. (Spotted
by Peter Barfuss.)
diff -r 1898789d885a -r 34920531c4a3 mini-gmp/tests/hex-random.c
--- a/mini-gmp/tests/hex-random.c Tue Nov 01 18:14:57 2016 +0100
+++ b/mini-gmp/tests/hex-random.c Tue Nov 01 19:50:00 2016 +0100
@@ -23,6 +23,7 @@
#include <time.h>
#include <unistd.h>
+#include "gmp.h"
#include "hex-random.h"
More information about the gmp-commit
mailing list