Update Changes.

From: Peter Zotov <whitequark@whitequark.org>

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15731 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Gabriel Scherer 2014-12-21 11:46:22 +00:00
parent 08e6a8affb
commit 9bbd7e7d7e
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ Standard library:
- PR#6577: improve performance of %L, %l, %n, %S, %C format specifiers
(Alain Frisch)
- PR#6585: fix memory leak in win32unix/createprocess.c
- PR#6694, PR#6695: deprecate functions using ISO-8859-1 character set
in Char, Bytes, String and provide alternatives using US-ASCII.
(Peter Zotov)
- expose Sys.{int_size,max_wosize} for improved js_of_ocaml portability
(Hugo Heuzard)
* Filename: Optional ?perms argument to open_temp_file