diff options
author | tege <tege@gmplib.org> | 2002-05-14 18:59:44 +0200 |
---|---|---|
committer | tege <tege@gmplib.org> | 2002-05-14 18:59:44 +0200 |
commit | d024a305ef7bae0e84fbae558381589ab8006b34 (patch) | |
tree | 14ba68798bae6dfc1204c98eec4a9843a8c9c725 /NEWS | |
parent | 8ff1ddeac009c1e5a290c78d384f54547d57e529 (diff) | |
download | gmp-d024a305ef7bae0e84fbae558381589ab8006b34.tar.gz |
Add a copyright year.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,8 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA Changes between MP version 4.0.1 and 4.1 * Bug fixes. +* Speed improvements. +* Upwardly binary compatible with 4.0, 4.0.1, and 3.x versions. * Asymptotically fast conversion to/from strings (mpz, mpq, mpn levels), but also major speed improvements for tiny operands. * mpn_get_str parameter restrictions relaxed. @@ -30,6 +32,7 @@ Changes between MP version 4.0.1 and 4.1 * Extended test suite. * mpfr is back, with many bug fixes and portability improvements. * New function: mpz_ui_sub. +* New functions: mpz_export, mpz_import. * Optimization for nth root functions (mpz_root, mpz_perfect_power_p). * Optimization for extended gcd (mpz_gcdext, mpz_invert, mpn_gcdext). * Generalized low-level number format, reserving a `nails' part of each |