[Gmp-commit] /var/hg/gmp: 2 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Sun Mar 18 16:28:20 UTC 2018
details: /var/hg/gmp/rev/f093e47c0bb6
changeset: 17583:f093e47c0bb6
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Sun Mar 18 17:25:25 2018 +0100
description:
-typo
details: /var/hg/gmp/rev/ae0751feae31
changeset: 17584:ae0751feae31
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Sun Mar 18 17:28:01 2018 +0100
description:
tune/speed.c (run_gnuplot): Set termoption, as suggested by Paul.
diffstat:
tests/misc.c | 2 +-
tune/speed.c | 3 +++
2 files changed, 4 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 384bf781a7ee -r ae0751feae31 tests/misc.c
--- a/tests/misc.c Sun Mar 11 19:22:32 2018 +0100
+++ b/tests/misc.c Sun Mar 18 17:28:01 2018 +0100
@@ -283,7 +283,7 @@
}
-/* Find most significant limb position where p1,size and p2,size differ. */
+/* Find most significant byte position where p1,size and p2,size differ. */
mp_size_t
byte_diff_highest (const void *p1, const void *p2, mp_size_t size)
{
diff -r 384bf781a7ee -r ae0751feae31 tune/speed.c
--- a/tune/speed.c Sun Mar 11 19:22:32 2018 +0100
+++ b/tune/speed.c Sun Mar 18 17:28:01 2018 +0100
@@ -887,6 +887,9 @@
interactively if it's not. */
fprintf (fp, "set key left\n");
+ /* write underscores, not subscripts */
+ fprintf (fp, "set termoption noenhanced\n");
+
/* designed to make it possible to see crossovers easily */
fprintf (fp, "set style data lines\n");
More information about the gmp-commit
mailing list