From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.6.10/8.6.6) id OAA21881 for caml-redistribution; Tue, 7 Nov 1995 14:59:52 +0100 Received: (from xleroy@localhost) by pauillac.inria.fr (8.6.10/8.6.6) id OAA21307; Tue, 7 Nov 1995 14:26:17 +0100 From: Xavier Leroy Message-Id: <199511071326.OAA21307@pauillac.inria.fr> Subject: Caml Special Light 1.10 To: caml-list@pauillac.inria.fr, comp-lang-ml@cs.cmu.edu Date: Tue, 7 Nov 1995 14:26:17 +0100 (MET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: weis Caml Special Light version 1.10 has just been released. This release fixes many small bugs with 1.07 (too many to list here), and adds the following features: * Module language: introduction of a "with module" notation over signatures for concise sharing of all type components of a signature; better support for concrete types in signatures. * Native-code compiler: the Intel 386 version has been ported to NextStep and FreeBSD, and generates better code (especially for floats) * Tools and libraries: the Caml Light profiler and library for arbitrary-precision arithmetic have been ported (thanks to John Malecki and Victor Manuel Gulias Fernandez); better docs for the Unix and regexp libraries. The complete sources are available by anonymous FTP at the usual place ftp://ftp.inria.fr/lang/caml-light. Diffs are not available because of bootstrapping problems. General info about Caml Special Light can be found on the Web, at http://pauillac.inria.fr/csl/. - Xavier Leroy