Skip to content

Commit

Permalink
Sync latest compiler pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jul 7, 2016
1 parent 4d606fe commit 7e18e4e
Show file tree
Hide file tree
Showing 14 changed files with 52 additions and 4 deletions.
1 change: 0 additions & 1 deletion compilers/4.04.0/4.04.0+pr515/4.04.0+pr515.descr

This file was deleted.

1 change: 0 additions & 1 deletion compilers/4.04.0/4.04.0+pr667/4.04.0+pr667.descr

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1"
version: "4.04.0"
src: "https://github.com/lefessan/ocaml/archive/2016-07-06-more-exports.tar.gz"
src: "https://github.com/let-def/ocaml/archive/single-line-comment.tar.gz"
build: [
["./configure" "-prefix" prefix "-with-debug-runtime"]
[make "world"]
Expand Down
1 change: 1 addition & 0 deletions compilers/4.04.0/4.04.0+pr671/4.04.0+pr671.descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add single-line comments
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1"
version: "4.04.0"
src: "https://github.com/bobot/ocaml/archive/ephemeron_c_api.tar.gz"
src: "https://github.com/bogdan2412/ocaml/archive/trunk.tar.gz"
build: [
["./configure" "-prefix" prefix "-with-debug-runtime"]
[make "world"]
Expand Down
1 change: 1 addition & 0 deletions compilers/4.04.0/4.04.0+pr672/4.04.0+pr672.descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix float_of_hex parser to correctly reject some invalid forms.
11 changes: 11 additions & 0 deletions compilers/4.04.0/4.04.0+pr673/4.04.0+pr673.comp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
opam-version: "1"
version: "4.04.0"
src: "https://github.com/let-def/ocaml/archive/init-in-heap.tar.gz"
build: [
["./configure" "-prefix" prefix "-with-debug-runtime"]
[make "world"]
[make "world.opt"]
[make "install"]
]
packages: [ "base-unix" "base-bigarray" "base-threads" ]
env: [[CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"]]
1 change: 1 addition & 0 deletions compilers/4.04.0/4.04.0+pr673/4.04.0+pr673.descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Distinguish root and heap values in Lambda.Initialization
11 changes: 11 additions & 0 deletions compilers/4.04.0/4.04.0+pr674/4.04.0+pr674.comp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
opam-version: "1"
version: "4.04.0"
src: "https://github.com/avsm/ocaml/archive/filename-no-assert.tar.gz"
build: [
["./configure" "-prefix" prefix "-with-debug-runtime"]
[make "world"]
[make "world.opt"]
[make "install"]
]
packages: [ "base-unix" "base-bigarray" "base-threads" ]
env: [[CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"]]
1 change: 1 addition & 0 deletions compilers/4.04.0/4.04.0+pr674/4.04.0+pr674.descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Filename: Do not raise an assertion failure on module load
11 changes: 11 additions & 0 deletions compilers/4.04.0/4.04.0+pr675/4.04.0+pr675.comp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
opam-version: "1"
version: "4.04.0"
src: "https://github.com/dbuenzli/ocaml/archive/mpr-7178-fix-exit-loop.tar.gz"
build: [
["./configure" "-prefix" prefix "-with-debug-runtime"]
[make "world"]
[make "world.opt"]
[make "install"]
]
packages: [ "base-unix" "base-bigarray" "base-threads" ]
env: [[CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"]]
1 change: 1 addition & 0 deletions compilers/4.04.0/4.04.0+pr675/4.04.0+pr675.descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix MPR 7178. Prevent infinite loop in at_exit callbacks.
11 changes: 11 additions & 0 deletions compilers/4.04.0/4.04.0+pr676/4.04.0+pr676.comp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
opam-version: "1"
version: "4.04.0"
src: "https://github.com/bobot/ocaml/archive/ephemeron_c_api2.tar.gz"
build: [
["./configure" "-prefix" prefix "-with-debug-runtime"]
[make "world"]
[make "world.opt"]
[make "install"]
]
packages: [ "base-unix" "base-bigarray" "base-threads" ]
env: [[CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"]]
1 change: 1 addition & 0 deletions compilers/4.04.0/4.04.0+pr676/4.04.0+pr676.descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ephemeron C API

0 comments on commit 7e18e4e

Please sign in to comment.