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
e86ac62d26
mpir
/
tests
/
misc
History
William Hart
acd49c3818
INCLUDES -> AM_CPPFLAGS as per autoreconf advice.
2015-06-09 17:21:21 +00:00
..
Makefile.am
INCLUDES -> AM_CPPFLAGS as per autoreconf advice.
2015-06-09 17:21:21 +00:00
Makefile.in
INCLUDES -> AM_CPPFLAGS as per autoreconf advice.
2015-06-09 17:21:21 +00:00
t-locale.c
Fix t-locale.c #define used to avoid a test when using mingw64
2013-11-19 19:20:36 -08:00
t-printf.c
Fix a pile of compiler warnings on Linux (but sadly not on Windows).
2014-04-01 00:43:06 +01: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