summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changes for 13304.04David Allsopp2022-12-211-0/+4
* AArch64 GOT fixedMark Shinwell2022-12-212-4/+15
* Declare variables 'extern' in <caml/major_gc.h> and <caml/intext.h>Xavier Leroy2022-12-124-4/+6
* Avoid duplicate definitions of "common" global variablesXavier Leroy2022-12-122-4/+0
* Update ChangesXavier Leroy2022-01-171-0/+9
* Dynamically allocate the alternate signal stackXavier Leroy2022-01-174-10/+74
* Define __USE_MINGW_ANSI_STDIO=0 for mingw-w64 (#9939)David Allsopp2020-11-274-6/+26
* appveyor: remove the branches specification from the configurationAnil Madhavapeddy2017-09-271-5/+0
* try to make CI work on the windows ports as wellDamien Doligez2017-06-231-0/+2
* try to get Precheck CI to check this branchDamien Doligez2017-06-231-61/+95
* increment version number after tagging 4.04.2 (for real)Damien Doligez2017-06-231-1/+1
* change VERSION for 4.04.2 (for real)4.04.2Damien Doligez2017-06-234-1/+1
* last commit before tagging 4.04.2 (for real)Damien Doligez2017-06-235-2/+5
* replace getenv with secure version and avoid introducing a new functionDamien Doligez2017-06-2316-21/+46
* increment version number after tagging 4.04.2Damien Doligez2017-06-211-1/+1
* change VERSION for 4.04.2Damien Doligez2017-06-214-1/+1
* last commit before tagging 4.04.2Damien Doligez2017-06-217-45/+60
* replace getenv with secure_getenv where appropriateDamien Doligez2017-06-2114-21/+34
* add Sys.secure_getenvDamien Doligez2017-06-218-2/+57
* Ensure testsuite works with OCAMLRUNPARAM=bDavid Allsopp2017-06-1616-8/+35
* Display backtraces in AppVeyor buildsDavid Allsopp2017-06-141-0/+1
* Display CPU name in AppVeyor buildsDavid Allsopp2017-06-141-0/+2
* increment version number after tagging 4.04.1Damien Doligez2017-04-131-1/+1
* change VERSION for 4.04.14.04.1Damien Doligez2017-04-134-1/+1
* last commit before tagging 4.04.1Damien Doligez2017-04-138-18/+14
* Wallpaper over \r\n problem for Cygwin testsuiteDavid Allsopp2017-04-121-0/+29
* Don't emit \r in the debuggerDavid Allsopp2017-04-121-5/+10
* Fix \r problems on recent CygwinsDavid Allsopp2017-04-128-16/+20
* minor change fixesGabriel Scherer2017-04-111-2/+3
* Changes fixGabriel Scherer2017-04-111-4/+4
* 617f94f2cafbd93816264f195135cc813fa64c22 (GPR#1089) for 4.04 branchMark Shinwell2017-04-102-0/+9
* Merge pull request #1023 from dra27/flexlink-bootstrapDamien Doligez2017-04-078-20/+69
|\
| * Fix installation of bytecode flexlink.exeDavid Allsopp2017-04-041-7/+4
| * Don't build flexlink.opt in opt.optDavid Allsopp2017-04-041-2/+1
| * Split FlexDLL bootstrap into flexdll and flexlinkDavid Allsopp2017-04-042-6/+22
| * Install bootstrapped FlexDLL objects to flexdll/David Allsopp2017-04-048-4/+41
| * Allow backslashes in FLEXLINK_FLAGSDavid Allsopp2017-04-041-4/+4
* | Merge pull request #1135 from dra27/c-warnings-4.04Damien Doligez2017-04-0718-543/+100
|\ \
| * | Test msvc32 on AppVeyor using Visual Studio 2010David Allsopp2017-04-062-3/+37
| * | Get rid of a few redeclarations of functions in C code. (#900)Sébastien Hinderer2017-04-063-7/+0
| * | Fix a couple of warnings in C code.Sébastien Hinderer2017-04-0612-524/+38
| * | Fix implicit function declaration warning in bytern/fix_code.c.Sébastien Hinderer2017-04-061-0/+2
| * | Build the FlexDLL objects manually on AppVeyorDavid Allsopp2017-04-062-3/+14
| * | Switch AppVeyor to Visual Studio 2015David Allsopp2017-04-061-1/+3
| * | Turn C warnings into errors on AppVeyorDavid Allsopp2017-04-061-4/+2
| * | Fix missing header on MSVCDavid Allsopp2017-04-061-0/+1
| * | Fix missing types in win32graph/draw.cDavid Allsopp2017-04-061-2/+4
| * | Switch AppVeyor to FlexDLL 0.35David Allsopp2017-04-061-1/+1
* | | Merge #1019 into 4.04 (backport by @chambart).Damien Doligez2017-04-0721-83/+275
|\ \ \ | |/ / |/| |
| * | Add missing_set_of_closures testPierre Chambart2017-04-055-0/+62