.. |
cxx
|
make dist-hook to change yasm/Makefile.in to stop install/check
|
2009-04-11 20:51:08 +00:00 |
devel
|
Added support for testing three source operand functions.
|
2009-04-12 08:57:03 +00:00 |
misc
|
make dist-hook to change yasm/Makefile.in to stop install/check
|
2009-04-11 20:51:08 +00:00 |
mpbsd
|
make dist-hook to change yasm/Makefile.in to stop install/check
|
2009-04-11 20:51:08 +00:00 |
mpf
|
make dist-hook to change yasm/Makefile.in to stop install/check
|
2009-04-11 20:51:08 +00:00 |
mpn
|
add divrem_euclidean_qr_1 , divexact_byBm1of to fat structure
|
2009-04-13 21:42:55 +00:00 |
mpq
|
make dist-hook to change yasm/Makefile.in to stop install/check
|
2009-04-11 20:51:08 +00:00 |
mpz
|
make dist-hook to change yasm/Makefile.in to stop install/check
|
2009-04-11 20:51:08 +00:00 |
rand
|
make dist-hook to change yasm/Makefile.in to stop install/check
|
2009-04-11 20:51:08 +00:00 |
Makefile.am
|
update Makefile.am so that make dist works
|
2009-03-15 15:51:47 +00:00 |
Makefile.in
|
make dist-hook to change yasm/Makefile.in to stop install/check
|
2009-04-11 20:51:08 +00:00 |
memory.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 |
misc.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 |
refmpf.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 |
refmpn.c
|
make dist-hook to add dummy alias make install-gmpcompat
|
2009-04-13 05:17:43 +00:00 |
refmpq.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 |
refmpz.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 |
spinner.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-bswap.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-constants.c
|
changed gmp.h to mpir.h for a few odd cases left
|
2009-02-12 11:23:26 +00:00 |
t-count_zeros.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-gmpmax.c
|
changed gmp.h to mpir.h for a few odd cases left
|
2009-02-12 11:23:26 +00:00 |
t-hightomask.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-modlinv.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-parity.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-popc.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-sub.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 |
tests.h
|
merge div-branch into trunk with svn merge -r 1782:1816 ../branches/x86_64-division/ run on my local trunk
|
2009-03-31 23:56:06 +00:00 |
trace.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 |
x86_64call.as
|
merged buildtest branch into trunk for building outside the src tree , the command I used was svn merge -r 1643:1669 ../branches/buildtest/ in my local copy of trunk
|
2009-03-03 21:40:13 +00:00 |
x86_64check.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 |
x86call.asm
|
Added bogus dependency to work around an Apple ld bug.
|
2009-04-11 04:14:25 +00:00 |
x86check.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 |