New bootstrap.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7718 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Pierre Weis 2006-11-06 09:16:05 +00:00
parent 044ac2610c
commit 3be794c1bf
3 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,15 @@ Language features:
definition replaces the old one, rather than creating a new
variable.
Standard library:
- Types format4 and format are now defined in terms of new type format6.
- Printf:
new function ifprintf that prints nothing (useful to print conditionally).
- Scanf:
new function format_from_string to convert a string to a format string,
new %r conversion to accomodate user defined scanners.
- Format:
new function ifprintf that prints nothing.
Objective Caml 3.09.3:
----------------------

Binary file not shown.

Binary file not shown.