[BACK]Return to ChangeLog CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp

Diff for /OpenXM_contrib/gmp/Attic/ChangeLog between version 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2000/09/09 14:12:12 version 1.1.1.3, 2000/12/01 05:44:39
Line 1 
Line 1 
   2000-10-05  Kevin Ryde  <kevin@swox.se>
   
           * Version 3.1.1 released.
   
           * gmp.texi (Known Build Problems): Note VERSION problem with old sed.
   
   2000-10-04  Kevin Ryde  <kevin@swox.se>
   
           * mpn/x86/k[67]/mmx/popham.asm: Don't use ELF-ism ".section .rodata".
   
   2000-10-04  Torbjorn Granlund  <tege@swox.com>
   
           * configure.in (sparc64-*-linux*): Set path according to CC64.
   
   2000-09-27  Torbjorn Granlund  <tege@swox.com>
   
           * mpn/alpha/ev6/addmul_1.asm: Use explicit offset for all load and
           store insns.  Helps old gas.
   
   2000-09-17  Kevin Ryde  <kevin@swox.se>
   
           * gmp.h (__GNU_MP_VERSION_PATCHLEVEL): Bump to 1.
           * Makefile.am (LIBGMP_LT_REVISION, LIBMP_LT_REVISION): Bump to 1.
           * NEWS: Update.
   
           * gmp.texi (Copying): Refer to Lesser not Library GPL.
           (Miscellaneous Rational Functions): Correct return type of mpq_set_d.
           (GMP and Reentrancy): Note stack-alloc.c is not reentrant.
           (Build Options): Clarify where to find CFLAGS.
           (Low-level Functions): Fix return type of mpn_tdiv_qr.
   
           * configure.in: Re-apply "PROLOGUE.*" regexp change for the
           benefit of alpha PROLOGUE_GP, lost in path search reorganisation.
   
           * aclocal.m4: Regenerate with correct autoconf snapshot.
   
           * mpz/{fdiv_r_2exp.c,lcm.c,urandomm.c}: Add missing TMP_MARK/FREE,
           avoiding memory leak when using stack-alloc.c.
   
           * mpz/pprime_p.c (mpz_millerrabin): Fix a TMP_FREE.
   
           * gmp-impl.h (mpn_tdiv_qr): Move prototype from here ...
           * gmp.h (mpn_tdiv_qr): ... to here.
   
           * mp.h (mp_set_memory_functions): Add missing #define.
   
           * tune/speed.h (SPEED_ROUTINE_MPN_GCD_CALL): Fix for sizes > 512 limbs.
   
           * mpn/tests/try.c (call): Cast popcount and hamdist calls,
           for the benefit of long long limb.
   
           The following by Paul:
   
           * mpn/generic/bz_divrem_n.c: Fix qhl handling, simplify.
   
           The following by Torbjorn:
   
           * gmp-impl.h (mpn_com_n): Fix typo.
   
           * mpf/get_str.c: Don't set n_digits from digits_computed_so_far
           when the converted operand becomes zero.  Misc cleanups.
   
 2000-08-02  Torbjorn Granlund  <tege@swox.com>  2000-08-02  Torbjorn Granlund  <tege@swox.com>
   
         * Version 3.1 released.          * Version 3.1 released.
Line 18 
Line 80 
         * mpfr/Makefile.am (EXTRA_DIST): Add mpfr.h.          * mpfr/Makefile.am (EXTRA_DIST): Add mpfr.h.
   
         * gmp.texi (Known Build Problems): Note problem stripping libgmp.a.          * gmp.texi (Known Build Problems): Note problem stripping libgmp.a.
   
           * mpn/tests/try.c (try_init): Account for ALIGNMENTS when sizing
           source and dest regions.
   
 2000-08-02  Kent Boortz  <kent@swox.com>  2000-08-02  Kent Boortz  <kent@swox.com>
   

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>