diff --git a/.travis.yml b/.travis.yml index c669f0b05..b443ae07a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -395,6 +395,11 @@ matrix: env: SWIGLANG=mzscheme sudo: required dist: trusty + - compiler: gcc + os: linux + env: SWIGLANG=ocaml + sudo: required + dist: trusty before_install: - date -u diff --git a/CHANGES.current b/CHANGES.current index d25bd928c..50280fb91 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,10 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.0.0 (in progress) =========================== +2019-02-11: wsfulton + [OCaml] #1437 OCaml has been give the 'Experimental' language status. The examples work + and most of the test-suite is also working, so it is quite close to being a 'Supported' language. + 2019-02-10: ZackerySpytz #1450 Add support for C++11 UCS-2 and UCS-4 character literals. Also add support for C++17 UTF8 character literals. diff --git a/Doc/Manual/Ocaml.html b/Doc/Manual/Ocaml.html index 9e0902bc8..11d21ce1b 100644 --- a/Doc/Manual/Ocaml.html +++ b/Doc/Manual/Ocaml.html @@ -7,7 +7,7 @@ -

28 SWIG and Ocaml

+

28 SWIG and OCaml