summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-06-03 03:03:06 +0200
committerKevin Ryde <user42@zip.com.au>2003-06-03 03:03:06 +0200
commit026a5a3715e0df58198de76dfc347ab49a83b1dd (patch)
tree4976af6cb897ab7e0fdc31d5c5ca9ad3032ec2e3 /NEWS
parent3a14c39ab063991b3512d65cb646f12c86a0cbac (diff)
downloadgmp-026a5a3715e0df58198de76dfc347ab49a83b1dd.tar.gz
Tweak some wording.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 7e840a1af..682fe3e46 100644
--- a/NEWS
+++ b/NEWS
@@ -22,13 +22,13 @@ Changes between MP version 4.1.2 and 4.2
* Bug fixes.
* New systems supported: HP-UX IA-64.
-* New gmp_randinit_mt Mersenne Twister random numbers, used for
- gmp_randinit_default too.
-* New --enable-profiling=instrument build option.
+* New build option: --enable-profiling=instrument.
+* New Mersenne Twister random numbers: gmp_randinit_mt, also now used for
+ gmp_randinit_default.
* New memory function: mp_get_memory_functions.
* New random functions: gmp_randinit_set, gmp_urandomb_ui, gmp_urandomm_ui.
* gmp_scanf and friends accept C99 hex floats.
-* Numbers input and output can now be in bases up to 62.
+* Numeric input and output can now be in bases up to 62.
Changes between MP version 4.1.1 and 4.1.2