Package: mlgmp / 20021123-23

Metadata

Package Version Patches format
mlgmp 20021123-23 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Disabling MPFR.patch | (download)

config.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disabling mpfr


0002 Handling non native archs and proper handling of .so.patch | (download)

Makefile | 72 44 + 28 - 0 !
1 file changed, 44 insertions(+), 28 deletions(-)

 handling non-native archs and proper handling of .so generation


0003 Various bugfixes in C bindings.patch | (download)

gmp.ml | 3 2 + 1 - 0 !
gmp.mli | 3 2 + 1 - 0 !
mlgmp_z.c | 13 10 + 3 - 0 !
test_suite.ml | 6 6 + 0 - 0 !
4 files changed, 20 insertions(+), 5 deletions(-)

 various bugfixes in c bindings


0004 Fix wrong conversion from int on 64 bits computers.patch | (download)

mlgmp_z.c | 46 23 + 23 - 0 !
1 file changed, 23 insertions(+), 23 deletions(-)

 fix wrong conversion from int on 64 bits computers
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

0005 Update extern declarations for de serialize function.patch | (download)

config.h | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 update extern declarations for [de]serialize functions to match
 ocaml 4.04 definitions.


0006 Include stdint.h for compatibility with pre 4.04.patch | (download)

config.h | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 include stdint.h for compatibility with pre-4.04


0007 Fix compilation with OCaml 4.08.0.patch | (download)

gmp.ml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix compilation with ocaml 4.08.0


0008 Fix compilation with gcc 10.patch | (download)

conversions.c | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix compilation with gcc-10

Bug-Debian: https://bugs.debian.org/957548

0009 Fix compilation with OCaml 5.x.patch | (download)

config.h | 10 5 + 5 - 0 !
conversions.c | 8 4 + 4 - 0 !
gmp.ml | 8 4 + 4 - 0 !
mlgmp_f.c | 26 13 + 13 - 0 !
mlgmp_fr.c | 26 13 + 13 - 0 !
mlgmp_misc.c | 10 5 + 5 - 0 !
mlgmp_q.c | 20 10 + 10 - 0 !
mlgmp_random.c | 2 1 + 1 - 0 !
mlgmp_z.c | 28 14 + 14 - 0 !
9 files changed, 69 insertions(+), 69 deletions(-)

 fix compilation with ocaml 5.x