(no author)
23404d7ee5
remove mpirbench from tarball trac ticket 275
2010-03-13 11:40:20 +00:00
(no author)
abaf69fa91
Removed more refs to nthroot.
2010-02-13 23:06:29 +00:00
wbhart
1c2f0506f5
Fixed a bug in mpn_gcdext reported by Dan Grayson.
2010-01-30 22:27:37 +00:00
wbhart
859bf49e18
Fix limbp version numbers.
...
--This line, and those below, will be
ignored--
M Makefile.am
2010-01-13 19:28:20 +00:00
wbhart
b323616ee2
Corrected bug in Makefile.am
...
--This line, and those below, will be
ignored--
M Makefile.in
M doc/stamp-vti
M doc/version.texi
M Makefile.am
2010-01-13 19:06:27 +00:00
wbhart
497cb0b86b
Attempt to run autoheader, autoconf, automake.
2010-01-11 00:07:22 +00:00
wbhart
75e48d1a50
Restored Makefile.am.
2009-12-07 01:32:42 +00:00
wbhart
d252f5b22e
Fixed the test code for mpz_likely_prime_p.
2009-12-07 01:06:47 +00:00
jasonmoxham
4e5a19e766
set proper soname and number
2009-10-07 21:35:27 +00:00
jasonmoxham
144deaa17e
autotools
2009-10-03 22:23:58 +00:00
jasonmoxham
cdaad5bffc
New AMD asm function mpn_rsh_divrem_hensel_qr_1_2
2009-10-03 22:21:44 +00:00
jasonmoxham
95a8e80dec
Add new function without global state mpf_rrandomb
2009-09-13 10:35:22 +00:00
jasonmoxham
1cd665f4c3
replace all MP_RAT,MP_INT gmp version with the new 1994 stuff , mpz_ptr mpq_ptr , about timesvn status! , change version numbers to 1.3.0
2009-09-13 01:17:19 +00:00
jasonmoxham
d440c1e891
split out trial division from both probable prime tests and creat new function
2009-09-10 12:59:50 +00:00
jasonmoxham
6a8ac2c03e
change name of mpz_next_probable_prime to mpz_next_likely_prime
2009-09-07 19:56:58 +00:00
jasonmoxham
fac12816e5
change name of mpz_practical_prime to mpz_likely_prime
2009-09-07 15:49:49 +00:00
jasonmoxham
349b2e8796
New functions mpz_probable_prime_p mpz_practical_prime
2009-09-04 02:20:31 +00:00
jasonmoxham
bcfc784552
Add new function mpz_nthroot
2009-09-03 15:39:27 +00:00
jasonmoxham
d8fdd6ef28
replacement function mpz_next_probable_prime
2009-08-17 09:03:35 +00:00
jasonmoxham
f405d0fe68
remove ansitoknr stuff
2009-08-13 03:07:39 +00:00
jasonmoxham
5494e58b76
remove all referances to mpbsd
2009-08-12 18:40:03 +00:00
jasonmoxham
e013b89256
delete obsolete fn gmp_randinit and all referances to it
2009-08-11 22:34:51 +00:00
jasonmoxham
7a8390114c
remove obsolete fns mpz_random mpz_random2 and all references to them
2009-08-11 20:52:44 +00:00
jasonmoxham
c7c3bc33cf
fix trac 234
2009-08-02 01:22:30 +00:00
jasonmoxham
07b64f72a2
fix trac ticket 146 , ie clean up after a fat build
2009-07-29 15:10:46 +00:00
jasonmoxham
ff696385d9
remove install-gmpcompat option from makefile
2009-07-28 00:18:43 +00:00
jasonmoxham
238d50047d
fix BSD install problem with gmp-compat and cxx , and remove need for make install-gmpcompat , i thinkl
2009-07-27 23:21:31 +00:00
wbhart
4e3ab104c2
Updated all version number, author, changelog info etc, for new release,
...
and added my copyright to the new FFT code I modified.
2009-05-31 20:17:12 +00:00
wbhart
4b46439f4a
Update binary numbers.
2009-04-14 04:02:23 +00:00
jasonmoxham
70dbf93478
make dist-hook to add dummy alias make install-gmpcompat
2009-04-13 05:17:43 +00:00
jasonmoxham
a09477784c
put back bench into trunk
2009-04-12 16:50:39 +00:00
jasonmoxham
25ada3c3a6
make dist-hook to change yasm/Makefile.in to stop install/check
2009-04-11 20:51:08 +00:00
jasonmoxham
525b748078
change gmplink to gmpcompat and update docs etc
2009-04-08 13:41:51 +00:00
jasonmoxham
29e77a8766
remove bench from build
2009-04-02 11:28:43 +00:00
jasonmoxham
010de3baa8
remove dead links for --enable-gmplink
2009-04-02 11:18:24 +00:00
jasonmoxham
8f15821fc7
new directory and target make bench
2009-03-20 16:16:35 +00:00
jasonmoxham
5a048dae03
merged x86_64 cpuid branch into trunk with svn merge -r 1755:1779 ../branches/x86_64_cpuid/ run in my local copy of trunk
2009-03-19 19:52:22 +00:00
jasonmoxham
ff0823bfa0
make dist to force chmod 755 on config.guess and friends
2009-03-16 15:06:31 +00:00
jasonmoxham
20e60b613d
remove .svn files from make dist from build.vc9 directory
2009-03-15 16:50:53 +00:00
jasonmoxham
ff23018f63
make dist now touches demos/calc/files
2009-03-15 16:42:47 +00:00
jasonmoxham
2092bf52e8
make dist works
2009-03-15 16:22:46 +00:00
jasonmoxham
c561795862
new configure option --enable-gmplink to install symlinks of gmp->mpir
2009-03-08 02:28:30 +00:00
jasonmoxham
98fb151932
merged buildtest branch into trunk for building outside the src tree , the command I used was svn merge -r 1643:1669 ../branches/buildtest/ in my local copy of trunk
2009-03-03 21:40:13 +00:00
jasonmoxham
d429481e4b
change libgmp_la to libmpir_la and libgmpxx_la to libmpirxx_la
2009-02-12 12:47:21 +00:00
jasonmoxham
f62cab6011
changed libgmp*.* for a few odd cases left
2009-02-12 12:00:42 +00:00
jasonmoxham
31ec9cdbeb
for file in $(find -name Makefile.am) ; do sed -e "s/libgmp\.a/libmpir.a/g" $file > temp ; mv temp $file ; done
...
for file in $(find -name Makefile.am) ; do sed -e "s/libgmp\.la/libmpir.la/g" $file > temp ; mv temp $file ; done
for file in $(find -name Makefile.am) ; do sed -e "s/libgmpxx\.la/libmpirxx.la/g" $file > temp ; mv temp $file ; done
for file in $(find -name Makefile.am) ; do sed -e "s/libgmpxx\.a/libmpirxx.a/g" $file > temp ; mv temp $file ; done
2009-02-12 11:51:33 +00:00
jasonmoxham
9b722633b9
changed gmpxx.h to mpirxx.h for a few odd cases left
2009-02-12 11:37:18 +00:00
jasonmoxham
a6ab0a96b3
changed gmp.h to mpir.h for a few odd cases left
2009-02-12 11:23:26 +00:00
jasonmoxham
7b4d8b2be7
reverted to rev 1593
2009-02-10 00:16:08 +00:00
wbhart
51a3f813e1
Updated README and AUTHORS in the Windows build. Removed some ansi2knr stuff which causes recent autotools to choke.
2009-02-04 18:15:20 +00:00