summaryrefslogtreecommitdiff
path: root/stdlib/scanf.ml
Commit message (Expand)AuthorAgeFilesLines
* Typo in module Scanf prevented tests to succeeded properly.Pierre Weis2010-05-051-1/+1
* Forgotten export added. Remove spurious warninggs from Oug[1].Pierre Weis2010-05-051-6/+3
* PR#4983. Test suite succesfully passed.Pierre Weis2010-05-021-441/+531
* Documentation + some rewriting in check_next_char.Pierre Weis2010-04-271-7/+14
* Bug in function scan: the size of the string format argument must be calculat...Pierre Weis2010-04-251-33/+45
* Adding a close-in function to module Scanf, to be able to close a Scanf scan ...Pierre Weis2009-12-291-27/+70
* Doc. Reporting PRs.Pierre Weis2009-11-301-109/+164
* Introducing formatted input channels.Pierre Weis2009-11-301-8/+8
* Doc.Pierre Weis2009-09-231-3/+6
* Documentation.Pierre Weis2009-09-111-4/+4
* merge changes from ocaml3110 to ocaml3111rc0Damien Doligez2009-05-201-6/+13
* Correcting documentation in scan_Char.Pierre Weis2009-03-301-4/+4
* Wrong scanning of continuation line breaks corrected (BR#4758).Pierre Weis2009-03-301-2/+1
* Understanding the notion of standard channel for Format and Scanf.Pierre Weis2009-01-251-8/+17
* Better semantics for fscanf.Pierre Weis2008-09-271-54/+79
* PR#4321 bug with positional parametersDamien Doligez2008-09-101-2/+3
* Char count was wrong in case of lookahead.Pierre Weis2008-07-011-77/+153
* Better treatment of meta formats.Pierre Weis2007-10-041-150/+174
* Added shared library support for NetBSD and OpenBSD.Pierre Weis2007-08-231-18/+26
* Indent.Pierre Weis2007-05-091-1/+2
* Documentation.Pierre Weis2007-05-081-1/+1
* Encapsulation of system specific exports in module Printf.Pierre Weis2006-11-171-187/+188
* Implementing %r.Pierre Weis2006-11-061-32/+68
* Defining an abbrev to give a readable type to scanf functions. Using format6....Pierre Weis2006-10-271-9/+19
* Bug report 0004119: Issue with Scanf.Scanning.from_filePierre Weis2006-10-041-39/+52
* Code review before adding new typing of format string.Pierre Weis2006-05-041-48/+49
* Dead code removed. Typos corrected + documentation.Pierre Weis2006-04-051-24/+9
* Module Sformat is internal to printf. Better typing specifications of functio...Pierre Weis2006-04-051-41/+106
* Sscanf_format gets a type consistent with the type of sscanf.Pierre Weis2006-01-121-11/+12
* fusion 3.09.0 -> 3.09.1Damien Doligez2006-01-041-5/+4
* Last correction for l, n, L numbers scanning.Pierre Weis2006-01-031-11/+15
* New function sscanf_format to read a format from a string.Pierre Weis2005-09-201-12/+31
* Documentation.Pierre Weis2005-07-111-16/+16
* A subtile bug in scanf: stopper character have not to be alwaysPierre Weis2005-07-021-8/+13
* A bug in the treatment of (implicit) string delimitors (' ' '\n' '\r'Pierre Weis2005-07-011-1/+1
* A major modification: the main invariant has been modified !Pierre Weis2005-07-011-152/+187
* Doc.Pierre Weis2005-03-111-2/+3
* 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-16/+21
* changements sur les warningsDamien Doligez2004-11-301-11/+11
* Exporting the name_of_input function to get the name of the inputPierre Weis2004-10-051-21/+26
* Careful review of meta formats.Pierre Weis2004-10-041-11/+9
* Implementation des meta formats.Pierre Weis2004-09-221-22/+47
* Fusion des modifs faites sur la branche release jusqu'a la release 3.08.0Xavier Leroy2004-07-131-3/+4
* Wrong treatment of 3 chars long patterns, when a range is specified.Pierre Weis2004-06-041-5/+8
* Integer conversions are now treated uniformly: End_of_file is raisedPierre Weis2004-04-011-32/+64
* Better error report.Pierre Weis2004-03-101-5/+5
* Format %F shoudl to be documented on its own.Pierre Weis2004-02-041-35/+54
* suppression support MacOS9Damien Doligez2004-01-161-21/+8
* depollution suite (PR#1914 et PR#1956)Damien Doligez2004-01-011-3/+3