Skip to content

Commit

Permalink
MAJ pour 1.07
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1832 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
xleroy committed Dec 7, 1997
1 parent 9d735ee commit 3e2e4bf
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Changes
@@ -1,3 +1,26 @@
Objective Caml 1.07:
--------------------

* Native-code compiler:
- Revised interface between generated code and GC, fixes serious GC
problems with signals and native threads.
- Added "-thread" option for compatibility with ocamlc.

* Debugger: correctly print instance variables of objects.

* Run-time system: ported to OpenBSD.

* Standard library: fixed wrong interface for Marshal.to_buffer and
Obj.unmarshal.

* Num library: added Intel x86 optimized asm code (courtesy of
Bernard Serpette).

* Thread libraries:
- Native threads: fixed GC bugs and installation procedure.
- Bytecode threads: fixed problem with "Marshal" module.
- Both: added Event.always.

Objective Caml 1.06:
--------------------

Expand Down

0 comments on commit 3e2e4bf

Please sign in to comment.