MAJ
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3882 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
eec0d95120
commit
d6951a6fee
9
Changes
9
Changes
|
@ -1,5 +1,5 @@
|
|||
Objective Caml 3.03:
|
||||
--------------------
|
||||
Objective Caml 3.03 ALPHA:
|
||||
--------------------------
|
||||
|
||||
Language:
|
||||
- Removed built-in syntactic sugar for streams and stream patterns
|
||||
|
@ -34,6 +34,8 @@ Byte-code compiler:
|
|||
- Protect against VM stack overflow caused by module initialization code
|
||||
with many local variables.
|
||||
- Support for dynamic loading of the C part of mixed Caml/C libraries.
|
||||
- Removed the -use-runtime and -make-runtime flags, obsoleted by dynamic
|
||||
loading of C libraries.
|
||||
|
||||
Native-code compiler:
|
||||
- Attempt to recover gracefully from system stack overflow. Currently
|
||||
|
@ -62,6 +64,9 @@ Run-time system:
|
|||
- Autoconfiguration script: fixed wrong detection of Mac OS X; problem
|
||||
with the Sparc, gcc 3.0, and float alignment fixed.
|
||||
|
||||
Standard library:
|
||||
- Added Pervasives.flush_all to flush all opened output channels.
|
||||
|
||||
Other libraries:
|
||||
- All libraries revised to allow dynamic loading of the C part.
|
||||
- Graphics under X Windows: revised event handling, should no longer lose
|
||||
|
|
Loading…
Reference in New Issue