diff options
author | Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr> | 2012-02-18 09:45:30 +0000 |
---|---|---|
committer | Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr> | 2012-02-18 09:45:30 +0000 |
commit | e73cade9b24cfddb2e0986ad7787ea467277a8ef (patch) | |
tree | 7ce4e9597c9bd730fa8a50600c7d465cfd821997 /Changes | |
parent | 62b0e4fb1062003e88aec0bb6b2f7b6db779ca51 (diff) | |
download | ocaml-e73cade9b24cfddb2e0986ad7787ea467277a8ef.tar.gz |
Fix PR#5297: compiler does not check %primitive's existence
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12165 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ 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#5297: compiler now checks existence of builtin primitives - PR#5236: new '%revapply' primitive with the semantics 'revapply x f = f x', and '%apply' with semantics 'apply f x = f x'. - PR#5329: (Windows) more efficient Unix.select if all fd's are sockets |