[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-03-30 (12:20) |
From: | Damien Doligez <damien.doligez@i...> |
Subject: | Ocaml 3.09.2+rc1 |
Hello, We have created a "release candidate" version OCaml 3.09.2+rc1. This will become release 3.09.2 on April 12 (approximately), unless there is some serious problem with it. In the meantime, we are asking for some beta-testing: if you are an adventurous mind with some free time, check it out from the CVS (tag: ocaml3092rc1) and compile your favourite programs with it, and report any problems you might find. Note that we are deliberately _not_ making it available as a tar archive or binary package. This is the list of changes from 3.09.1. We would especially like some feedback (positive or negative) about the items marked with "+". If you find some problem, please post it to the bug tracker: < http://caml.inria.fr/mantis/main_page.php >. If everything goes well, send a mail to the release manager: <damien.doligez@inria.fr>. Bug fixes: - Makefile: problem with "make world.opt" PR#3954 - compilers: problem compiling several modules with one command line PR#3979 - compilers,ocamldoc: error message that Emacs cannot parse - compilers: crash when printing type error PR#3968 - compilers: -dtypes wrong for monomorphic type variables PR#3894 - compilers: wrong warning on optional arguments PR#3980 - compilers: crash when wrong use of type constructor in let rec PR#3976 - compilers: better wording of "statement never returns" warning PR#3889 + runtime: inefficiency of signal handling PR#3990 + runtime: crashes with I/O in multithread programs PR#3906 - camlp4: empty file name in error messages PR#3886 - camlp4: stack overflow PR#3948 - otherlibs/labltk: ocamlbrowser ignores its command line options PR#3961 - otherlibs/unix: Unix.times wrong under Mac OS X PR#3960 - otherlibs/unix: wrong doc for execvp and execvpe PR#3973 + stdlib: update_mod not found under Windows PR#3847 - stdlib: Filename.dirname/basename wrong on Win32 PR#3933 - stdlib: incomplete documentation of Pervasives.abs PR#3967 - stdlib: Printf bugs PR#3902, PR#3955 - tools/checkstack.c missing include - yacc: crash when given argument "-" PR#3956 New features: + ported to MacOS X on Intel PR#3985 + configure: added support for GNU Hurd PR#3991 -- the OCaml team