diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2012-03-14 09:27:13 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2012-03-14 09:27:13 +0000 |
commit | 5914913c1c0cd3c9f03f2af232518f491919ce7c (patch) | |
tree | 7529bd07cbe782f1ffcff0560eccba3d5148b7a4 /Changes | |
parent | 6d7456ef82e69e717448b4642add20ab822103bf (diff) | |
download | ocaml-5914913c1c0cd3c9f03f2af232518f491919ce7c.tar.gz |
PR#4892: non-strict behavior in Array.set
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12238 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ Bug Fixes: - PR#4746: wrong detection of stack overflows in native code under Linux - PR#4869: rare collisions between assembly labels for code and data - PR#4880: "assert" constructs now show up in the exception stack backtrace +- PR#4892: Array.set could raise "out of bounds" before evaluating 3rd arg - PR#4937: camlp4 incorrectly handles optional arguments if 'option' is redefined - PR#5024: camlp4r now handles underscores in irrefutable patern matching of |