summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2012-04-04 12:12:02 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2012-04-04 12:12:02 +0000
commit72ae789dc66f52c95aa2ac6b9332d54ea57cbf6d (patch)
tree7a532fedb8e523baab08685953d632d3dcf5db61 /Changes
parenta8511c74b5946a65d7efdfa171af44f846c13b08 (diff)
downloadocaml-72ae789dc66f52c95aa2ac6b9332d54ea57cbf6d.tar.gz
PR#5543: in Bigarray.map_file, try to avoid using lseek() when growing file
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12317 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r--Changes3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changes b/Changes
index 8ed1967cca..bac9eb1a95 100644
--- a/Changes
+++ b/Changes
@@ -126,7 +126,8 @@ Bug Fixes:
- PR#5510: ocamldep has duplicate -ml{,i}-synonym options
- PR#5511: in Bigarray.reshape, unwarranted limitation on new array dimensions.
- PR#5513: Int64.div causes floating point exception (ocamlopt, x86)
-- PR#5516: in Bigarray C stubs, use C99 / GCC flexible array types if possible
+- PR#5516: in Bigarray C stubs, use C99 flexible array types if possible
+- PR#5543: in Bigarray.map_file, try to avoid using lseek() when growing file
- PR#5538: combining -i and -annot in ocamlc
- PR#5560: incompatible type for tuple pattern with -principal
- problem with printing of string literals in camlp4 (reported on caml-list)