Subject: CVS commit: pkgsrc/lang/ocaml
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 09/14/2007 15:34:13
Module Name: pkgsrc
Committed By: adam
Date: Fri Sep 14 15:34:13 UTC 2007
Modified Files:
pkgsrc/lang/ocaml: Makefile Makefile.common PLIST PLIST.opt distinfo
pkgsrc/lang/ocaml/patches: patch-aa patch-ab patch-ac patch-an patch-at
patch-au patch-aw patch-az patch-ba patch-bn patch-bq patch-bs
patch-bt
Removed Files:
pkgsrc/lang/ocaml/patches: patch-ai patch-ak patch-am patch-ao patch-ap
patch-aq patch-ar patch-bv
Log Message:
Changes 3.10.0:
- New language features
- New tools
- Faster type-checking of functor applications.
- Referencing an interface compiled with -rectypes from a module
not compiled with -rectypes is now an error.
- Revised the "fragile matching" warning.
- Print a stack backtrace on an uncaught exception.
- Stack overflow detection on MS Windows 32 bits.
- Stack overflow detection on MacOS X PPC and Intel.
- Intel/AMD 64 bits: generate position-independent code by default.
- Fixed bug involving -for-pack and missing .cmx files.
- Fixed bug causing duplication of literals.
- C/Caml interface functions take "char const *" arguments
instead of "char *" when appropriate.
- Faster string comparisons (fast case if strings are ==).
- Other
To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 pkgsrc/lang/ocaml/Makefile
cvs rdiff -r1.18 -r1.19 pkgsrc/lang/ocaml/Makefile.common
cvs rdiff -r1.16 -r1.17 pkgsrc/lang/ocaml/PLIST
cvs rdiff -r1.12 -r1.13 pkgsrc/lang/ocaml/PLIST.opt
cvs rdiff -r1.38 -r1.39 pkgsrc/lang/ocaml/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/lang/ocaml/patches/patch-aa
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/ocaml/patches/patch-ab \
pkgsrc/lang/ocaml/patches/patch-ac pkgsrc/lang/ocaml/patches/patch-ba \
pkgsrc/lang/ocaml/patches/patch-bs
cvs rdiff -r1.2 -r0 pkgsrc/lang/ocaml/patches/patch-ai \
pkgsrc/lang/ocaml/patches/patch-ap pkgsrc/lang/ocaml/patches/patch-aq \
pkgsrc/lang/ocaml/patches/patch-ar
cvs rdiff -r1.4 -r0 pkgsrc/lang/ocaml/patches/patch-ak
cvs rdiff -r1.5 -r0 pkgsrc/lang/ocaml/patches/patch-am
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/ocaml/patches/patch-an \
pkgsrc/lang/ocaml/patches/patch-au pkgsrc/lang/ocaml/patches/patch-bq \
pkgsrc/lang/ocaml/patches/patch-bt
cvs rdiff -r1.3 -r0 pkgsrc/lang/ocaml/patches/patch-ao \
pkgsrc/lang/ocaml/patches/patch-bv
cvs rdiff -r1.13 -r1.14 pkgsrc/lang/ocaml/patches/patch-at
cvs rdiff -r1.5 -r1.6 pkgsrc/lang/ocaml/patches/patch-aw
cvs rdiff -r1.1 -r1.2 pkgsrc/lang/ocaml/patches/patch-az
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/ocaml/patches/patch-bn
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.