summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorGabriel Scherer <gabriel.scherer@gmail.com>2014-12-21 12:18:07 +0000
committerGabriel Scherer <gabriel.scherer@gmail.com>2014-12-21 12:18:07 +0000
commit1d8e590c54dcd888503c3ea2944533255ef87343 (patch)
tree4470c811573ae36ff84ec44b53bf6f1afeb4e8b3 /Changes
parent511cef67703f47b8534dd437729875eeec18cd24 (diff)
PR#6475: accept -o in ocamlc when compiling C files
(Vincent Laporte, Peter Zotov) git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15734 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 6225bf8ea..aa92b6546 100644
--- a/Changes
+++ b/Changes
@@ -20,6 +20,8 @@ Language features:
Compilers:
- PR#6501: harden the native-code generator against certain uses of "%identity"
(Xavier Leroy, report by Antoine Miné).
+- PR#6475: accept -o in ocamlc when compiling C files
+ (Vincent Laporte, Peter Zotov)
- improve type-specialization of unapplied primitives
(Frédéric Bour, review by Gabriel Scherer)