diff options
author | Xavier Clerc <xavier.clerc@inria.fr> | 2012-01-18 09:51:16 +0000 |
---|---|---|
committer | Xavier Clerc <xavier.clerc@inria.fr> | 2012-01-18 09:51:16 +0000 |
commit | 48d5f48d6d587b9fdc336bb932a3ad693664e5d7 (patch) | |
tree | 24e17aacde2d83b3107ed4e4299a47b427eb30c0 /Changes | |
parent | 497cf5875a5df0ca2c139f304c8a2700fa683f14 (diff) | |
download | ocaml-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-- | Changes | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |