summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2012-03-14 09:27:13 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2012-03-14 09:27:13 +0000
commit5914913c1c0cd3c9f03f2af232518f491919ce7c (patch)
tree7529bd07cbe782f1ffcff0560eccba3d5148b7a4 /Changes
parent6d7456ef82e69e717448b4642add20ab822103bf (diff)
downloadocaml-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--Changes1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes b/Changes
index 45c7968b64..18555dd7a0 100644
--- a/Changes
+++ b/Changes
@@ -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