git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16246 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Alain Frisch 2015-07-24 16:11:38 +00:00
parent 49a2533472
commit f29322000e
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ Runtime system:
(Xavier Leroy)
- PR#6760: closures evaluated in the toplevel can now be marshalled
(Peter Zotov, review by Jacques-Henri Jourdan)
- PR#6902, GPR#210: runtime emits a warning when finalizing qn I/O channel
which hasn't been closed (Alain Frisch, review by Damien Doligez)
- PR#6902, GPR#210: runtime emits a warning when finalizing an I/O channel
which is still open (Alain Frisch, review by Damien Doligez)
- Signal handling: for read-and-clear, use GCC/Clang atomic builtins
if available. (Xavier Leroy)