mpir/demos
2009-02-12 13:11:46 +00:00
..
calc update configure 2009-02-12 13:11:46 +00:00
expr autostuff and change name of file gmpxx.h to mpirxx.h 2009-02-12 12:50:13 +00:00
perl changed libgmp*.* for a few odd cases left 2009-02-12 12:25:23 +00:00
factorize.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
isprime.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
Makefile.am for file in $(find -name Makefile.am) ; do sed -e "s/libgmp\.a/libmpir.a/g" $file > temp ; mv temp $file ; done 2009-02-12 11:51:33 +00:00
Makefile.in autostuff and change name of file gmpxx.h to mpirxx.h 2009-02-12 12:50:13 +00:00
pexpr-config-h.in
pexpr.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
primes.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
qcn.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