From 3f44f7de4d523459106b481f0e46789f312f4b05 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Thu, 21 Aug 2003 14:27:35 +0000 Subject: [PATCH] MAJ git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5793 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- Changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index cc1208905..111a988c8 100644 --- a/Changes +++ b/Changes @@ -72,6 +72,7 @@ Toplevel interactive system: - Tightened interface consistency checks between .cmi files, .cm[oa] files loaded by #load, and the running toplevel. - #trace on mutually-recursive functions was broken, works again. +- Look for .ocamlinit file in home directory in addition to the current dir. Standard library: - Match_failure and Assert_failure exceptions now report @@ -82,7 +83,7 @@ Standard library: - Module Arg: added new option handlers Set_string, Set_int, Set_float, Symbol, Tuple. - Modules Lexing and Parsing: added better handling of positions - in source file. + in source file. Added function Lexing.flush_input. - Module Scanf: %n and %N formats to count characters / items read so far; assorted bug fixes. - Modules Set and Map: fixed bugs causing trees to become unbalanced.