From bfc2d7ec34e01690b8bab53ab9346a6d1153193b Mon Sep 17 00:00:00 2001 From: Wojciech Meyer Date: Thu, 26 Apr 2012 00:11:57 +0000 Subject: [PATCH] PR#5531: Add Changes entry git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12401 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- Changes | 1 + 1 file changed, 1 insertion(+) diff --git a/Changes b/Changes index f90e4973f..be18dbff7 100644 --- a/Changes +++ b/Changes @@ -139,6 +139,7 @@ Bug Fixes: - 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 flexible array types if possible +- PR#5531: Allow ocamlbuild to add ocamldoc flags through -docflag and -docflags switches - 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