MAJ 2.04
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2602 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
764f2c83c3
commit
9b9895e432
15
Changes
15
Changes
|
@ -1,3 +1,17 @@
|
|||
Objective Caml 2.04:
|
||||
--------------------
|
||||
|
||||
- C interface: corrected inconsistent change in the CAMLparam* macros.
|
||||
- Fixed internal error in ocamlc -g.
|
||||
- Fixed type-checking of "S with ...", where S is a module type name
|
||||
abbreviating another module type name.
|
||||
- ocamldep: fixed stdout/stderr mismatch after failing on one file.
|
||||
- Random.self_init more random.
|
||||
- Windows port:
|
||||
- Toplevel application: fixed spurious crash on exit.
|
||||
- Native-code compiler: fixed bug in assembling certain
|
||||
floating-point constants (masm doesn't grok 2e5, wants 2.0e5).
|
||||
|
||||
Objective Caml 2.03:
|
||||
--------------------
|
||||
|
||||
|
@ -47,7 +61,6 @@ Standard library:
|
|||
- Added Random.self_init, which initializes the PRNG from the system date.
|
||||
- Sort.array: serious bugs fixed.
|
||||
- Stream.count: fixed incorrect behavior with ocamlopt.
|
||||
- Added Sys.date.
|
||||
|
||||
Run-time system and external interface:
|
||||
- Fixed weird behavior of signal handlers w.r.t. signal masks and exceptions
|
||||
|
|
Loading…
Reference in New Issue