Subject: CVS commit: pkgsrc/lang/ocaml/patches
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 09/14/2007 15:35:06
Module Name: pkgsrc
Committed By: adam
Date: Fri Sep 14 15:35:06 UTC 2007
Removed Files:
pkgsrc/lang/ocaml/patches: patch-al
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.6 -r0 pkgsrc/lang/ocaml/patches/patch-al
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.