summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix for PR#7024: CSE confuses +0.0 and -0.0PR7042Xavier Leroy2015-11-1613-27/+57
* PR#6945 and GPR#227: protect Sys and Unix functions against string arguments ...Xavier Leroy2015-11-161-1/+1
* PR#4023 and GPR#68: add Unix.sleepf and improve Unix.sleepXavier Leroy2015-11-161-0/+1
* Fix performance problem with PR#7016 and strengthen codeJacques Garrigue2015-11-163-67/+32
* Improve speed of classify_floatXavier Leroy2015-11-152-20/+18
* PR#4023 and GPR#68: add Unix.sleepf and improve Unix.sleepXavier Leroy2015-11-156-7/+63
* PR#6945 and GPR#227: protect Sys and Unix functions against string arguments ...Xavier Leroy2015-11-156-2/+20
* PR#6945 and GPR#227: protect Sys and Unix functions against string arguments ...Xavier Leroy2015-11-131-0/+4
* PR#6945 and GPR#227: protect Sys and Unix functions against string arguments ...Xavier Leroy2015-11-137-10/+25
* Merge pull request #289 from garrigue/require-externalJacques Garrigue2015-11-137-22/+79
|\
| * Fix PR#4166, PR#6959: force linking when calling external C primitivesJacques Garrigue2015-11-137-22/+79
|/
* Deprecating invariant non-compliant and error prone fscanf and kfscanf functi...pierreweis2015-11-121-20/+23
* Better documentation, in particular for Scanning.in_channel value usage.pierreweis2015-11-121-26/+29
* Adding a tag for depecated tabbing boxes.pierreweis2015-11-121-30/+20
* 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