Subject: CVS commit: pkgsrc/lang/ocaml
To: None <pkgsrc-changes@NetBSD.org>
From: Hiramatsu Yoshifumi <hiramatsu@netbsd.org>
List: pkgsrc-changes
Date: 04/25/2006 04:58:33
Module Name:	pkgsrc
Committed By:	hiramatsu
Date:		Tue Apr 25 04:58:33 UTC 2006

Modified Files:
	pkgsrc/lang/ocaml: Makefile Makefile.common distinfo
	pkgsrc/lang/ocaml/patches: patch-at

Log Message:
Update lang/ocaml to 3.09.2.

Changes from 3.09.1:
----
Bug fixes:
- Makefile: problem with "make world.opt"
- compilers: problem compiling several modules with one command line
- compilers,ocamldoc: error message that Emacs cannot parse
- compilers: crash when printing type error
- compilers: -dtypes wrong for monomorphic type variables
- compilers: wrong warning on optional arguments
- compilers: crash when wrong use of type constructor in let rec
- compilers: better wording of "statement never returns" warning
- runtime: inefficiency of signal handling
- runtime: crashes with I/O in multithread programs
- camlp4: empty file name in error messages
- camlp4: stack overflow
- otherlibs/labltk: ocamlbrowser ignores its command line options
- otherlibs/unix: Unix.times wrong under Mac OS X
- otherlibs/unix: wrong doc for execvp and execvpe
- otherlibs/win32unix: random crash in Unix.stat
- stdlib: update_mod not found under Windows
- stdlib: Filename.dirname/basename wrong on Win32
- stdlib: incomplete documentation of Pervasives.abs
- stdlib: Printf bugs
- tools/checkstack.c missing include
- yacc: crash when given argument "-"

New features:
- ported to MacOS X on Intel
- configure: added support for GNU Hurd


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 pkgsrc/lang/ocaml/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/lang/ocaml/Makefile.common
cvs rdiff -r1.34 -r1.35 pkgsrc/lang/ocaml/distinfo
cvs rdiff -r1.9 -r1.10 pkgsrc/lang/ocaml/patches/patch-at

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.