diff options
author | Pierre Weis <Pierre.Weis@inria.fr> | 1997-11-06 14:19:14 +0000 |
---|---|---|
committer | Pierre Weis <Pierre.Weis@inria.fr> | 1997-11-06 14:19:14 +0000 |
commit | 0608e971cc4adca5fd556404b9e93a53025be346 (patch) | |
tree | 43ff9c415569ef6c81d289bd2cf7e9bbffb80639 | |
parent | 56dc1bd5b4677a58787ca5638de71f2d2c565005 (diff) |
Log des changements de Format.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1754 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | Changes | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ Objective Caml 1.06: - Array, Hashtbl, List, Map, Queue, Set, Stack, Stream: the "iter" functions now take as argument a unit-returning function. - New library: Lazy (delayed computations). + - Format: added "printf" interface to the formatter (see the documentation). + Revised behaviour of simple boxes: no more than one new line is output + when consecutive break hints should lead to multiple line breaks. Objective Caml 1.05: -------------------- |