summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Weis <Pierre.Weis@inria.fr>2008-09-28 21:12:51 +0000
committerPierre Weis <Pierre.Weis@inria.fr>2008-09-28 21:12:51 +0000
commit5f5a19a54113bb584f49f59ae6c0e09389f85bad (patch)
tree6ec33d43d1ca671006561207e641234b8aba488c
parentb038820dc8c1497eb031f0d887616f4a31caf9cf (diff)
PR#4582 is closed.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9043 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--Changes4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changes b/Changes
index c22800b1b..4781628f1 100644
--- a/Changes
+++ b/Changes
@@ -28,7 +28,8 @@ Compilers:
- Check that at most one of -pack, -a, -shared, -c, -output-obj is
given on the command line.
- Optimized compilation of private types as regular manifest types
- (e.g. abbreviation to float, float array or record types with only float fields).
+ (e.g. abbreviation to float, float array or record types with only
+ float fields).
Native-code compiler:
- A new option "-shared" to produce a plugin that can be dynamically
@@ -108,6 +109,7 @@ Bug fixes:
- PR#4564: add note "stack is not executable" to object files generated by
ocamlopt (Linux/x86, Linux/AMD64).
- PR#4566: bug in Ratio.approx_ratio_fix and Num.approx_num_fix.
+- PR#4582: weird behaviour of String.index_from and String.rindex_from.
- PR#4583: stack overflow in "ocamlopt -g" during closure conversion pass.
- PR#4585: ocamldoc and "val virtual" declarations.
- PR#4587: ocamldoc and escaped @ characters.