diff options
-rw-r--r-- | Changes | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |