index
:
delta/ocaml.git
3.08
3.09
3.10
3.11
3.12
4.00
4.00-with-binannot
4.01
4.02
4.03
4.04
4.05
4.06
4.07
4.08
4.09
4.10
4.11
4.12
4.13
4.14
5.0
5.1
FSF
MPR7048
MPR7609
MPR7609-continued
MPR7638
MPR7642
PR7042
abstract-new
abstract_intel_emit
abstract_x86_asm
afrisch_fix_reachable_words
afrisch_fix_stdlib_makefile_windows
annot-from-lambda
arm-literals
arm64
ast_rewriter
atomic_write_cmi
attributes
autofocus
backend-optims
big-marshal
binary-annot
binary-compat
build-with-debugging-informations
cc-optim
cducetrunk
class-with-type
cmm-mach-types
constructors_with_record
constructors_with_record2
constructors_with_record3
constructors_with_record4
constructors_with_record5
contracts
contracts-3.11
contribution_workflow
delegate
deprecated_optional_arguments
disable_unused_warnings_for_print_types
doc2attr
doc_windows_unicode
dothat
dwarf
dynamic_loading
dynamics
dyntypes
enter-mod-decl
ephemeron
exception_registration
execvpe
expoly
extension_points
fastclass
faster-testsuite
fix-32bit-warning
fix-getwd-use
fix_7657
fix_7680
fix_7682
fix_large_file_lseek_windows
fix_mingw
fix_ocamllex
fixedtypes
flambda
flambda_trunk
fmu
fstclassmod
fstclassmod_parametrized
gadt-warnings
gadts
gadts-devel
gadts-devel-lenormand
gcaml
gcaml3
gcaml3090
gcaml3101
ground_coercion
hex-float
hidden_args
implicit-subtyping
implicit-unpack
implicits
improve-PIC-and-PIE
improve_arg_read_arg
inline-more
inplace_let
ios-support
jo311
jo312
jo400
jo401
jocamltrunk
jocamltrunk+cduce
labltk
let_open_in_classes
letopen
letopenin
lightlabels
located_errors
m7100_gc_when_many_custom_blocks_in_minor_heap
map_file_omission
mark_expansive
master
menubars
merge_sig_str
metadata
minus-camlp4
mltk
module-alias
module_of_module_type
moduletypeof
monadic_let
more_unboxing
multimatch
namespaces
natdynlink
new-test-framework
newfunsyntax
newoolab
newoolab2
newoolabmult
newsysthreads
newtypein
no_internal_deprecation
non-vanishing
objvariants
ocaml-binannot
ocaml2
ocamldebug_g
ocamlmode
olabl
open_types
opt_backtrace
override
overridemethod
poly_meth
poly_meth2
polyrec
ppc64
pr/1866
pr7591
pr7661-again
pr8891
pr8908
pr8934
private_abbrevs
raise_variants
record-disambiguation
recursive_modules
remove-libnum
remove_spurious_semi_colons
resurrect-cygwin64-review-base
revert-1377-ocamldep_nested_include_fix
safe-string
short-paths
short-paths-4.01
sigsubst
simplify_duplicate_ident_optim
sse2
static_exceptions
strict_labels
stripped-ocaml
test_for_self_review
tests_asmcomp_revised
tmp-merging-3.12.1
treematch
trunk
unlabeled-1.1.2
unlabeled-1.2.2
unlabeled-1.3.2
unused_declarations
user-defined-indexing-operators
variants303
varunion
warning_attribute_on_type_exprs
win32
win32-rename
win32-sockets
with-frame-pointers
github.com: ocaml/ocaml
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdlib
/
scanf.ml
Commit message (
Expand
)
Author
Age
Files
Lines
*
support for hexadecimal float notation in (scanf '%F')
Benoit Vaugon
2015-11-28
1
-26
/
+71
*
GPR#268: Hexadecimal notation for floating-point numbers
Xavier Leroy
2015-11-19
1
-1
/
+64
|
\
|
*
scanf support for %h and %H (hex floats).
hex-float
Xavier Leroy
2015-07-29
1
-3
/
+63
|
*
Preliminary support for hexadecimal notation for FP numbers.
Xavier Leroy
2015-07-26
1
-0
/
+3
*
|
Code cleanup: replace let-binding of type unit with sequence.
alainfrisch
2015-10-27
1
-2
/
+2
*
|
GPR#243: Faster test suite
Damien Doligez
2015-10-09
1
-2
/
+4
*
|
A second attempt to memoize Scanning.from_in_channel using weak pointers.
Pierre Weis
2015-09-24
1
-77
/
+80
*
|
Scanning.from_channel now uses a weak hash table to record in_channel -> scan...
Pierre Weis
2015-09-21
1
-5
/
+22
*
|
Bug in function check_char corrected: instead of only accepting \r\n as a new
Pierre Weis
2015-09-13
1
-47
/
+75
*
|
whitespace cleanup, cut long lines, add some missing headers
Damien Doligez
2015-09-11
1
-4
/
+8
*
|
Typos in comments.
Pierre Weis
2015-08-28
1
-4
/
+10
|
/
*
PR#6316: Scanf.scanf failure on %u formats when reading big integers.
Xavier Leroy
2015-07-24
1
-1
/
+2
*
PR#6452, GPR#140: add internal support for custom printing formats
Gabriel Scherer
2015-03-08
1
-0
/
+4
*
PR#6791: "%s@[", "%s@{" regression in Scanf
Gabriel Scherer
2015-03-07
1
-0
/
+6
*
merge branch 4.02 from release 4.02.0 to release 4.02.1
Damien Doligez
2014-10-15
1
-0
/
+5
*
merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...
Damien Doligez
2014-08-22
1
-1
/
+2
*
PR#6418: support "@[<hov %d>" in the new format implementation (Benoît Vaugon)
Gabriel Scherer
2014-06-14
1
-3
/
+6
*
PR#6418: fix format regression on "@{<..%d..%s..>" (Benoît Vaugon)
Gabriel Scherer
2014-06-09
1
-9
/
+14
*
format+gadts: make format types "relational" to fix %(...%) typing
Gabriel Scherer
2014-05-21
1
-78
/
+21
*
Use a nominal datatype for CamlinternalFormat.format6
Gabriel Scherer
2014-05-14
1
-2
/
+3
*
Add support for ignored scan_get_counter formats (%_[nlNL])
Gabriel Scherer
2014-05-12
1
-0
/
+1
*
second part of Benoît Vaugon's format+gadts patch
Gabriel Scherer
2014-05-12
1
-623
/
+455
*
merge branch "safe-string"
Damien Doligez
2014-04-29
1
-13
/
+7
*
fix scanf.ml build
Hongbo Zhang
2013-06-02
1
-1
/
+1
*
Better error messages for binary/octal/hexa integer scanning.
Pierre Weis
2013-06-01
1
-5
/
+5
*
Wrong quoting chase.
Pierre Weis
2013-05-29
1
-14
/
+16
*
Documentation.
Pierre Weis
2013-03-19
1
-8
/
+22
*
fix a few problems with whitespace and over-long lines
Damien Doligez
2013-03-09
1
-7
/
+9
*
Normalization.
Pierre Weis
2013-02-12
1
-0
/
+1
*
remove all $Id keywords
Damien Doligez
2012-10-15
1
-2
/
+0
*
Detect (and fix some) useless recursive flags.
Alain Frisch
2012-05-29
1
-1
/
+1
*
PR#5585: typo explicitely -> explicitly
Damien Doligez
2012-04-13
1
-1
/
+1
*
merge version 3.12 from 3.12.1 to r12205
Damien Doligez
2012-03-08
1
-19
/
+12
*
PR#5380: copy fix from 3.12 branch
Damien Doligez
2012-01-11
1
-34
/
+66
*
Fix bug #3888 (String.map and Scanf.unescaped)
Fabrice Le Fessant
2012-01-08
1
-1
/
+5
*
continuing to change the name to OCaml
Damien Doligez
2011-12-21
1
-4
/
+4
*
Implementing the precision feature for Scanf.
Pierre Weis
2011-10-28
1
-241
/
+242
*
Bug #4380.
Pierre Weis
2011-10-25
1
-27
/
+35
*
renaming of Objective Caml to OCaml and cleanup of copyright headers
Damien Doligez
2011-07-27
1
-1
/
+1
*
Module Printf, Format, and Scanf are printed in -w A warning mode. This found...
Pierre Weis
2011-06-20
1
-19
/
+19
*
Defining type file_name.
Pierre Weis
2011-02-23
1
-8
/
+12
*
Typo in module Scanf prevented tests to succeeded properly.
Pierre Weis
2010-05-05
1
-1
/
+1
*
Forgotten export added. Remove spurious warninggs from Oug[1].
Pierre Weis
2010-05-05
1
-6
/
+3
*
PR#4983. Test suite succesfully passed.
Pierre Weis
2010-05-02
1
-441
/
+531
*
Documentation + some rewriting in check_next_char.
Pierre Weis
2010-04-27
1
-7
/
+14
*
Bug in function scan: the size of the string format argument must be calculat...
Pierre Weis
2010-04-25
1
-33
/
+45
*
Adding a close-in function to module Scanf, to be able to close a Scanf scan ...
Pierre Weis
2009-12-29
1
-27
/
+70
*
Doc. Reporting PRs.
Pierre Weis
2009-11-30
1
-109
/
+164
*
Introducing formatted input channels.
Pierre Weis
2009-11-30
1
-8
/
+8
*
Doc.
Pierre Weis
2009-09-23
1
-3
/
+6
[next]