summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Weis <Pierre.Weis@inria.fr>2005-09-20 22:15:14 +0000
committerPierre Weis <Pierre.Weis@inria.fr>2005-09-20 22:15:14 +0000
commit11524e2578b62fa30620121873aa372b180c0a74 (patch)
tree3e864d523d4f479885d6d5e5c7ae1b4aa1bc8841
parenta3b605a2db75a7d8c407f29ea81aa8fbdacf35c4 (diff)
MAJ.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7063 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 097055a0f..8d2658aeb 100644
--- a/Changes
+++ b/Changes
@@ -18,6 +18,8 @@ New features:
Bug fixes:
- printf: partial application is now handled properly.
+- scanf: no more spurious lookahead attempt when the end of file condition
+is set and a correct token has already been read and could be return.
Objective Caml 3.08.4:
----------------------