[project @ 1998-06-05 14:38:04 by simonm]
authorsimonm <unknown>
Fri, 5 Jun 1998 14:38:07 +0000 (14:38 +0000)
committersimonm <unknown>
Fri, 5 Jun 1998 14:38:07 +0000 (14:38 +0000)
commit2cb14ad4aee97ab6c59a73ccab805ce6753b3db5
tree52534f910e6585baa75e2c6b3f99c71962eb4f32
parentb763ce60d9026a9f0d8c1443b0ffb904cc9cca9d
[project @ 1998-06-05 14:38:04 by simonm]
Import GMP 2.0.2
26 files changed:
ghc/rts/gmp/mpz/realloc.c [new file with mode: 0644]
ghc/rts/gmp/mpz/scan0.c [new file with mode: 0644]
ghc/rts/gmp/mpz/scan1.c [new file with mode: 0644]
ghc/rts/gmp/mpz/set.c [new file with mode: 0644]
ghc/rts/gmp/mpz/set_d.c [new file with mode: 0644]
ghc/rts/gmp/mpz/set_f.c [new file with mode: 0644]
ghc/rts/gmp/mpz/set_q.c [new file with mode: 0644]
ghc/rts/gmp/mpz/set_si.c [new file with mode: 0644]
ghc/rts/gmp/mpz/set_str.c [new file with mode: 0644]
ghc/rts/gmp/mpz/set_ui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/setbit.c [new file with mode: 0644]
ghc/rts/gmp/mpz/size.c [new file with mode: 0644]
ghc/rts/gmp/mpz/sizeinbase.c [new file with mode: 0644]
ghc/rts/gmp/mpz/sqrt.c [new file with mode: 0644]
ghc/rts/gmp/mpz/sqrtrem.c [new file with mode: 0644]
ghc/rts/gmp/mpz/sub.c [new file with mode: 0644]
ghc/rts/gmp/mpz/sub_ui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tdiv_q.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tdiv_q_2exp.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tdiv_q_ui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tdiv_qr.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tdiv_qr_ui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tdiv_r.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tdiv_r_2exp.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tdiv_r_ui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/ui_pow_ui.c [new file with mode: 0644]