summaryrefslogtreecommitdiffstats
path: root/stdlib/camlinternalFormat.ml
AgeCommit message (Expand)Author
2014-12-24PR#6727: Printf.sprintf "%F" misbehaviorDamien Doligez
2014-10-15merge branch 4.02 from release 4.02.0 to release 4.02.1Damien 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-29merge changes of version/4.02 from r15121 to r15155Damien Doligez
2014-08-22merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez
2014-06-14PR#6418: support "@[<hov %d>" in the new format implementation (Benoît Vaugon)Gabriel Scherer
2014-06-09PR#6418: fix format regression on "@{<..%d..%s..>" (Benoît Vaugon)Gabriel Scherer
2014-06-04fix PR#6431 (patch by Benoît Vaugon)Gabriel Scherer
2014-05-21format+gadts: make format types "relational" to fix %(...%) typingGabriel Scherer
2014-05-15fix PR#6415: format had forgotten about 'b' boxesGabriel Scherer
2014-05-14replay trunk@13911: better behavior of printf on nan/infinity floatsGabriel Scherer
2014-05-14Use a nominal datatype for CamlinternalFormat.format6Gabriel Scherer
2014-05-12formats: enable the legacy mode by defaultGabriel Scherer
2014-05-12For %{..%}, restore Pierre's semanticsGabriel Scherer
2014-05-12move code from pervasives.ml to camlinternalFormat.mlGabriel Scherer
2014-05-12simplification in bprint_char_setGabriel Scherer
2014-05-12charset-parsing: require that '%' be written '%%' in charsets, as per the doc...Gabriel Scherer
2014-05-12printf behavior of %{..%}Gabriel Scherer
2014-05-12some characters were not allowed in charsetsGabriel Scherer
2014-05-12accept and ignore '+' and '-' before precision integersGabriel Scherer
2014-05-12allow incompatible or unsupported numeric formatting flagsGabriel Scherer
2014-05-12fix printing bug: (Printf.printf "% 04d" 3) => "00 3"Gabriel Scherer
2014-05-12parse the ignore flag before all othersGabriel Scherer
2014-05-12introduce type aliases for simple padding and precision typesGabriel Scherer
2014-05-12Add support for ignored scan_get_counter formats (%_[nlNL])Gabriel Scherer
2014-05-12when passed to Printf, %l%n%L should be interepreted as %u, not %dGabriel Scherer
2014-05-12allows some more ignored formatsGabriel Scherer
2014-05-12ignore more incompatible flagsGabriel Scherer
2014-05-12disable incompatible flags in legacy modeGabriel Scherer
2014-05-12some benine meaningless formats were previously ignoredGabriel Scherer
2014-05-12sets up a 'legacy mode'Gabriel Scherer
2014-05-12second part of Benoît Vaugon's format+gadts patchGabriel Scherer
2014-05-12convert Benoît's first patch to bytes/stringGabriel Scherer
2014-05-12first part of Benoît Vaugon's format-gadts patchGabriel Scherer