From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 56A83BB83 for ; Fri, 14 Apr 2006 18:13:42 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id k3EGDfqC010385 for ; Fri, 14 Apr 2006 18:13:41 +0200 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id SAA20862 for ; Fri, 14 Apr 2006 18:13:41 +0200 (MET DST) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.183]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id k3EGDdJ0021561 for ; Fri, 14 Apr 2006 18:13:40 +0200 Received: by pproxy.gmail.com with SMTP id z74so105068pyg for ; Fri, 14 Apr 2006 09:13:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references; b=DNatBIX/IcxzOJK92kFWd+zXEkHTn9FYPHbZGyTd0KskcteJRSPaSf8vAeFMDvkX24BpMWmEX92mHlESBUwe/Qi0JjWCMKzY2MM89eFqG1827tZVL3jANO6glpIm7+18jXBME7/Wd/NbzrKJ+xVvqim+n9ePAGCgOipEcBcxtKE= Received: by 10.35.100.6 with SMTP id c6mr2414951pym; Fri, 14 Apr 2006 09:13:39 -0700 (PDT) Received: by 10.35.38.1 with HTTP; Fri, 14 Apr 2006 09:13:39 -0700 (PDT) Message-ID: <891bd3390604140913q32862620j89cda1291a3aed28@mail.gmail.com> Date: Fri, 14 Apr 2006 12:13:39 -0400 From: "Yaron Minsky" Sender: yminsky@gmail.com To: "Damien Doligez" Subject: Re: [Caml-list] release 3.09.2 Cc: "caml users" In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5096_31744925.1145031219489" References: X-Miltered: at concorde with ID 443FCA35.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 443FCA34.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; yaron:01 minsky:01 yminsky:01 bugfixes:01 yaron:01 minsky:01 damien:01 damien:01 ocaml:01 bug-fix:01 ocaml-:01 ocaml:01 binary:01 bug:01 makefile:01 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.5 required=5.0 tests=HTML_20_30,HTML_MESSAGE, RCVD_BY_IP autolearn=disabled version=3.0.3 ------=_Part_5096_31744925.1145031219489 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline For those of us who have been using 3.09.2+rc1, have there been any significant bugfixes from that release? Thanks, Yaron Minsky On 4/14/06, Damien Doligez wrote: > > Hello, > > It is our pleasure to announce the availability of OCaml version 3.09.2. > > This is mainly a bug-fix release, with only one big new feature: the > port > to Mac OS X on Intel processors. > > See below for a list of changes with respect to 3.09.1. > > It is currently available in source form at > < http://caml.inria.fr/pub/distrib/ocaml-3.09/ > and it will shortly be > added to our Web page at < http://caml.inria.fr/ocaml/release.en.html >, > where binary packages will soon be available. > > -- The OCaml team > > > 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 > - otherlibs/win32unix: random crash in Unix.stat PR#3998 > - 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 > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs > ------=_Part_5096_31744925.1145031219489 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline For those of us who have been using 3.09.2+rc1, have there been any signifi= cant bugfixes from that release?

Thanks,
Yaron Minsky

On 4/14/06, Damien Doligez <damien.doligez@inria.fr> wrote:
Hello,

It is our pleasure to announce the availability of OCaml vers= ion 3.09.2.

This is mainly a bug-fix release, with only one big new = feature: the
port
to Mac OS X on Intel processors.

See below f= or a list of changes with respect to=20 3.09.1.

It is currently available in source form at
< http://caml.inria.fr/pub/= distrib/ocaml-3.09/ > and it will shortly be
added to our Web pag= e at <=20 http://caml.inria.fr= /ocaml/release.en.html >,
where binary packages will soon be avai= lable.

-- The OCaml team


Bug fixes:
- Makefile: proble= m with "make=20 world.opt" PR#3954
- compilers: problem compiling several modules w= ith 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: cras= h when wrong use of type constructor in let rec PR#3976
- compilers: bet= ter wording of "statement never returns" warning PR#3889
- runtime: inefficiency of signal handling PR#3990
- runtime: crashe= s with I/O in multithread programs PR#3906
- camlp4: empty file name in = error messages PR#3886
- camlp4: stack overflow PR#3948
- otherlibs/l= abltk: 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
- otherlibs/= win32unix: random crash in Unix.stat PR#3998
- stdlib: update_mod not fo= und under Windows PR#3847
- stdlib: Filename.dirname/basename wrong on Win32 PR#3933
- stdlib:= incomplete documentation of Pervasives.abs PR#3967
- stdlib: Printf bug= s PR#3902, PR#3955
- tools/checkstack.c: missing include
- yacc: cras= h when given argument "-" PR#3956

New features:
- ported to MacOS X on Intel PR#3985
- configur= e: added support for GNU Hurd PR#3991

______________________________= _________________
Caml-list mailing list. Subscription management:
http:/= /yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs<= /a>

------=_Part_5096_31744925.1145031219489--