summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid non-tail recursion when loading files in Arg.read_arg.improve_arg_read_argalainfrisch2017-10-041-13/+9
* Changes: backport GPR#1383Gabriel Scherer2017-10-041-3/+4
* reorder trunk Changes categoriesGabriel Scherer2017-10-041-7/+9
* PR#6604: Only allow directives with filename and at the beginning of the line...Tadeu Zagallo2017-10-0410-21/+44
* Split C-- tests off tests/asmcomp and into tests/asmgenXavier Leroy2017-10-0341-607/+156
* Introduce tools/ci-build-other-configsSébastien Hinderer2017-10-031-0/+21
* reorder 4.06 change categoriesGabriel Scherer2017-10-031-211/+212
* fixed position of last optional last semicolumn in sequence (#1387)Christophe Raffalli2017-10-034-4/+8
* Part of MPR#7642: in tests/asmcomp, keep the default dlcode settingXavier Leroy2017-10-031-1/+0
* minor Changes fixGabriel Scherer2017-10-021-16/+16
* rename the configure-time safe-string options for clarityGabriel Scherer2017-10-0215-70/+79
* safe-string: clarify the relation between configure- and compile-time optionsGabriel Scherer2017-10-0213-6/+70
* Run mingw32/msvc64 AppVeyor in parallelDavid Allsopp2017-10-011-8/+25
* On AppVeyor, only run Cygwin setup if neededDavid Allsopp2017-10-011-3/+34
* Don't use Cygwin git on AppVeyorDavid Allsopp2017-10-012-12/+12
* Move AppVeyor commands to a scriptDavid Allsopp2017-10-014-106/+172
* Merge pull request #1383 from Octachron/ocamldoc_module_idGabriel Scherer2017-09-3012-16/+102
|\
| * ocamldoc html: add missing id to signature itemsoctachron2017-09-3012-16/+102
* | MPR#7610: caml.el: avoid using deprecated last-command-char variableXavier Leroy2017-09-302-3/+6
* | toplevel: remove plugin option in topleveloctachron2017-09-306-11/+3
* | Remove superfluous spaces around equals in config/Makefile.*Sébastien Hinderer2017-09-294-23/+23
* | Allow first character of OCAMLPARAM to specify an alternative separatorFabrice Le Fessant2017-09-294-9/+36
* | caml.el: update authors listXavier Leroy2017-09-291-2/+1
* | Follow Emacs Lisp conventions for caml.el (#1346)Christophe Troestler2017-09-292-21/+35
* | In Sys.getcwd, don't call getwd if HAS_GETWD is not set (follow-up to #1086) ...Xavier Leroy2017-09-285-12/+8
* | MPR#7638: problem with Mingw64 + bytecode + threads + exceptions raised from ...Xavier Leroy2017-09-284-0/+23
* | Fix gethost.c C const warning when using compile-time -safe-string (#1368)Nicolás Ojeda Bär2017-09-282-9/+3
* | Merge pull request #1363 from nojb/fix_1200_namingGabriel Scherer2017-09-2734-263/+263
|\ \
| * | Update ChangesNicolas Ojeda Bar2017-09-271-4/+4
| * | Rename: use _os suffixNicolas Ojeda Bar2017-09-2733-259/+259
* | | Revised configuration test for int64 alignment (#1371) continuedXavier Leroy2017-09-271-1/+1
* | | Revised configuration test for int64 alignment (#1371)Mark Shinwell2017-09-273-8/+13
* | | Merge pull request #1375 from yallop/letrec-warnings-testsGabriel Scherer2017-09-271-2/+2
|\ \ \
| * | | Eliminate some warnings in the 'let rec' tests.Jeremy Yallop2017-09-271-2/+2
| |/ /
* | | Add 4.06 to CI badgesDavid Allsopp2017-09-271-1/+3
* | | appveyor: remove the branches specification from the configurationAnil Madhavapeddy2017-09-271-5/+0
* | | Fix build of ocamlrund and ocamlruni under UnixSébastien Hinderer2017-09-271-1/+1
|/ /
* | Simplify exec_tests.precheckNicolas Ojeda Bar2017-09-273-6/+4
* | Disable win-unicode/exec_tests testNicolas Ojeda Bar2017-09-272-1/+2
* | headernt.c: use WriteConsoleNicolas Ojeda Bar2017-09-271-20/+20
* | Fix -output-obj C file argv signatureNicolas Ojeda Bar2017-09-271-4/+4
* | headernt.c: fix read_runtime_pathNicolas Ojeda Bar2017-09-272-12/+21
* | caml.el: Reduce byte-compilation warningsStefan Monnier2017-09-261-14/+11
* | caml.el: Pass the `system` flag when defining abbrevsStefan Monnier2017-09-261-9/+4
* | Merge pull request #1357 from nojb/make_ocamltest_unicode_awareGabriel Scherer2017-09-266-44/+60
|\ \
| * | Avoid '%S' when printing wide stringsNicolas Ojeda Bar2017-09-251-2/+7
| * | TypoNicolas Ojeda Bar2017-09-251-1/+1
| * | Fix tests/letrec warningNicolas Ojeda Bar2017-09-251-1/+1
| * | ocamltest: disable comparison of native programs under WindowsNicolas Ojeda Bar2017-09-251-0/+5
| * | Make ocamltest on Windows Unicode-awareNicolas Ojeda Bar2017-09-254-42/+48