summaryrefslogtreecommitdiff
path: root/stdlib/format.ml
Commit message (Expand)AuthorAgeFilesLines
* Format: pp_print_list and pp_print_text, contributed by Daniel BünzliGabriel Scherer2013-09-131-0/+35
* Wrong quoting chase.Pierre Weis2013-05-291-3/+3
* PR#6024: Format syntax for printing @ is incompatible with 3.12.1Damien Doligez2013-05-291-0/+3
* Revert sprintf type. Add a new function to support %a conversions in sprintf ...Pierre Weis2013-04-251-1/+10
* Complete rewriting of Format.mk_printf. Convergence between Printf and Format...Pierre Weis2013-04-241-208/+211
* PR#5973 (old @ escape was still implemented in Format) + bootstrap.Pierre Weis2013-04-231-3/+0
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* Additional documentation for format strings.Pierre Weis2012-04-271-33/+67
* Bug #4380.Pierre Weis2011-10-251-1/+1
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* Module Printf, Format, and Scanf are printed in -w A warning mode. This found...Pierre Weis2011-06-201-47/+56
* Documentation. Adding a <<deprecated>> section to list deprecated stuff out o...Pierre Weis2010-05-031-11/+18
* PR#5023. Adding some documentation words for function set_formatter_output_ch...Pierre Weis2010-05-031-15/+17
* Compatible version.Pierre Weis2010-04-151-47/+8
* Introducing output meanings to subsume set/get_[all_]formatter_output_functions.Pierre Weis2009-11-301-16/+21
* Introducing formatter output meanings.Pierre Weis2009-11-301-2/+26
* A simpler implementation for ifprintf.Pierre Weis2009-09-101-3/+4
* Addition of ikprintf as suggested in FR#0004859.Pierre Weis2009-09-091-2/+3
* One step further to unification printf/format: *printf functions get exactly ...Pierre Weis2009-07-031-4/+7
* merge changes from ocaml3110 to ocaml3111rc0Damien Doligez2009-05-201-4/+7
* Understanding the notion of standard channel for Format and Scanf.Pierre Weis2009-01-251-3/+10
* indent.Pierre Weis2008-11-081-2/+3
* Added a comment for correction of BR #4041.Pierre Weis2008-09-081-1/+3
* Merge between head and 3.10.2.Pierre Weis2008-06-161-70/+136
* merge changes 3.10.0 -> 3.10.1Damien Doligez2008-01-111-478/+507
* Fix bug #4273.Pierre Weis2007-05-081-23/+36
* Encapsulation of system specific exports in module Printf.Pierre Weis2006-11-171-11/+12
* New function ifprintf that does not print. (See request #0004031.)Pierre Weis2006-11-061-0/+1
* Code review before adding new typing of format string.Pierre Weis2006-05-041-6/+9
* Module Sformat is internal to printf. Better typing specifications of functio...Pierre Weis2006-04-051-23/+23
* Correcting bug for %{ conversions.Pierre Weis2006-01-041-8/+7
* The type Printf.sz is used for indexes; hence its renaming to becomesPierre Weis2005-09-261-1/+1
* Closing a long standing bug in the implementation of printf-likePierre Weis2005-09-201-249/+302
* Documentation.Pierre Weis2005-09-201-11/+14
* coercion plus robuste apres magicDamien Doligez2005-01-041-2/+2
* Typo.Pierre Weis2004-12-071-1/+1
* annotation de Obj.magic pour eviter les warningsDamien Doligez2004-11-291-4/+5
* Dead code elimination.Pierre Weis2004-10-041-98/+97
* Implementation des meta formats.Pierre Weis2004-09-221-4/+7
* Fusion des modifs faites sur la branche release jusqu'a la release 3.08.0Xavier Leroy2004-07-131-8/+28
* open_sys_box simplified.Pierre Weis2004-03-081-16/+3
* Hardening the behaviour of pp_print_flush.Pierre Weis2004-03-051-86/+95
* Correcting the treatment of @?.Pierre Weis2004-02-111-11/+13
* Bugs 2052 and 2053 (off by one for max indentation limit).Pierre Weis2004-02-051-1/+1
* To answer a relevant question asked on the mailing list, introductionPierre Weis2003-10-271-9/+13
* Nouveau format %$. Introduction des types virtuels: step 1 sans inclusion dan...Pierre Weis2003-02-281-5/+10
* Default policy is to ignore tag printing completely.Pierre Weis2003-01-241-2/+2
* Documentation.Pierre Weis2002-11-151-6/+4
* Introducing (and using) string and string format coercions.Pierre Weis2002-10-311-3/+0
* Documentation and some rewriting.Pierre Weis2002-05-151-46/+75