summaryrefslogtreecommitdiff
path: root/stdlib/scanf.mli
Commit message (Expand)AuthorAgeFilesLines
* DocumentationPierre Weis2003-10-161-8/+11
* typoBasile Starynkevitch2003-10-151-4/+4
* added explanation about scanning indications.Basile Starynkevitch2003-10-151-1/+8
* More documentation about fscanf (due to private bug report fromPierre Weis2003-07-151-11/+33
* Suite au PR#1745 %F lit un flottant au format token Caml.Pierre Weis2003-07-141-0/+2
* Width field of %c conversion is dynamically checked and must be 0 or 1.Pierre Weis2003-07-071-1/+3
* Renommage type format -> format4 et reintroduction type format a 3 arguments ...Xavier Leroy2003-07-051-5/+5
* PR#1675, voir aussi PR#1438Damien Doligez2003-07-011-4/+5
* Explicit documentation of %0c: scanf "%0c" (fun c -> ...) gives accessPierre Weis2003-05-141-1/+3
* Begin_of_input -> beginning_of_input.Pierre Weis2003-05-141-3/+3
* Correcting the bug of large buffering when scanning files.Pierre Weis2003-04-251-5/+20
* Format %S now understands continuation newlines (\\\n).Pierre Weis2003-03-021-1/+1
* DocumentationPierre Weis2002-12-091-3/+12
* Exporting stdibPierre Weis2002-12-081-0/+4
* adding C-like %n format for scanf. For printf %n is an alias fr %i.Pierre Weis2002-12-081-1/+5
* Reaching the format graal: the fourth elementPierre Weis2002-10-311-5/+5
* Export de end_of_input.Pierre Weis2002-10-301-2/+6
* Revised semantics of @c: the c character is now skipped by default.Pierre Weis2002-10-081-6/+6
* Provision for unsigned numbers in binary notation.Pierre Weis2002-10-071-4/+9
* Formats %B and %F.Pierre Weis2002-09-051-3/+4
* Typos.Pierre Weis2002-07-281-2/+2
* Revu le traitement de %S (les @c ne sont pas nécessaires vus lesPierre Weis2002-07-281-15/+18
* Identifier %x et %X; bug parsing entiers octal et hexa (PR#1260); 8 n'est pas...Xavier Leroy2002-07-251-5/+4
* ocamldoc n'aime pas [@c] ...Xavier Leroy2002-07-251-2/+2
* Petites modifs dans les commentaires de docXavier Leroy2002-07-251-3/+4
* Petites modifs dans les commentaires de docXavier Leroy2002-07-251-12/+15
* Errors in documentation + the error continuation now takes as argumentPierre Weis2002-07-111-3/+6
* Documentation of kscanf + simplification of exception Scan_failure.Pierre Weis2002-06-271-5/+11
* Introducing kscanf, the scanning function that has an extraPierre Weis2002-06-261-1/+4
* Introducing a specific exception for formatted input functions.Pierre Weis2002-06-121-9/+15
* Spelling.Pierre Weis2002-06-071-5/+5
* Documentation.Pierre Weis2002-05-281-1/+1
* Le module Scanning est intégré dans Scanf.Pierre Weis2002-05-271-0/+29
* Les formats [f], [e], [E], [g], [G] sont équivalents.Pierre Weis2002-05-271-6/+2
* Documentation.Pierre Weis2002-05-271-13/+24
* typosPierre Weis2002-05-201-3/+3
* Documentation.Pierre Weis2002-05-171-8/+6
* Typos.Pierre Weis2002-05-151-4/+4
* Documentation.Pierre Weis2002-05-121-9/+12
* Documentation.Pierre Weis2002-05-081-1/+7
* Introducing a ``scanf'' facility in Objective Caml.Pierre Weis2002-05-071-0/+82