diff options
author | Gabriel Scherer <gabriel.scherer@gmail.com> | 2014-12-21 11:46:22 +0000 |
---|---|---|
committer | Gabriel Scherer <gabriel.scherer@gmail.com> | 2014-12-21 11:46:22 +0000 |
commit | 9bbd7e7d7e328be18219f2003c20ba5a6b9455bf (patch) | |
tree | 442b1da7f52d4448bffc9053136c94c92437df25 | |
parent | 08e6a8affb062c5819f6c834ab7daea3833a5343 (diff) |
Update Changes.
From: Peter Zotov <whitequark@whitequark.org>
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15731 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | Changes | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |