summaryrefslogtreecommitdiff
path: root/stdlib/scanf.ml
Commit message (Expand)AuthorAgeFilesLines
* fix scanf.ml buildHongbo Zhang2013-06-021-1/+1
* Better error messages for binary/octal/hexa integer scanning.Pierre Weis2013-06-011-5/+5
* Wrong quoting chase.Pierre Weis2013-05-291-14/+16
* Documentation.Pierre Weis2013-03-191-8/+22
* fix a few problems with whitespace and over-long linesDamien Doligez2013-03-091-7/+9
* Normalization.Pierre Weis2013-02-121-0/+1
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* Detect (and fix some) useless recursive flags.Alain Frisch2012-05-291-1/+1
* PR#5585: typo explicitely -> explicitlyDamien Doligez2012-04-131-1/+1
* merge version 3.12 from 3.12.1 to r12205Damien Doligez2012-03-081-19/+12
* PR#5380: copy fix from 3.12 branchDamien Doligez2012-01-111-34/+66
* Fix bug #3888 (String.map and Scanf.unescaped)Fabrice Le Fessant2012-01-081-1/+5
* continuing to change the name to OCamlDamien Doligez2011-12-211-4/+4
* Implementing the precision feature for Scanf.Pierre Weis2011-10-281-241/+242
* Bug #4380.Pierre Weis2011-10-251-27/+35
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* Module Printf, Format, and Scanf are printed in -w A warning mode. This found...Pierre Weis2011-06-201-19/+19
* Defining type file_name.Pierre Weis2011-02-231-8/+12
* 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