summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-05-12fix some testsuite MakefilesGabriel Scherer
2014-05-12final bootstrap (make partialclean core coreboot)Gabriel Scherer
2014-05-12fix a regression in Format formatting printing routinesGabriel Scherer
2014-05-12formats: enable the legacy mode by defaultGabriel Scherer
2014-05-12For %{..%}, restore Pierre's semanticsGabriel Scherer
2014-05-12testsuite Makefile fixGabriel Scherer
2014-05-12boostrap (same steps as the last one)Gabriel 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-12implement (^^) correctly wrt. string_of_format (Thanks to Pierre Weis)Gabriel Scherer
2014-05-12printf behavior of %{..%}Gabriel Scherer
2014-05-12minor strengthening of the typing of %{...%} formatsGabriel 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-12typecore.ml: fix format's expected-type mistakeGabriel Scherer
2014-05-12introduce type aliases for simple padding and precision typesGabriel Scherer
2014-05-12testsuite for %_[nNlL]Gabriel Scherer
2014-05-12finish %_[nNlL] boostrap (same bootstrap steps)Gabriel Scherer
2014-05-12add typer support for the new formatsGabriel Scherer
2014-05-12temporary bootstrap (%_[nNlL] not yet handled by the typer)Gabriel Scherer
2014-05-12Add support for ignored scan_get_counter formats (%_[nlNL])Gabriel Scherer
2014-05-12a testsuite to measure format behavior changes and the effectiveness of legac...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-12bootstrapGabriel Scherer
2014-05-12sync threads/pervasives.mlGabriel Scherer
2014-05-12second part of Benoît Vaugon's format+gadts patchGabriel Scherer
2014-05-12temporarily remove %(%) to avoid weaker typingGabriel Scherer
2014-05-12update Benoît's patch wrt. Parsetree changesGabriel 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
2014-05-12temporarily revert the bootstrap of naked-pointers before merging format+gadtsGabriel Scherer
2014-05-12Correct PR#6412 by ruling out sharing of LeventsLuc Maranget
2014-05-12ci-build: do not change directory for Unix slavesDamien Doligez
2014-05-12add missing instructions to ci-build for msvcDamien Doligez
2014-05-12update distclean targetDamien Doligez
2014-05-12Add entry in Changelog for #5779.Alain Frisch
2014-05-12mark PR#5580 as potentially breaking changeDamien Doligez
2014-05-12fix missing archsDamien Doligez
2014-05-12avoid warning just before an error happens using -no-alias-depsJacques Garrigue
2014-05-12add universal CI build scriptDamien Doligez
2014-05-12* split Typetexp.lookup_module and Typetexp.find_moduleJacques Garrigue