summaryrefslogtreecommitdiff
path: root/stdlib/format.ml
Commit message (Expand)AuthorAgeFilesLines
* expose function to flush formatter's internal queueSpiros Eliopoulos2016-04-041-0/+3
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* Careful code review/rewriting. Moving obsolete stuff to the proper devoted se...pierreweis2015-12-241-223/+316
* Add Format.kasprintf and fix Misc.fatal_errorf to use itMark Shinwell2015-12-231-2/+4
* Merge pull request #267 from yallop/faster-ifprintfGabriel Scherer2015-10-311-4/+1
|\
| * Use make_iprintf to build Format.ikfprintf and Format.ifprintf.Jeremy Yallop2015-10-271-4/+1
* | Code cleanup: replace let-binding of type unit with sequence.alainfrisch2015-10-271-4/+4
|/
* Renaming: flush_buf_formatter into flush_buffer_formatter.Pierre Weis2015-09-211-38/+48
* PR#6824: fix buffer sharing on partial application of Format.asprintfGabriel Scherer2015-04-261-5/+10
* merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-221-11/+19
* PR#6418: support "@[<hov %d>" in the new format implementation (Benoît Vaugon)Gabriel Scherer2014-06-141-11/+21
* PR#6418: fix format regression on "@{<..%d..%s..>" (Benoît Vaugon)Gabriel Scherer2014-06-091-9/+26
* Use a nominal datatype for CamlinternalFormat.format6Gabriel Scherer2014-05-141-5/+5
* fix a regression in Format formatting printing routinesGabriel Scherer2014-05-121-5/+3
* second part of Benoît Vaugon's format+gadts patchGabriel Scherer2014-05-121-350/+105
* merge branch "safe-string"Damien Doligez2014-04-291-5/+3
* 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