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
/
printf.ml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stdlib: added Printf.ikbprintf, Printf.ibprintf (#9364)
muskangarg21
2020-03-26
1
-0
/
+2
*
Remove the state argument in CamlinternalFormat.make_printf.
Drup
2018-08-02
1
-4
/
+4
*
Update headers for the new license.
Damien Doligez
2016-02-18
1
-12
/
+14
*
Use make_iprintf to build Printf.ikfprintf and Printf.ifprintf.
Jeremy Yallop
2015-10-27
1
-1
/
+1
*
Use a nominal datatype for CamlinternalFormat.format6
Gabriel Scherer
2014-05-14
1
-4
/
+5
*
second part of BenoƮt Vaugon's format+gadts patch
Gabriel Scherer
2014-05-12
1
-725
/
+25
*
merge branch "safe-string"
Damien Doligez
2014-04-29
1
-6
/
+6
*
PR#5739: Printf.printf "%F" and nan/infinity/neg_infinity.
Xavier Leroy
2013-07-19
1
-5
/
+11
*
Wrong quoting chase.
Pierre Weis
2013-05-29
1
-13
/
+18
*
Details.
Pierre Weis
2013-04-25
1
-1
/
+3
*
Complete rewriting of Format.mk_printf. Convergence between Printf and Format...
Pierre Weis
2013-04-24
1
-10
/
+16
*
Details.
Pierre Weis
2013-03-19
1
-12
/
+12
*
fix a few problems with whitespace and over-long lines
Damien Doligez
2013-03-09
1
-1
/
+2
*
remove all $Id keywords
Damien Doligez
2012-10-15
1
-2
/
+0
*
Introducing ikfprintf.
Pierre Weis
2012-04-11
1
-2
/
+14
*
PR#5380: copy fix from 3.12 branch
Damien Doligez
2012-01-11
1
-5
/
+9
*
continuing to change the name to OCaml
Damien Doligez
2011-12-21
1
-4
/
+4
*
renaming of Objective Caml to OCaml and cleanup of copyright headers
Damien Doligez
2011-07-27
1
-1
/
+1
*
merge changes from 3.12.0 to 3.12.1
Damien Doligez
2011-07-20
1
-4
/
+10
*
Module Printf, Format, and Scanf are printed in -w A warning mode. This found...
Pierre Weis
2011-06-20
1
-6
/
+6
*
Documenting that +int is now a valid token, hence %F can support a sign indic...
Pierre Weis
2009-12-09
1
-7
/
+1
*
To deal with printf output for %F format, adding a unary + operator.
Pierre Weis
2009-12-07
1
-2
/
+3
*
Introducing nop format delimiter %,
Pierre Weis
2009-11-30
1
-28
/
+4
*
Spell-check.
Pierre Weis
2009-09-25
1
-17
/
+17
*
Correcting the F specification with/without widths.
Pierre Weis
2009-09-23
1
-19
/
+56
*
merge changes from ocaml3110 to ocaml3111rc0
Damien Doligez
2009-05-20
1
-3
/
+40
*
option -C is a gnuism that is not portable: use cd instead!
Pierre Weis
2009-04-06
1
-4
/
+4
*
A simple fix to BR#4756
Pierre Weis
2009-03-28
1
-17
/
+18
*
Documentation.
Pierre Weis
2008-09-27
1
-4
/
+9
*
PR#4321 bug with positional parameters
Damien Doligez
2008-09-10
1
-1
/
+1
*
Various explanations and typos.
Pierre Weis
2008-07-01
1
-21
/
+27
*
Support for tk8.5: correcting tk_incs.
Pierre Weis
2008-07-01
1
-57
/
+109
*
Indentation was erroneous.
Pierre Weis
2007-10-04
1
-23
/
+23
*
Encapsulation of system specific exports in module Printf.
Pierre Weis
2006-11-17
1
-38
/
+76
*
New type ac (argument counting for format strings). New function ac_of_format.
Pierre Weis
2006-11-06
1
-18
/
+17
*
New function ifprintf that does not print. (See request #0004031.)
Pierre Weis
2006-11-06
1
-0
/
+2
*
Better calculation of format argument number.
Pierre Weis
2006-10-27
1
-13
/
+32
*
Typechecking of user's defined readers.
Pierre Weis
2006-10-24
1
-1
/
+1
*
Sub module Sformat now deals with format6.
Pierre Weis
2006-10-24
1
-5
/
+5
*
Bug report 0004119: Issue with Scanf.Scanning.from_file
Pierre Weis
2006-10-04
1
-8
/
+11
*
Code review before adding new typing of format string.
Pierre Weis
2006-05-04
1
-44
/
+49
*
fusion des changements 3.09.1 -> 3.09.2
Damien Doligez
2006-04-16
1
-1
/
+1
*
Dead code removed + typos.
Pierre Weis
2006-04-05
1
-9
/
+4
*
Module Sformat is internal to printf. Better typing specifications of functio...
Pierre Weis
2006-04-05
1
-60
/
+89
*
Importing the 3.09 debugging version of Printf.
Pierre Weis
2006-01-24
1
-107
/
+133
*
Correcting bug for %{ conversions.
Pierre Weis
2006-01-04
1
-20
/
+33
*
nettoyage
Damien Doligez
2005-10-25
1
-1
/
+1
*
Hard bug in printf: when the first argument to print was a floating point
Pierre Weis
2005-09-30
1
-11
/
+35
*
Implementing positional parameters in format string. First step:
Pierre Weis
2005-09-26
1
-45
/
+89
*
Closing a long standing bug in the implementation of printf-like
Pierre Weis
2005-09-20
1
-177
/
+226
[next]