Commit Graph

291 Commits

Author SHA1 Message Date
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
c6bffec6ad for file in $(find -name \*.cc) ; do sed -e "s/#include \"gmpxx\.h\"/#include \"mpirxx.h\"/g" $file > temp ; mv temp $file ; done 2009-02-12 10:30:03 +00:00
jasonmoxham
e554550755 for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
for file in $(find -name \*.h ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
for file in $(find -name \*.cc) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
2009-02-12 10:24:24 +00:00
jasonmoxham
96dbe25788 cp AUTHORS,README to build.vc9/gnu.license/ and run autoconf,automake 2009-02-10 00:24:56 +00:00
jasonmoxham
7b4d8b2be7 reverted to rev 1593 2009-02-10 00:16:08 +00:00
wbhart
9868d016fd Ran aclocal, automake, autoconf. 2009-02-04 18:19:56 +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
wbhart
879d13a43f Changed some GMP's to MPIR and a bug reporting address, found by Paul Zimmermann. 2009-02-04 16:16:09 +00:00
wbhart
92395fb084 Ran autoconf. 2009-01-31 16:22:16 +00:00
wbhart
83f39c87b7 Fixed a regular expression. 2009-01-31 16:20:18 +00:00
wbhart
9278b8e7a4 Slight simplification of fat build stuff in configure and possible fix
for fat binary on x86_64 machines with ABI=32.
2009-01-29 16:37:37 +00:00
gladman
71faad0120 Minor Windows build update to explicitly set the compile language for *.cc files as C++ 2009-01-29 12:14:23 +00:00
wbhart
6326148158 Update NEWS. 2009-01-29 06:35:49 +00:00
wbhart
17caa3c6cf Reinstated all the tests in t-fat.c. 2009-01-29 06:26:13 +00:00
wbhart
74fca71c0b Ran autoconf. 2009-01-29 06:12:20 +00:00
wbhart
01864037af Made fat binaries work for x86_64. 2009-01-29 06:05:21 +00:00
wbhart
057a0ff49a Fixed cpuid. 2009-01-19 00:07:32 +00:00
wbhart
7987ca92e9 Rewrote fat.c to work with x86_64 processors. Made fat_entry.asm
assemble, though it segfaults. Added some missing definitions to 
x86_64-defs.m4.
2009-01-18 23:21:54 +00:00
wbhart
874114431a Change extra_functions to extra_functions_64 for 64 bit fat build. 2009-01-18 21:57:53 +00:00
wbhart
44af910cc5 Made /mpn/x86_64/fat/gmp-mparam.h 64 bit instead of 32 bit. 2009-01-18 19:52:40 +00:00
wbhart
b5d59d5d2c Changed the order of x86_64 and x86_64/fat in configure.in so it will
pick up the files in the fat directory first.
2009-01-18 19:42:42 +00:00
wbhart
b925248c85 These files seem to need regenerating. They need yacc to do so, but it is not available on all systems.
This line, and those below, will be ignored--

M    calc/calc.c
M    calc/calc.h
2009-01-18 17:20:41 +00:00
wbhart
1ed72b1360 Made changes to allow a fat build on x86_64. 2009-01-18 15:15:25 +00:00
wbhart
cd33bd2531 Added prototype for mpn_basic_gcd. 2009-01-11 13:20:31 +00:00
wbhart
685be3ab98 Updated NEWS< ChangeLog and AUTHORS files. 2009-01-10 21:37:53 +00:00
wbhart
9d44b00379 Added <csdio> when compiling with a C++ compiler instead of checking for _GMP_H_HAVE_FILE to fix the std::FILE issue. 2009-01-10 19:23:57 +00:00
wbhart
7eb253056e Fixed a std::FILE issue in gmp.h and a missing <cstdlib> in t-locale.cc 2009-01-10 19:12:05 +00:00
wbhart
38f99e4992 Updated docs to note that nails are not currently supported. 2009-01-10 17:15:24 +00:00
wbhart
90fe07a672 Disabled nails altogether. 2009-01-10 17:05:56 +00:00
wbhart
5f0dd82181 Altered copyright notices to reflect edits. 2009-01-10 16:59:54 +00:00
wbhart
46ce851199 Removed attributes and facets only for Sun CC instead of all non-GNU compilers. 2009-01-10 16:27:38 +00:00
wbhart
8b54eeeb04 Fixed a minor typo. 2009-01-10 15:50:07 +00:00
wbhart
1dd5c2a5e9 Fixed a linkage bug which prevented Sun CC from compiling make check. 2009-01-10 15:27:28 +00:00
gladman
b8969d6bbc Update copyright notices in Windows assembler code 2009-01-10 15:15:37 +00:00
martinjw
7a9a69af3c Set svn:executable on install-sh 2009-01-10 14:53:10 +00:00
jasonmoxham
030f354093 A few more tests for mpz_perfect_power_p 2009-01-10 06:43:12 +00:00
wbhart
7a5325a386 Corrected an error I introduced. 2009-01-10 05:24:22 +00:00
wbhart
811e7de5a7 Fixed numerous issues which prevented compilation with --enable-cxx on Sun CC. 2009-01-10 04:51:24 +00:00
wbhart
4f2cb35bc0 Converted line endings to Unix format. 2009-01-10 02:20:23 +00:00
wbhart
d69eb93c81 Added prototypes for mpn_bgcd, mpn_sgcd, mpn_rgcd and mpn_ngcd to
gmp-inpl.h.
2009-01-09 23:25:51 +00:00
gladman
85dc98842d correct minor errors in windows build 2009-01-08 14:51:11 +00:00
gladman
cb0f1d67fb Improve Prologue/Epilogue macros in Windows assembler
Improve Python assembler translation
2009-01-06 15:05:27 +00:00
gladman
45d8bfdeea improved support for assembler translation to YASM format on Windows 2009-01-05 23:23:23 +00:00
gladman
eb1c5731b5 Further tidy up of AMD64 Windows build and added g2y.py for converting JM's assembler files into YASM format 2009-01-05 10:26:59 +00:00
gladman
fb58a83bef Tidy up the Windows build projects and revert a broken gmp-mparam.h file on experimental branch 2009-01-04 00:49:03 +00:00
wbhart
1771b581dc Added support for Phenom in config.guess. 2009-01-03 22:19:43 +00:00
martinjw
111b5c13a0 Fixed problem with 'make speed' using Moller gcd patches 2008-12-28 19:09:34 +00:00