This website requires JavaScript.
Explore
Help
Register
Sign In
cheng
/
mpir
Watch
1
Star
0
Fork
0
You've already forked mpir
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
77542fb62b
mpir
/
tests
/
misc
History
William Hart
7e5589a8bb
Ran autoreconf -i to change autotools versions to those of development machine.
2014-02-04 13:40:51 +00:00
..
Makefile.am
add tests in mpz mpf mpq misc mpn dir to regen script
2011-03-15 10:37:06 +00:00
Makefile.in
Ran autoreconf -i to change autotools versions to those of development machine.
2014-02-04 13:40:51 +00:00
t-locale.c
Added #include "config.h" in all tests which needed it.
2012-10-18 20:14:58 +00:00
t-printf.c
for file in $(find -name \*.c ) ; 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
t-scanf.c
for file in $(find -name \*.c ) ; 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