blob: c4a4848c920996781852a75273977d18ec6648a2 (
plain)
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
|
- Added new librairies JoinHelper and JoinPool
- Corrected incorrect handling of channel names in object bodies. Costly
(bug #1, rev 10200)
JoCaml 3.11.2.A
---------------
- Unfortunate bug in lex/Makefile [and forgot bootstrap]
JoCaml 3.11.2
-------------
- Follow ocaml release
JoCaml 3.11.1
-------------
- Corrected bug in installation (all tools now installed with 'jo' prefix)
JoCaml 3.11.0:
-------------
- Several alteration of scheduling, so as to
limit pending signals, <= threads in pool and <= tasks in pool.
- Added 'JoinFifo' and 'JoinCount' in standard library.
JoCaml 3.10.0:
--------------
Initial release
$Id$
|