summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* last commit in this branchnew-test-frameworkDamien Doligez2015-10-0714-62/+66
|\
| * Avoid creating empty .asm files when using a binary backend.Alain Frisch2015-02-262-3/+4
| * Fix PR#6787Jacques Garrigue2015-02-195-11/+29
* | more testsDamien Doligez2015-02-2010-5/+59
* | add more testsDamien Doligez2015-02-2027-29/+34
* | add toplevel testsDamien Doligez2015-02-204-38/+37
* | simplification of the interface; one more testDamien Doligez2015-02-2014-158/+117
* | small changes to testsuite infrastructureDamien Doligez2015-02-209-68/+9
* | ignore MacOS debugging symbols, do not ignore .depend filesDamien Doligez2015-02-201-2/+1
* | add clean targetDamien Doligez2015-02-201-0/+3
* | better compilation flagsDamien Doligez2015-02-202-11/+5
* | add missing stack alignment for MacOSDamien Doligez2015-02-201-0/+2
* | add more testsDamien Doligez2015-02-198-20/+62
* | merge trunk up to rev 15849Damien Doligez2015-02-1953-304/+924
|\ \ | |/
| * PR#6775: Digest.file leaks file descriptor on errorGabriel Scherer2015-02-152-3/+5
| * tools: add a file of GDB macros useful for debugging the runtimeDamien Doligez2015-02-124-0/+254
| * GPR#143: fix getsockopt behaviour for boolean socket optionsDamien Doligez2015-02-103-1/+4
| * fix the MSVC fixGabriel Scherer2015-02-081-2/+1
| * meta.c: one more MSVC fixGabriel Scherer2015-02-081-1/+2
| * backtrace.c: revert to C89 variable declarations to please MSVC (?!)Gabriel Scherer2015-02-081-19/+28
| * PR#6468: toplevel now supports backtraces if invoked with OCAMLRUNPARAM=bGabriel Scherer2015-02-0817-191/+375
| * PR#6760: closures evaluated in the toplevel can now be marshalledGabriel Scherer2015-02-085-15/+54
| * PR#6642: replace $CAMLORIGIN in -ccopt with the path to cma or cmxaGabriel Scherer2015-02-087-9/+37
| * minor Changes fixGabriel Scherer2015-02-081-1/+1
| * PR#6749: ocamlopt returns n for (n mod 1) instead of 0Gabriel Scherer2015-02-084-3/+13
| * cmmgen.ml: minor style fixGabriel Scherer2015-02-081-1/+1
| * clarify the multiplication trickGabriel Scherer2015-02-071-6/+11
| * Cmm arithmetic optimisations.Gabriel Scherer2015-02-074-42/+52
| * fix bug where some unclosed channels could be discarded without flushingDamien Doligez2015-02-061-2/+11
| * replace use of deprecated String.uppercaseDamien Doligez2015-02-061-1/+1
| * PR#6340: Incorrect handling of \r when processing "Windows" source filesDamien Doligez2015-02-062-1/+5
| * GPR#142: add a CAMLdrop macro for undoing CAMLparam*/CAMLlocal*Damien Doligez2015-02-062-4/+9
| * Better simplification after inlining (resolve switches on known constants); a...Alain Frisch2015-02-051-7/+33
| * Fix PR#6768: Typechecker overflow the stack on cyclic typeJacques Garrigue2015-02-055-1/+27
| * configure: add test for cygwin64Damien Doligez2015-02-053-10/+14
| * remove exec permission from Makefile.commonDamien Doligez2015-02-041-0/+0
| * Fix pretty-printing of inlined recordsJérémie Dimino2015-01-301-10/+7
| * Fix #6767 (hopefully).Alain Frisch2015-01-301-0/+1
| * try to unbreak travisJérémie Dimino2015-01-301-3/+5
| * Fix PR#6763Jacques Garrigue2015-01-302-1/+3
* | cosmetic changesDamien Doligez2015-02-192-6/+6
* | convert more testsDamien Doligez2015-02-1834-94/+182
* | add "make byte" and "make opt" to test only byte-code/native-codeDamien Doligez2015-02-183-9/+32
* | change *.out to *.refout because *.out is ignored by defaultDamien Doligez2015-02-1741-6/+68
* | add C files; more testsDamien Doligez2015-02-167-30/+41
* | more cleanup and simplification; more testsDamien Doligez2015-02-1646-238/+387
* | cleanup; separate byte-code from native executablesDamien Doligez2015-02-163-24/+20
* | cleanup; separate byte-code from native executablesDamien Doligez2015-02-1631-158/+124
* | work in progressDamien Doligez2015-02-161-8/+21
* | tweak tools/check-typoDamien Doligez2015-02-061-3/+6