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
Age
Commit message (
Expand
)
Author
2014-05-12
fix some testsuite Makefiles
Gabriel Scherer
2014-05-12
final bootstrap (make partialclean core coreboot)
Gabriel Scherer
2014-05-12
fix a regression in Format formatting printing routines
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
testsuite Makefile fix
Gabriel Scherer
2014-05-12
boostrap (same steps as the last one)
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
implement (^^) correctly wrt. string_of_format (Thanks to Pierre Weis)
Gabriel Scherer
2014-05-12
printf behavior of %{..%}
Gabriel Scherer
2014-05-12
minor strengthening of the typing of %{...%} formats
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
typecore.ml: fix format's expected-type mistake
Gabriel Scherer
2014-05-12
introduce type aliases for simple padding and precision types
Gabriel Scherer
2014-05-12
testsuite for %_[nNlL]
Gabriel Scherer
2014-05-12
finish %_[nNlL] boostrap (same bootstrap steps)
Gabriel Scherer
2014-05-12
add typer support for the new formats
Gabriel Scherer
2014-05-12
temporary bootstrap (%_[nNlL] not yet handled by the typer)
Gabriel Scherer
2014-05-12
Add support for ignored scan_get_counter formats (%_[nlNL])
Gabriel Scherer
2014-05-12
a testsuite to measure format behavior changes and the effectiveness of legac...
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
bootstrap
Gabriel Scherer
2014-05-12
sync threads/pervasives.ml
Gabriel Scherer
2014-05-12
second part of Benoît Vaugon's format+gadts patch
Gabriel Scherer
2014-05-12
temporarily remove %(%) to avoid weaker typing
Gabriel Scherer
2014-05-12
update Benoît's patch wrt. Parsetree changes
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
2014-05-12
temporarily revert the bootstrap of naked-pointers before merging format+gadts
Gabriel Scherer
2014-05-12
Correct PR#6412 by ruling out sharing of Levents
Luc Maranget
2014-05-12
ci-build: do not change directory for Unix slaves
Damien Doligez
2014-05-12
add missing instructions to ci-build for msvc
Damien Doligez
2014-05-12
update distclean target
Damien Doligez
2014-05-12
Add entry in Changelog for #5779.
Alain Frisch
2014-05-12
mark PR#5580 as potentially breaking change
Damien Doligez
2014-05-12
fix missing archs
Damien Doligez
2014-05-12
avoid warning just before an error happens using -no-alias-deps
Jacques Garrigue
2014-05-12
add universal CI build script
Damien Doligez
2014-05-12
* split Typetexp.lookup_module and Typetexp.find_module
Jacques Garrigue
[prev]
[next]