summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorXavier Clerc <xavier.clerc@inria.fr>2012-01-18 09:51:16 +0000
committerXavier Clerc <xavier.clerc@inria.fr>2012-01-18 09:51:16 +0000
commit48d5f48d6d587b9fdc336bb932a3ad693664e5d7 (patch)
tree24e17aacde2d83b3107ed4e4299a47b427eb30c0 /Changes
parent497cf5875a5df0ca2c139f304c8a2700fa683f14 (diff)
downloadocaml-48d5f48d6d587b9fdc336bb932a3ad693664e5d7.tar.gz
PR#5199: tests are run only for bytecode if either native support is missing,
or a non-empty value is set to "BYTECODE_ONLY" Makefile variable. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12041 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 27905bf150..4455870998 100644
--- a/Changes
+++ b/Changes
@@ -63,6 +63,8 @@ Bug Fixes:
Feature wishes:
- PR#352: new option "-stdin" to make ocaml read stdin as a script
+- PR#5199: tests are run only for bytecode if either native support is missing,
+ or a non-empty value is set to "BYTECODE_ONLY" Makefile variable
- PR#5329: (Windows) more efficient Unix.select if all fd's are sockets
- PR#5358: first class modules don't allow "with type" declarations for types
in sub-modules