summaryrefslogtreecommitdiff
path: root/stdlib/camlinternalFormat.ml
Commit message (Expand)AuthorAgeFilesLines
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* GPR#268: Hexadecimal notation for floating-point numbersXavier Leroy2015-11-191-21/+49
|\
| * Preliminary support for hexadecimal notation for FP numbers.Xavier Leroy2015-07-261-21/+49
* | Merge pull request #267 from yallop/faster-ifprintfGabriel Scherer2015-10-311-1/+102
|\ \
| * | Add make_iprintf (make_printf optimised for ifprintf) to CamlinternalFormat.Jeremy Yallop2015-10-271-1/+102
* | | Code cleanup: replace let-binding of type unit with sequence.alainfrisch2015-10-271-1/+1
|/ /
* | whitespace cleanup, cut long lines, add some missing headersDamien Doligez2015-09-111-21/+49
|/
* PR#6938: fix regression on "%047.27{l,L,n}{d,i,x,X,o,u}"Gabriel Scherer2015-07-251-28/+29
* Attach documentation comments to ParsetreeLeo White2015-06-281-1/+1
* PR#6452 (part two): make custom_format string-onlyGabriel Scherer2015-05-101-7/+7
* PR#6452, GPR#140: add internal support for custom printing formatsGabriel Scherer2015-03-081-0/+44
* PR#6727: Printf.sprintf "%F" misbehaviorDamien Doligez2014-12-241-9/+10
* merge branch 4.02 from release 4.02.0 to release 4.02.1Damien Doligez2014-10-151-80/+189
* #6577: fix performance of %C format.Alain Frisch2014-09-241-1/+5
* #6577: fix performance of %S format.Alain Frisch2014-09-241-1/+5
* #6577: fix performance of %L, %l, %n formats.Alain Frisch2014-09-241-16/+29
* merge changes of version/4.02 from r15121 to r15155Damien Doligez2014-08-291-15/+17
* merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-221-40/+51
* PR#6418: support "@[<hov %d>" in the new format implementation (Benoît Vaugon)Gabriel Scherer2014-06-141-69/+90
* PR#6418: fix format regression on "@{<..%d..%s..>" (Benoît Vaugon)Gabriel Scherer2014-06-091-145/+237
* fix PR#6431 (patch by Benoît Vaugon)Gabriel Scherer2014-06-041-1/+1
* format+gadts: make format types "relational" to fix %(...%) typingGabriel Scherer2014-05-211-62/+275
* fix PR#6415: format had forgotten about 'b' boxesGabriel Scherer2014-05-151-0/+1
* replay trunk@13911: better behavior of printf on nan/infinity floatsGabriel Scherer2014-05-141-2/+5
* Use a nominal datatype for CamlinternalFormat.format6Gabriel Scherer2014-05-141-6/+7
* formats: enable the legacy mode by defaultGabriel Scherer2014-05-121-2/+13
* For %{..%}, restore Pierre's semanticsGabriel Scherer2014-05-121-5/+4
* move code from pervasives.ml to camlinternalFormat.mlGabriel Scherer2014-05-121-0/+120
* simplification in bprint_char_setGabriel Scherer2014-05-121-6/+6
* charset-parsing: require that '%' be written '%%' in charsets, as per the doc...Gabriel Scherer2014-05-121-59/+76
* printf behavior of %{..%}Gabriel Scherer2014-05-121-4/+6
* some characters were not allowed in charsetsGabriel Scherer2014-05-121-1/+13
* accept and ignore '+' and '-' before precision integersGabriel Scherer2014-05-121-3/+14
* allow incompatible or unsupported numeric formatting flagsGabriel Scherer2014-05-121-22/+51
* fix printing bug: (Printf.printf "% 04d" 3) => "00 3"Gabriel Scherer2014-05-121-1/+1
* parse the ignore flag before all othersGabriel Scherer2014-05-121-16/+23
* introduce type aliases for simple padding and precision typesGabriel Scherer2014-05-121-2/+2
* Add support for ignored scan_get_counter formats (%_[nlNL])Gabriel Scherer2014-05-121-3/+19
* when passed to Printf, %l%n%L should be interepreted as %u, not %dGabriel Scherer2014-05-121-2/+2
* allows some more ignored formatsGabriel Scherer2014-05-121-1/+6
* ignore more incompatible flagsGabriel Scherer2014-05-121-2/+6
* disable incompatible flags in legacy modeGabriel Scherer2014-05-121-18/+41
* some benine meaningless formats were previously ignoredGabriel Scherer2014-05-121-3/+14
* sets up a 'legacy mode'Gabriel Scherer2014-05-121-0/+3
* second part of Benoît Vaugon's format+gadts patchGabriel Scherer2014-05-121-8/+7
* convert Benoît's first patch to bytes/stringGabriel Scherer2014-05-121-49/+38
* first part of Benoît Vaugon's format-gadts patchGabriel Scherer2014-05-121-0/+2021