summaryrefslogtreecommitdiff
path: root/stdlib/printf.ml
Commit message (Expand)AuthorAgeFilesLines
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* Use make_iprintf to build Printf.ikfprintf and Printf.ifprintf.Jeremy Yallop2015-10-271-1/+1
* Use a nominal datatype for CamlinternalFormat.format6Gabriel Scherer2014-05-141-4/+5
* second part of Benoît Vaugon's format+gadts patchGabriel Scherer2014-05-121-725/+25
* merge branch "safe-string"Damien Doligez2014-04-291-6/+6
* PR#5739: Printf.printf "%F" and nan/infinity/neg_infinity.Xavier Leroy2013-07-191-5/+11
* Wrong quoting chase.Pierre Weis2013-05-291-13/+18
* Details.Pierre Weis2013-04-251-1/+3
* Complete rewriting of Format.mk_printf. Convergence between Printf and Format...Pierre Weis2013-04-241-10/+16
* Details.Pierre Weis2013-03-191-12/+12
* fix a few problems with whitespace and over-long linesDamien Doligez2013-03-091-1/+2
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* Introducing ikfprintf.Pierre Weis2012-04-111-2/+14
* PR#5380: copy fix from 3.12 branchDamien Doligez2012-01-111-5/+9
* continuing to change the name to OCamlDamien Doligez2011-12-211-4/+4
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* merge changes from 3.12.0 to 3.12.1Damien Doligez2011-07-201-4/+10
* Module Printf, Format, and Scanf are printed in -w A warning mode. This found...Pierre Weis2011-06-201-6/+6
* Documenting that +int is now a valid token, hence %F can support a sign indic...Pierre Weis2009-12-091-7/+1
* To deal with printf output for %F format, adding a unary + operator.Pierre Weis2009-12-071-2/+3
* Introducing nop format delimiter %,Pierre Weis2009-11-301-28/+4
* Spell-check.Pierre Weis2009-09-251-17/+17
* Correcting the F specification with/without widths.Pierre Weis2009-09-231-19/+56
* merge changes from ocaml3110 to ocaml3111rc0Damien Doligez2009-05-201-3/+40
* option -C is a gnuism that is not portable: use cd instead!Pierre Weis2009-04-061-4/+4
* A simple fix to BR#4756Pierre Weis2009-03-281-17/+18
* Documentation.Pierre Weis2008-09-271-4/+9
* PR#4321 bug with positional parametersDamien Doligez2008-09-101-1/+1
* Various explanations and typos.Pierre Weis2008-07-011-21/+27
* Support for tk8.5: correcting tk_incs.Pierre Weis2008-07-011-57/+109
* Indentation was erroneous.Pierre Weis2007-10-041-23/+23
* Encapsulation of system specific exports in module Printf.Pierre Weis2006-11-171-38/+76
* New type ac (argument counting for format strings). New function ac_of_format.Pierre Weis2006-11-061-18/+17
* New function ifprintf that does not print. (See request #0004031.)Pierre Weis2006-11-061-0/+2
* Better calculation of format argument number.Pierre Weis2006-10-271-13/+32
* Typechecking of user's defined readers.Pierre Weis2006-10-241-1/+1
* Sub module Sformat now deals with format6.Pierre Weis2006-10-241-5/+5
* Bug report 0004119: Issue with Scanf.Scanning.from_filePierre Weis2006-10-041-8/+11
* Code review before adding new typing of format string.Pierre Weis2006-05-041-44/+49
* fusion des changements 3.09.1 -> 3.09.2Damien Doligez2006-04-161-1/+1
* Dead code removed + typos.Pierre Weis2006-04-051-9/+4
* Module Sformat is internal to printf. Better typing specifications of functio...Pierre Weis2006-04-051-60/+89
* Importing the 3.09 debugging version of Printf.Pierre Weis2006-01-241-107/+133
* Correcting bug for %{ conversions.Pierre Weis2006-01-041-20/+33
* nettoyageDamien Doligez2005-10-251-1/+1
* Hard bug in printf: when the first argument to print was a floating pointPierre Weis2005-09-301-11/+35
* Implementing positional parameters in format string. First step:Pierre Weis2005-09-261-45/+89
* Closing a long standing bug in the implementation of printf-likePierre Weis2005-09-201-177/+226
* Homogènésation des interfaces de printf et format: kprintf est marquéePierre Weis2005-07-221-30/+31
* Correcting bug about erroneous erro reporting in case of wrongPierre Weis2005-03-041-5/+6