-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
52 lines (44 loc) · 1.77 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
(***********************************************************************)
(* *)
(* Efuns Package *)
(* *)
(* Fabrice Le Fessant, projet Para/SOR, INRIA Rocquencourt *)
(* *)
(* Copyright 1999 Institut National de Recherche en Informatique et *)
(* Automatique. Distributed only by permission. *)
(* *)
(***********************************************************************)
Version 018:
-----------
* Compatibility with Ocaml 2.99+18 pre 3.00
Version 017:
-----------
* Added detection of Imlib for GwML in configure.
* Integrated bug fix from Hendrik Tews
Version 016:
-----------
* Added a configure script
* Move examples to xlib/examples and toolkit/examples
* New ocamlsrc directory to build the Objective-Caml compiler library.
* Added a *beta* optimizer for i386 assembly code in inliner (can only be
used with a patch applied to ocaml 2.02).
* Compatibility with Olabl added.
Version 015:
-----------
* Added new library WXlib, toolkit of X widgets.
Version 006:
-----------
* Added new library Toplevel, to compile and load toplevel phrases in native
code and bytecode programs (using Dynlink).
Version 005:
-----------
* Added new program Gwml, Generic Window-manager in ML.
Version 002:
-----------
* Added new library Dynlink, to dynamically load bytecode modules in native
code programs.
Version 001:
-----------
* Program Efuns, editor clone of Emacs.
* Library Xlib, implementing the X protocol.
* Demo programs.