summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2014-06-05 13:59:33 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2014-06-05 13:59:33 +0000
commit18d23e3a3def856ad1c5696ea2ebe079306cb9d3 (patch)
tree7241a24675859c949de7f71cf22391d043cd3d44 /Changes
parentd1b1fbee667b5ce1c3b466d438418d4e9ff45e81 (diff)
downloadocaml-18d23e3a3def856ad1c5696ea2ebe079306cb9d3.tar.gz
Reflecting commit 14963 on version/4.02:
PR#2719: wrong scheduling of bound checks within a try...with Invalid_argument -> _ ... git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14964 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 019e74b30d..4b123fb29f 100644
--- a/Changes
+++ b/Changes
@@ -152,6 +152,8 @@ OCamldoc:
(Maxence Guesdon, report by Anil Madhavapeddy)
Bug fixes:
+- PR#2719: wrong scheduling of bound checks within a
+ try...with Invalid_argument -> _ ... (Xavier Leroy)
- PR#4719: Sys.executable_name wrong if executable name contains dots (Windows)
(Alain Frisch, report by Bart Jacobs)
- PR#4855: 'camlp4 -I +dir' accepted, dir is relative to 'camlp4 -where'