New bootstrap.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7718 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
044ac2610c
commit
3be794c1bf
9
Changes
9
Changes
|
@ -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:
|
||||
----------------------
|
||||
|
|
BIN
boot/ocamlc
BIN
boot/ocamlc
Binary file not shown.
BIN
boot/ocamllex
BIN
boot/ocamllex
Binary file not shown.
Loading…
Reference in New Issue