diff options
author | Jérôme Vouillon <Jerome.Vouillon@pps.jussieu.fr> | 1997-11-12 15:12:05 +0000 |
---|---|---|
committer | Jérôme Vouillon <Jerome.Vouillon@pps.jussieu.fr> | 1997-11-12 15:12:05 +0000 |
commit | 716a30000cd136e11d005e830f82631438a059a9 (patch) | |
tree | 47844f0ddf37b5e128fca7bbd68719dd9c17a133 /Changes | |
parent | 915299517e7ad9c6832bfe78a1682a8550081f2a (diff) |
Mises a jour
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1761 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -46,6 +46,15 @@ Objective Caml 1.06: - Reads commands from ./.ocamlinit on startup. - Now thread-compatible. +* Typing: + - Occur-check now stricter (all recursions must traverse an object). + - A few bugs fixed. + +* Objects: + - Private methods. + - Objects can be compared using generic comparison functions. + - Fixed compilation of partial application of object constructors. + * Standard library: - Filename: "is_absolute" is superseded by "is_implicit" and "is_relative". To adapt old programs, change "is_absolute x" to "not (is_implicit x)" @@ -72,6 +81,9 @@ Objective Caml 1.06: * Debugger: - Revised generation of events. - Break on function entrance. + - New commands start/previous. + - The command loadprinter now try to recursively load required + modules. - Numerous small fixes. * External libraries: |