wbhart
|
c026e62b24
|
Fixed failing t-locale test on Apple.
|
2009-04-04 05:02:17 +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
|
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
|
811e7de5a7
|
Fixed numerous issues which prevented compilation with --enable-cxx on Sun CC.
|
2009-01-10 04:51:24 +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 |
|