index
:
adrien/ocaml
mantis-6773-separate-build-of-ocamldoc-ocamlbuild-ocamldebug-v2
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stdlib
/
camlinternalFormat.ml
Age
Commit message (
Expand
)
Author
2014-12-24
PR#6727: Printf.sprintf "%F" misbehavior
Damien Doligez
2014-10-15
merge branch 4.02 from release 4.02.0 to release 4.02.1
Damien Doligez
2014-09-24
#6577: fix performance of %C format.
Alain Frisch
2014-09-24
#6577: fix performance of %S format.
Alain Frisch
2014-09-24
#6577: fix performance of %L, %l, %n formats.
Alain Frisch
2014-08-29
merge changes of version/4.02 from r15121 to r15155
Damien Doligez
2014-08-22
merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...
Damien Doligez
2014-06-14
PR#6418: support "@[<hov %d>" in the new format implementation (Benoît Vaugon)
Gabriel Scherer
2014-06-09
PR#6418: fix format regression on "@{<..%d..%s..>" (Benoît Vaugon)
Gabriel Scherer
2014-06-04
fix PR#6431 (patch by Benoît Vaugon)
Gabriel Scherer
2014-05-21
format+gadts: make format types "relational" to fix %(...%) typing
Gabriel Scherer
2014-05-15
fix PR#6415: format had forgotten about 'b' boxes
Gabriel Scherer
2014-05-14
replay trunk@13911: better behavior of printf on nan/infinity floats
Gabriel Scherer
2014-05-14
Use a nominal datatype for CamlinternalFormat.format6
Gabriel Scherer
2014-05-12
formats: enable the legacy mode by default
Gabriel Scherer
2014-05-12
For %{..%}, restore Pierre's semantics
Gabriel Scherer
2014-05-12
move code from pervasives.ml to camlinternalFormat.ml
Gabriel Scherer
2014-05-12
simplification in bprint_char_set
Gabriel Scherer
2014-05-12
charset-parsing: require that '%' be written '%%' in charsets, as per the doc...
Gabriel Scherer
2014-05-12
printf behavior of %{..%}
Gabriel Scherer
2014-05-12
some characters were not allowed in charsets
Gabriel Scherer
2014-05-12
accept and ignore '+' and '-' before precision integers
Gabriel Scherer
2014-05-12
allow incompatible or unsupported numeric formatting flags
Gabriel Scherer
2014-05-12
fix printing bug: (Printf.printf "% 04d" 3) => "00 3"
Gabriel Scherer
2014-05-12
parse the ignore flag before all others
Gabriel Scherer
2014-05-12
introduce type aliases for simple padding and precision types
Gabriel Scherer
2014-05-12
Add support for ignored scan_get_counter formats (%_[nlNL])
Gabriel Scherer
2014-05-12
when passed to Printf, %l%n%L should be interepreted as %u, not %d
Gabriel Scherer
2014-05-12
allows some more ignored formats
Gabriel Scherer
2014-05-12
ignore more incompatible flags
Gabriel Scherer
2014-05-12
disable incompatible flags in legacy mode
Gabriel Scherer
2014-05-12
some benine meaningless formats were previously ignored
Gabriel Scherer
2014-05-12
sets up a 'legacy mode'
Gabriel Scherer
2014-05-12
second part of Benoît Vaugon's format+gadts patch
Gabriel Scherer
2014-05-12
convert Benoît's first patch to bytes/string
Gabriel Scherer
2014-05-12
first part of Benoît Vaugon's format-gadts patch
Gabriel Scherer