summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'trunk' of ssh://github.com/ocaml/ocaml into trunkpierreweis2015-11-12134-3197/+832
|\
| * PR#6945 and GPR#227: protect Sys and Unix functions against string arguments ...Xavier Leroy2015-11-1110-9/+22
| * PR#6945 and GPR#227: protect Sys and Unix functions against string arguments ...Xavier Leroy2015-11-1131-1/+83
| * Merge branch 'trunk' of ssh://github.com/ocaml/ocaml into trunkXavier Leroy2015-11-113-58/+63
| |\
| | * Merge pull request #280 from mshinwell/parallel-make-fixesXavier Leroy2015-11-113-58/+63
| | |\
| | | * ChangesMark Shinwell2015-11-041-0/+2
| | | * fix stdlib dependencies for .p.cmxMark Shinwell2015-11-042-58/+61
| * | | PR#7039: Unix.getsockname returns garbage for unnamed PF_UNIX sockets.Xavier Leroy2015-11-112-1/+10
| |/ /
| * | simplify .gitignore; remove .ignore files and tools/setignore; adjust tools/c...Damien Doligez2015-11-0641-2917/+72
| * | update Changes for GPR#279Gabriel Scherer2015-11-051-2/+3
| * | Merge pull request #281 from bobot/unbox_madlyJérémie Dimino2015-11-0513-34/+99
| |\ \
| | * | Update ChangesFrançois Bobot2015-11-051-0/+5
| | * | Make `Pervasives.ldexp` unboxed and noallocFrançois Bobot2015-11-054-3/+14
| | * | Make specialized compare unboxedFrançois Bobot2015-11-056-24/+66
| | * | Make `Sys.time` unboxed and noallocFrançois Bobot2015-11-053-7/+14
| |/ /
| * | Merge pull request #261 from lpw25/fix-pr6998Leo White2015-11-0512-50/+145
| |\ \
| | * | Add a test for no-alias-depsLeo White2015-11-048-1/+61
| | * | Use ignore because its less fragile than _Leo White2015-11-041-5/+6
| | * | Take the P out of my nameLeo White2015-11-041-8/+8
| | * | Add Changes entryLeo White2015-11-041-0/+2
| | * | Put back option in persistent struct hashtableLeo White2015-11-041-15/+27
| | * | Fix PR6998Leo White2015-11-043-56/+76
| | |/
| * | add missing author in ChangesJeremie Dimino2015-11-051-0/+1
| * | PR#6806: Allow type annotations before the "->" in "fun <args> -> <expr>"Jeremie Dimino2015-11-053-2/+5
| * | PR#6806: Syntactic sugar for type annotations on record fieldsJeremie Dimino2015-11-053-8/+33
| * | Merge pull request #279 from alainfrisch/fix_frametablesAlain Frisch2015-11-051-2/+5
| |\ \
| | * | Attempt to fix a probable bug introduced by GPR#156.alainfrisch2015-11-031-2/+5
| | |/
| * | Fix PR#7036: Module alias and package type equalityJacques Garrigue2015-11-053-1/+31
| |/
| * Merge pull request #272 from alainfrisch/unbox_classify_floatAlain Frisch2015-11-036-20/+47
| |\
| | * Add a note suggesting to switch to the emulation of clasify_float as a faster...alainfrisch2015-11-031-0/+6
| | * Changelog.alainfrisch2015-11-031-0/+1
| | * Merge branch 'trunk' of github.com:ocaml/ocaml into unbox_classify_floatalainfrisch2015-11-0340-187/+387
| | |\ | | |/ | |/|
| * | Merge pull request #277 from diml/more-unboxed-on-externalsJérémie Dimino2015-11-038-32/+114
| |\ \
| | * | Update ChangesJeremie Dimino2015-11-031-0/+4
| | * | Switch a few externals to [@@unboxed]Jeremie Dimino2015-11-037-32/+110
| * | | update tools/check-typo to work with git attributes instead of svn propertiesDamien Doligez2015-11-032-18/+48
| * | | update Changes for GPR #276Gabriel Scherer2015-11-031-0/+2
| * | | Merge pull request #276 from lpw25/fix-pr6972Gabriel Scherer2015-11-031-1/+3
| |\ \ \ | | |/ / | |/| |
| | * | Put the * back on the doc commentsLeo White2015-11-031-1/+3
| |/ /
| * | testsuite: add missing prototypes for C functionsXavier Leroy2015-11-036-23/+20
| * | byterun/ yacc/ : replace some K&R function declarations with proper prototypes.Xavier Leroy2015-11-034-7/+7
| * | otherlibs/*unix: proper declaration of cstringvect()Xavier Leroy2015-11-035-5/+3
| * | otherlibs/unix: don't use 'h_errno' as a local variableXavier Leroy2015-11-031-3/+3
| * | Changes entries for GPR#270 and GPR#271Mark Shinwell2015-11-021-0/+4
| * | Merge pull request #270 from mshinwell/immutable_exceptionsMark Shinwell2015-11-025-6/+11
| |\ \
| | * | transl_exception_constructor now uses ImmutableMark Shinwell2015-10-285-6/+11
| * | | Merge pull request #271 from mshinwell/record_mutabilityMark Shinwell2015-11-021-1/+2
| |\ \ \
| | * | | push the correct patchMark Shinwell2015-10-281-1/+2
| | * | | look at all labels when determining mutability of a record resulting from 'with'Mark Shinwell2015-10-281-1/+1
| | |/ /
| | | * No need to use CAMLprim for native form of primitives.alainfrisch2015-11-031-1/+1