summaryrefslogtreecommitdiff
path: root/stdlib/format.ml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Documentation of the tag facility.Pierre Weis2002-05-081-4/+3
* Confusion between i and j => bus error!Pierre Weis2002-04-221-18/+35
* Improved error message.Pierre Weis2002-03-261-1/+3
* Added get_* for tag printing status.Pierre Weis2002-03-221-0/+6
* Format.kprintfDamien Doligez2002-03-211-2/+4
* Distinction between tag markers (output as a 0 length token) and tagPierre Weis2002-03-201-29/+67
* Nouvelle version des tags.Pierre Weis2002-03-201-49/+50
* Introducing tags.Pierre Weis2002-03-111-14/+119
* Generalisation, simplification, meilleurs messages d'erreur, meilleurPierre Weis2002-03-051-72/+122
* MAJ en-tetes pour mentionner la 'special exception' sur la LGPLXavier Leroy2001-12-071-1/+2
* Factorisation de unit_out. Details de polissage.Pierre Weis2001-11-041-13/+12