summaryrefslogtreecommitdiff
path: root/stdlib/camlinternalFormatBasics.ml
Commit message (Expand)AuthorAgeFilesLines
* Also enable more warnings in stdlib/ and fix them.Alain Frisch2016-03-151-1/+1
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* GPR#268: Hexadecimal notation for floating-point numbersXavier Leroy2015-11-191-0/+2
|\
| * Preliminary support for hexadecimal notation for FP numbers.Xavier Leroy2015-07-261-0/+2
* | whitespace cleanup, cut long lines, add some missing headersDamien Doligez2015-09-111-5/+20
|/
* PR#6452 (part two): make custom_format string-onlyGabriel Scherer2015-05-101-5/+5
* PR#6452, GPR#140: add internal support for custom printing formatsGabriel Scherer2015-03-081-0/+43
* merge branch 4.02 from release 4.02.0 to release 4.02.1Damien Doligez2014-10-151-0/+7
* PR#6418: support "@[<hov %d>" in the new format implementation (Benoît Vaugon)Gabriel Scherer2014-06-141-1/+2
* PR#6418: fix format regression on "@{<..%d..%s..>" (Benoît Vaugon)Gabriel Scherer2014-06-091-35/+44
* Fix PR#6417: sprintf broken when local module named Pervasives is in scopeGabriel Scherer2014-06-091-0/+604