summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GPR#1086 continued: do not use getwd()fix-getwd-useXavier Leroy2017-09-281-2/+4
* GPR#1086 continued: finish reverting to using a fixed-size getcwd bufferXavier Leroy2017-09-281-1/+1
* GPR#1086 continued: do not use PATH_MAX to size the buffer for getcwd()Xavier Leroy2017-09-271-7/+2
* GPR#1086 continued: do not use getwd()Xavier Leroy2017-09-273-16/+0
* Fix Spacetime for HAS_GETCWD / HAS_GETWDMark Shinwell2017-09-271-5/+17
* GPR#1086: in Sys.getcwd, don't call getwd if HAS_GETWD is not setXavier Leroy2017-09-272-1/+4
* 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
* | Merge pull request #556 from yallop/let-rec-patchGabriel Scherer2017-09-250-0/+0
|\ \
| * | let-rec check: trivial module coercion is not an inspection.Jeremy Yallop2017-09-251-0/+2
| * | let-rec check: tests for 'lazy' on the rhs.Jeremy Yallop2017-09-254-0/+15
| * | let rec check: add cases for Tcl_open.Jeremy Yallop2017-09-251-0/+4
| * | let-rec check: add an entry to Changes for GPR#556.Jeremy Yallop2017-09-251-0/+7
| * | Handle the lazy compilation special cases in recursion analysis.Jeremy Yallop2017-09-251-1/+8
| * | Move lazy argument analysis to Typeopt.Jeremy Yallop2017-09-253-27/+51
| * | Move the Typeopt module to typing, for use in recursion analysis.Jeremy Yallop2017-09-255-19/+19
| * | let-rec check: module constraint is inspection.Jeremy Yallop2017-09-253-1/+16
| * | let-rec check: extension constructor access inspects the defining module.Jeremy Yallop2017-09-253-1/+25
| * | let-rec check (tests): fix the test for PR6939.Jeremy Yallop2017-09-251-2/+0
| * | Improve Texp_record printing: use fields names, print representation.Jeremy Yallop2017-09-251-3/+15
| * | Fix printing of typed let-exception expressions.Jeremy Yallop2017-09-251-1/+1
| * | let-rec check (tests): an unboxed constructor is not a guard.Jeremy Yallop2017-09-252-1/+10
| * | let-rec check (tests): an unboxed record is not a guardJeremy Yallop2017-09-252-0/+9
| * | let-rec check (tests): constructing non-recursive float arrays is allowed.Jeremy Yallop2017-09-251-0/+5
| * | let-rec check (tests): add a test for PR4989.Jeremy Yallop2017-09-252-0/+1
| * | let-rec check (tests): recursive construction of generic arrays is disallowedJeremy Yallop2017-09-253-0/+13
| * | let-rec check (tests): check that some ill-formed expressions are rejected.Jeremy Yallop2017-09-257-7/+417
| * | let-rec check (tests): check that some well-formed expressions are acceptedJeremy Yallop2017-09-252-0/+69
| * | let-rec check (tests): add a test for PR7231.Jeremy Yallop2017-09-252-0/+11