Caml Special Light 1.07

Xavier Leroy (xleroy@pauillac.inria.fr)
Wed, 20 Sep 1995 17:05:12 +0200 (MET DST)

From: Xavier Leroy <xleroy@pauillac.inria.fr>
Message-Id: <199509201505.RAA16403@pauillac.inria.fr>
Subject: Caml Special Light 1.07
To: caml-list@pauillac.inria.fr, comp-lang-ml@cs.cmu.edu
Date: Wed, 20 Sep 1995 17:05:12 +0200 (MET DST)

Release 1.07 of Caml Special Light is now available.
This is a bug-fix release that corrects the main problems
reported with 1.06:

* syntax: optional ;; allowed in compilation units and structures
(back by popular demand)
* cslopt:
generic handling of float arrays fixed
direct function application when the function expr is not a path fixed
compilation of "let rec" over values fixed
multiple definitions of a value name in a module correctly handled
no calls to ranlib in Solaris
* csltop: #trace now working
* standard library: added List.memq; documentation of Array fixed.

The complete sources and diffs from 1.06 are available by anonymous
FTP at the usual place ftp://ftp.inria.fr/lang/caml-light.

General info about Caml Special Light can be found on the Web, at
http://pauillac.inria.fr/csl/.

- Xavier Leroy