summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorPierre Weis <Pierre.Weis@inria.fr>2005-09-20 21:42:44 +0000
committerPierre Weis <Pierre.Weis@inria.fr>2005-09-20 21:42:44 +0000
commita3b605a2db75a7d8c407f29ea81aa8fbdacf35c4 (patch)
tree1ed9497efcbe5020b76bfc76aa7f9d95f324f2ad /Changes
parent339b08f82f26d4bf204162aee275057c9a264e5a (diff)
New function sscanf_format to read a format from a string.
The type of the resulting format is dynamically checked and should be the type of the template format which is the second argument. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7061 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r--Changes7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changes b/Changes
index 74e1838d1..097055a0f 100644
--- a/Changes
+++ b/Changes
@@ -11,6 +11,13 @@ Type checking:
more confusing than useful, and created problems with private row
types.
+New features:
+- Scanf: new function sscanf_format to read a format from a
+ string. The type of the resulting format is dynamically checked and
+ should be the type of the template format which is the second argument.
+
+Bug fixes:
+- printf: partial application is now handled properly.
Objective Caml 3.08.4:
----------------------