summaryrefslogtreecommitdiff
path: root/stdlib/scanf.ml
Commit message (Expand)AuthorAgeFilesLines
* support for hexadecimal float notation in (scanf '%F')Benoit Vaugon2015-11-281-26/+71
* GPR#268: Hexadecimal notation for floating-point numbersXavier Leroy2015-11-191-1/+64
|\
| * scanf support for %h and %H (hex floats).hex-floatXavier Leroy2015-07-291-3/+63
| * Preliminary support for hexadecimal notation for FP numbers.Xavier Leroy2015-07-261-0/+3
* | Code cleanup: replace let-binding of type unit with sequence.alainfrisch2015-10-271-2/+2
* | GPR#243: Faster test suiteDamien Doligez2015-10-091-2/+4
* | A second attempt to memoize Scanning.from_in_channel using weak pointers.Pierre Weis2015-09-241-77/+80
* | Scanning.from_channel now uses a weak hash table to record in_channel -> scan...Pierre Weis2015-09-211-5/+22
* | Bug in function check_char corrected: instead of only accepting \r\n as a newPierre Weis2015-09-131-47/+75
* | whitespace cleanup, cut long lines, add some missing headersDamien Doligez2015-09-111-4/+8
* | Typos in comments.Pierre Weis2015-08-281-4/+10
|/
* PR#6316: Scanf.scanf failure on %u formats when reading big integers.Xavier Leroy2015-07-241-1/+2
* PR#6452, GPR#140: add internal support for custom printing formatsGabriel Scherer2015-03-081-0/+4
* PR#6791: "%s@[", "%s@{" regression in ScanfGabriel Scherer2015-03-071-0/+6
* merge branch 4.02 from release 4.02.0 to release 4.02.1Damien Doligez2014-10-151-0/+5
* merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-221-1/+2
* PR#6418: support "@[<hov %d>" in the new format implementation (Benoît Vaugon)Gabriel Scherer2014-06-141-3/+6
* PR#6418: fix format regression on "@{<..%d..%s..>" (Benoît Vaugon)Gabriel Scherer2014-06-091-9/+14
* format+gadts: make format types "relational" to fix %(...%) typingGabriel Scherer2014-05-211-78/+21
* Use a nominal datatype for CamlinternalFormat.format6Gabriel Scherer2014-05-141-2/+3
* Add support for ignored scan_get_counter formats (%_[nlNL])Gabriel Scherer2014-05-121-0/+1
* second part of Benoît Vaugon's format+gadts patchGabriel Scherer2014-05-121-623/+455
* merge branch "safe-string"Damien Doligez2014-04-291-13/+7
* 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