summaryrefslogtreecommitdiff
path: root/stdlib/printf.ml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Invalid format string error report is more uniform.Pierre Weis2004-12-071-26/+33
* Doc (typos).Pierre Weis2004-11-161-2/+2
* Dead code elimination.Pierre Weis2004-10-041-4/+1
* Implementation des meta formats.Pierre Weis2004-09-221-54/+147
* depollution suite (et fin?) (PR#1914 et PR#1956)Damien Doligez2004-01-021-1/+1
* depollution suite (PR#1914 et PR#1956)Damien Doligez2004-01-011-4/+5
* Code mortXavier Leroy2003-07-051-40/+0
* desactivation du format %$Damien Doligez2003-07-021-8/+0
* PR#1675, voir aussi PR#1438Damien Doligez2003-07-011-2/+2
* Introducing format %$ (to print strings with variables substitution)Pierre Weis2003-04-281-3/+9
* bug de printf "%8s" x qui tronquait x a 8 caracteresDamien Doligez2003-03-121-1/+1
* Nouveau format %$. Introduction des types virtuels: step 1 sans inclusion dan...Pierre Weis2003-02-281-31/+12
* adding C-like %n format for scanf. For printf %n is an alias fr %i.Pierre Weis2002-12-081-7/+15
* Introducing (and using) string and string format coercions.Pierre Weis2002-10-311-3/+3
* Legere mise en facteur.Pierre Weis2002-10-301-9/+9
* Provision for printing of unsigned numbers in binary notation.Pierre Weis2002-10-071-5/+79
* Too optimistic implementation of %F format: we have to do the all job onPierre Weis2002-09-061-2/+4
* Introducing new format %F and %B to print parsable float and bools.Pierre Weis2002-09-051-3/+4