diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-25 07:13:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-25 07:13:39 +0000 |
commit | 1f79816e333f8cfddb4b9f9cf39510707d0bc4d5 (patch) | |
tree | bfa37ef85afb3b5e1e5c1b69553e13d51c7fa95d /lang/ocaml | |
parent | 8a6ef4f5d0fcd035dbc6e11b5e038ef0c448c478 (diff) | |
download | pkgsrc-1f79816e333f8cfddb4b9f9cf39510707d0bc4d5.tar.gz |
Update to 3.10.2:
Objective Caml 3.10.2:
----------------------
Bug fixes:
- PR#1217 (partial) Typo in ocamldep man page
- PR#3952 (partial) ocamlopt: allocation problems on ARM
- PR#4339 (continued) ocamlopt: problems on HPPA
- PR#4455 str.mli not installed under Windows
- PR#4473 crash when accessing float array with polymorphic method
- PR#4480 runtime would not compile without gcc extensions
- PR#4481 wrong typing of exceptions with object arguments
- PR#4490 typo in error message
- Random crash on 32-bit when major_heap_increment >= 2^22
- Big performance bug in Weak hashtables
- Small bugs in the make-package-macosx script
- Bug in typing of polymorphic variants (reported on caml-list)
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile.common | 4 | ||||
-rw-r--r-- | lang/ocaml/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/ocaml/Makefile.common b/lang/ocaml/Makefile.common index 3b9412ede2b..cb9733af201 100644 --- a/lang/ocaml/Makefile.common +++ b/lang/ocaml/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.20 2008/01/23 20:42:25 adam Exp $ +# $NetBSD: Makefile.common,v 1.21 2008/04/25 07:13:39 wiz Exp $ -DISTNAME= ocaml-3.10.1 +DISTNAME= ocaml-3.10.2 CATEGORIES= lang MASTER_SITES= http://caml.inria.fr/pub/distrib/ocaml-3.10/ EXTRACT_SUFX= .tar.bz2 diff --git a/lang/ocaml/distinfo b/lang/ocaml/distinfo index f1cf66d7ce8..33294c50a92 100644 --- a/lang/ocaml/distinfo +++ b/lang/ocaml/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.42 2008/01/29 01:05:13 rillig Exp $ +$NetBSD: distinfo,v 1.43 2008/04/25 07:13:39 wiz Exp $ -SHA1 (ocaml-3.10.1.tar.bz2) = 908176ff481fd6ce3ab89a96a76d9b3d7ca8c105 -RMD160 (ocaml-3.10.1.tar.bz2) = bf5bc105aece26df6460204d5a04e90c0d90d1cb -Size (ocaml-3.10.1.tar.bz2) = 2282041 bytes +SHA1 (ocaml-3.10.2.tar.bz2) = f604580bf2943891d8faf265eeb900bbe90abce0 +RMD160 (ocaml-3.10.2.tar.bz2) = f631230b090dbd9bf9a9f71631cd0347c033cbb1 +Size (ocaml-3.10.2.tar.bz2) = 2284860 bytes SHA1 (patch-aa) = 858f326fe4db7971a05b3b001c6aecc02ecb2903 SHA1 (patch-ab) = c6140f43fdb76c4f2d499f9d3beb714de3926460 SHA1 (patch-ac) = efe8290b394f40d6675fc9d57557c49ddafdb239 |