summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changes for 13304.03David 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-291-4/+0
* Merge pull request #607 from jhjourdan/generational_roots_bugGabriel Scherer2016-06-253-4/+19
|\
| * This commit corrects a bug in the code for generational roots:Jacques-Henri Jourdan2016-06-083-4/+19
|/
* Merge pull request #593 from glionnet/update_doc_4_03Gabriel Scherer2016-05-242-7/+14
|\
| * add missings since 4.03.0 tags in stdlib.Grégoire Lionnet2016-05-212-7/+14
|/
* add copyright headers to appveyor filesDamien Doligez2016-05-172-0/+27
* Update the LICENSE file to reflect new licensing conditions (LGPLv2.1)Xavier Leroy2016-05-141-588/+164
* Renamed CAMLOBJS into THREAD_OBJSBernhard Schommer2016-05-131-7/+7
* update documentation for `readlink` ( https://github.com/ocaml/ocaml/pull/462...Damien Doligez2016-05-101-3/+1
* GPR#564: missing stdlib modules in the manualDamien Doligez2016-05-093-7/+39
* increment version number after tagging 4.03.0Damien Doligez2016-04-251-1/+1
* change VERSION for 4.03.04.03.0Damien Doligez2016-04-254-1/+1
* last commit before tagging 4.03.0Damien Doligez2016-04-255-2/+3
* Merge pull request #557 from lpw25/fix-infinite-unrollingDamien Doligez2016-04-253-14/+23
|\
| * Add test for infinite unrollingLeo White2016-04-252-1/+8
| * Fix infinte unrolling bugLeo White2016-04-221-13/+15
* | Merge pull request #536 from dra27/overhaul-install-docsDamien Doligez2016-04-256-587/+493
|\ \
| * | Overhaul the Windows installation instructions.David Allsopp2016-04-081-286/+205
| * | tools/msvs-promote-path scriptDavid Allsopp2015-12-232-0/+52
| * | Remove recommendation not to use parallel makeDavid Allsopp2016-04-081-3/+0
| * | Move Cygwin instructions out of README.win32.adocDavid Allsopp2016-04-083-96/+42
| * | Remove Cygwin dependency on dos2unixDavid Allsopp2016-04-081-1/+1
| * | Refer to OS X by its correct name in README.adocDavid Allsopp2016-04-071-4/+4
| * | Reformat other sections of INSTALL.adocDavid Allsopp2016-04-071-111/+106
| * | Reformat configure instructionsDavid Allsopp2016-04-071-94/+91
|/ /
* | Merge pull request #555 from mshinwell/join_reg_typingMark Shinwell2016-04-226-4/+98
|\ \ | |/ |/|
| * Ensure that register typing constraints are respected at join pointsMark Shinwell2016-04-206-4/+98
* | Fix PR#7230Jacques Garrigue2016-04-224-1/+12
* | PR#6898: Update win32 support documentation of the Unix libraryDamien Doligez2016-04-202-8/+13
* | Fix PR#7234Jacques Garrigue2016-04-205-8/+57
* | Add `-alias-deps` and `-app-funct`Demi Obenour2016-04-1910-5/+42
* | Warning reference: Changes entryGabriel Scherer2016-04-191-0/+7
* | Warning reference: make each warning a subsection for labellingGabriel Scherer2016-04-191-4/+5
* | Consistent name for Warning 52: Ambiguous or-pattern variables under guardGabriel Scherer2016-04-193-14/+24
* | Warning reference: document warning 52, fragile literal patternGabriel Scherer2016-04-193-2/+83
* | Documentation: refer to manual in warning 57octachron2016-04-192-11/+11
* | Manual: add extended description of warning 57octachron2016-04-191-0/+47
* | whitespace and long linesDamien Doligez2016-04-1921-69/+66
* | PR#7232: Strange Pprintast output with ppx_derivingDamien Doligez2016-04-192-2/+5
|/
* Preserve backtraces in match ... with exception e -> ...Nicolas Ojeda Bar2016-04-185-2/+72
* Merge pull request #544 from gasche/man-ocamldebug-initializationGabriel Scherer2016-04-184-6/+49
|\
| * minor ocamlc.m fixGabriel Scherer2016-04-181-1/+1
| * document .ocamldebug, the debugger initialization fileGabriel Scherer2016-04-183-5/+48
|/