Commit Graph

20 Commits

Author SHA1 Message Date
jasonmoxham
a30c5e78d9 change all mpn_sqr_n to mpn_sqr 2010-05-22 22:21:47 +00:00
wbhart
21f70f5c86 sadly, yet another bug fix for set_str.c 2009-11-17 16:32:38 +00:00
wbhart
60db3375ee Further correction of set_str.c 2009-11-17 16:32:35 +00:00
wbhart
da226c927a remove mpf set_str.c bug 2009-11-17 16:32:32 +00:00
wbhart
dc8be9fac4 update mpf/set_str to correct bugs without using patches 2009-11-17 16:32:29 +00:00
wbhart
5db06d7048 This file had an LGPL v3 patch of TG's in it. I'm reverting it so
we can distribute under an overall LGPLv2 license. Unfortunately
this accident affects all previous versions of MPIR.
2009-11-17 16:32:25 +00:00
wbhart
de9d416284 sadly, yet another bug fix for set_str.c 2009-11-17 14:32:12 +00:00
wbhart
8ee88e7610 update copyright on set_str.c 2009-11-17 14:32:09 +00:00
wbhart
4bfdd27f50 Further correction of set_str.c 2009-11-17 14:32:06 +00:00
wbhart
3e1c7ea946 remove mpf set_str.c bug 2009-11-17 14:32:03 +00:00
wbhart
1d7c293123 update mpf/set_str to correct bugs without using patches 2009-11-17 14:31:58 +00:00
wbhart
bfd64d9ae2 This file had an LGPL v3 patch of TG's in it. I'm reverting it so
we can distribute under an overall LGPLv2 license. Unfortunately
this accident affects all previous versions of MPIR.
2009-11-17 13:34:38 +00:00
jasonmoxham
1e8dfa942a removed obsolete fns mpn_divrem mpn_divmod and all referances to them 2009-08-11 22:11:33 +00:00
jasonmoxham
42b02d4f32 remove gnu_source redefinition warning 2009-06-02 15:26:21 +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
wbhart
884551a999 Second part of patch to patch for mpf_set_str (fix to the base issue). 2008-09-14 02:07:24 +00:00
wbhart
acf383c9ea Apply GMP issued patch to the patch for mpf_set_str!! 2008-09-14 02:03:16 +00:00
wbhart
74717c9703 Apply GMP issued patch for mpf_set_str. 2008-09-14 02:00:14 +00:00
wbhart
c7caca6d56 Set native line endings for all .c, .h, as, .asm, .s, .in, .m4, .cc, am 2008-06-25 07:33:36 +00:00
wbhart
a197a2d3eb Basic GMP files with a new core2 directory and amd_64 directory with Martin's and Gaudry's patches.
Removed directories for no longer supported architectures.
2008-04-17 21:03:07 +00:00