summaryrefslogtreecommitdiff
path: root/stdlib/scanf.mli
Commit message (Expand)AuthorAgeFilesLines
* continuing to change the name to OCamlDamien Doligez2011-12-211-7/+7
* Implementing the precision feature for Scanf.Pierre Weis2011-10-281-8/+15
* Bug #4380.Pierre Weis2011-10-251-125/+145
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* Including correction from 3.12.1.Pierre Weis2011-03-061-15/+22
* Defining type file_name.Pierre Weis2011-02-231-6/+7
* @ must be escaped in some strange circumstances!Pierre Weis2011-02-231-1/+1
* Documentation (Bug #5230).Pierre Weis2011-02-221-23/+31
* PR#4831: use tags @since and @before in std libDamien Doligez2010-05-211-10/+28
* Forgotten export added. Remove spurious warninggs from Oug[1].Pierre Weis2010-05-051-0/+4
* Clearer documentation for %i conversion and conversions for native 32 and 64 ...Pierre Weis2010-04-261-8/+9
* More documentation for meta formats %( %).Pierre Weis2010-04-251-9/+17
* Wrong link stntax.Pierre Weis2010-01-221-3/+5
* Doc.Pierre Weis2010-01-221-14/+15
* merge changes from release/3.11.1 to release/3.11.2Damien Doligez2010-01-201-7/+11
* Adding a close-in function to module Scanf, to be able to close a Scanf scan ...Pierre Weis2009-12-291-9/+14
* Documentation.Pierre Weis2009-11-301-71/+77
* Understanding the notion of standard channel for Format and Scanf.Pierre Weis2009-01-251-6/+13
* Better semantics for fscanf.Pierre Weis2008-09-271-18/+11
* Added a comment for correction of BR #4041.Pierre Weis2008-09-081-2/+2
* Emphasis in documentation strings was not comformant to Ocamldoc special syntax.Pierre Weis2008-07-071-6/+6
* Rewriting/simplifying/enhancing the documentation.Pierre Weis2008-07-011-220/+277
* Doc.Pierre Weis2007-10-091-3/+5
* fusion de la version 3.10.0Damien Doligez2007-10-081-23/+23
* Better treatment of meta formats.Pierre Weis2007-10-041-2/+0
* Added shared library support for NetBSD and OpenBSD.Pierre Weis2007-08-231-7/+11
* Typos reported by Hendrik Tews (PR #4292) No 4, 6, 10, 11.Pierre Weis2007-05-251-5/+6
* Documentation.Pierre Weis2007-05-081-20/+27
* Documentation.Pierre Weis2007-01-221-10/+16
* Documentation.Pierre Weis2007-01-211-11/+13
* Documentation additions.Pierre Weis2006-11-171-46/+87
* Documentation plus new exports.Pierre Weis2006-11-061-19/+29
* Defining an abbrev to give a readable type to scanf functions. Using format6....Pierre Weis2006-10-271-17/+26
* Documentation.Pierre Weis2006-10-151-4/+6
* Coherent naming of scanning buffer (to avoid confusion with usual Buffer.tPierre Weis2006-09-131-11/+11
* A bit of documentation to explain the behaviour of stdib and more generally thePierre Weis2006-04-051-2/+12
* Module Sformat is internal to printf. Better typing specifications of functio...Pierre Weis2006-04-051-1/+1
* Sscanf_format gets a type consistent with the type of sscanf.Pierre Weis2006-01-121-2/+6
* New and better wording for scanf_format functions.Pierre Weis2006-01-031-6/+8
* New function sscanf_format to read a format from a string.Pierre Weis2005-09-201-2/+15
* Documentation.Pierre Weis2005-09-131-7/+5
* Better documentation.Pierre Weis2005-09-131-20/+17
* Documentation.Pierre Weis2005-07-111-5/+5
* Documenting the [%s] behaviour on end-of-input and stating that itPierre Weis2004-11-161-10/+18
* fix commentMaxence Guesdon2004-11-031-4/+4
* typo dans un commentaireDamien Doligez2004-11-021-1/+1
* Exporting the name_of_input function to get the name of the inputPierre Weis2004-10-051-4/+7
* Typo.Pierre Weis2004-09-291-1/+1
* Implementation des meta formats.Pierre Weis2004-09-221-0/+18
* Wrong example in character ranges specification.Pierre Weis2004-09-091-2/+2