diff options
author | Pierre Weis <Pierre.Weis@inria.fr> | 2007-04-16 11:06:51 +0000 |
---|---|---|
committer | Pierre Weis <Pierre.Weis@inria.fr> | 2007-04-16 11:06:51 +0000 |
commit | 8c9e42862c7f32a0d51a5493589d32acf70ce4cd (patch) | |
tree | d55de9f4fa5777c45452e760e767fecabe0395f0 /Changes | |
parent | 95295f121e312c2f9af6765c98837f0723d53550 (diff) |
The functions that escape characters ([escaped]) now handle characters
consistently with the compiler's lexer (PR#4220).
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8189 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,8 @@ Standard library: - List: List.nth now tail-recursive. - Sys: added Sys.is_directory. Some functions (e.g. Sys.command) that could incorrectly raise Sys_io_blocked now raise Sys_error as intended. +- String and Char: the function ``escaped'' now escapes all the characters + especially handled by the compiler's lexer (PR#4220). Other libraries: - Bigarray: mmap_file takes an optional argument specifying |