summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorGabriel Scherer <gabriel.scherer@gmail.com>2014-12-21 10:45:11 +0000
committerGabriel Scherer <gabriel.scherer@gmail.com>2014-12-21 10:45:11 +0000
commitfe758fb89795b52721d1273e278fe241ed9d2b9b (patch)
treedc631f85ef5d45ffbec9066a127325ff21774104 /Changes
parent35f02a6db01d78203e8e49ece9bca589b66bd7a8 (diff)
PR#6616: allow meaningful use of -use-runtime without -custom.
(Peter Zotov) git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15720 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r--Changes6
1 files changed, 4 insertions, 2 deletions
diff --git a/Changes b/Changes
index 465d14757..9bdcc8a7c 100644
--- a/Changes
+++ b/Changes
@@ -71,19 +71,21 @@ OCamlbuild:
Bug fixes:
- PR#5836, PR#6684: printing lazy values in ocamldebug may segfault
(Gabriel Scherer)
+- PR#6616: allow meaningful use of -use-runtime without -custom.
+ (Peter Zotov)
- PR#6628: Configure script rejects legitimate arguments
(Michael Grünewald, Damien Doligez)
- PR#6640: ocamlbuild: wrong "unused tag" warning on "precious"
(report by user 'william')
- PR#6669: fix 4.02 regression in toplevel printing of lazy values
(Leo White, review by Gabriel Scherer)
-- ocamlbuild on cygwin cannot find ocamlfind
- (user 'algoriddle')
- PR#6680: Missing parentheses when printing polymorphic variant value in warning
- PR#6690: Uncaught exception (Not_found) with (wrong) wildcard or unification
type variable in place of a local abstract type
- PR#6717: Pprintast does not print let-pattern attributes
(Gabriel Scherer, report by Peter Zotov)
+- ocamlbuild on cygwin cannot find ocamlfind
+ (user 'algoriddle')
- allow android build with pthreads support (since SDK r10c)
(Peter Zotov)