diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2011-12-28 10:38:55 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2011-12-28 10:38:55 +0000 |
commit | c3ead2a680d2bbfbf627feaf552849d1688d7bee (patch) | |
tree | 34f1f94f37a125f082177b6ece7dc01d2af59b42 /Changes | |
parent | c98f6f316115703723ce79f5c4c05ee622c64653 (diff) |
PR#5325 ("remove" solution).
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11966 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ Bug Fixes: - PR#5436: update object ids on unmarshaling - emacs mode: colorization of comments and strings now works correctly - PR#5313: ocamlopt -g misses optimizations +- PR#5325: (Windows) blocked Unix.recv in one thread blocks Unix.send in another thread Feature wishes: - PR#5358: first class modules don't allow "with type" declarations for types |