diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2013-01-17 02:56:00 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2013-01-17 02:56:00 +0000 |
commit | 6970ac6e719eec7955a483fe59eb90c7abf8b328 (patch) | |
tree | bd34a9ff8f0b9741b710fc5595f68fa416ccafb5 /Changes | |
parent | dfed25213f1642efd3e4d37cbe94f2bfdadce303 (diff) |
merge patch by Stefan Monnier from PR#5884
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13253 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -20,6 +20,7 @@ Compilers: - tools/eqparsetree compare two parsetree ignoring location - ocamlopt now uses clang as assembler on OS X if available, which enables CFI support for OS X. + Bug fixes: - PR#4762: ?? is not used at all, but registered as a lexer token - PR#4994: ocaml-mode doesn't work with xemacs21 @@ -58,7 +59,8 @@ Bug fixes: coresponding module * PR#5835: nonoptional labeled arguments can be passed with '?' - PR#5865: assert failure when reporting undefined field label -- PR#5885: Incorrect rule for compiling C stubs when shared libraries are not supported. +- PR#5885: Incorrect rule for compiling C stubs when shared libraries are not + supported. - ocamlbuild now picks the non-core tools like ocamlfind and menhir from PATH Internals: @@ -78,6 +80,7 @@ Tools: - OCamlbuild now features a bin_annot tag to generate .cmt files. - OCamlbuild now features a strict_sequence tag to trigger the strict-sequence option. +- PR#5884: Misc minor fixes and cleanup for emacs mode OCaml 4.00.2: ------------- |