<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE message PUBLIC
  "-//MLarc//DTD MLarc output files//EN"
  "../../mlarc.dtd"[
  <!ATTLIST message
    listname CDATA #REQUIRED
    title CDATA #REQUIRED
  >
]>

  <?xml-stylesheet href="../../mlarc.xsl" type="text/xsl"?>


<message 
  url="2003/12/e4ffe98ad674659fd303b53d209bccd5"
  from="art yerkes &lt;ayerkes@s...&gt;"
  author="art yerkes"
  date="2003-12-04T15:54:08"
  subject="[Caml-list] [ANNOUNCE] SWIG-1.3.20 RC1"
  prev="2003/12/de1b3ad250df2edf7b41c396f72930ee"
  next="2003/12/38640c6fc14e410681f84a0e6d9c753a"
  prev-thread="2003/12/de1b3ad250df2edf7b41c396f72930ee"
  next-thread="2003/12/ea8e202bbe21bf899ca6dcb2d59b0c8d"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] [ANNOUNCE] SWIG-1.3.20 RC1">
<msg 
  url="2003/12/e4ffe98ad674659fd303b53d209bccd5"
  from="art yerkes &lt;ayerkes@s...&gt;"
  author="art yerkes"
  date="2003-12-04T15:54:08"
  subject="[Caml-list] [ANNOUNCE] SWIG-1.3.20 RC1">
</msg>
</thread>

<contents>
The release candidate for SWIG-1.3.20 is out!

SWIG is the "Simplified Wrapper and Interface Generator" (www.swig.org),
a C++ header processor with support for classes, templates, namespaces, and
other C++ features.  The output is some C code and an ocaml module that
provides access to the C++ entities described by SWIG's input.

Objective CAML support has been greatly improved in this release.

Noted changes:

 - SWIG itself has improved C++ reading support in a number of areas.
 - Better support for scoped enums and classes in ocaml output.
 - Improved type checking and casting.
 - Support for NULL pointers as any type of pointer, and int constant zero as a
   NULL pointer.
 - Many additions to the camlp4 module, swigp4 --
   - Added 'as' and 'to' type conversion operators.
   - Added a convenient syntax for enum label literals.
   - Bool constants now work in C-style argument lists.
   - Uppercase method names now work without quoting.
   - Examples now all use preprocessing.
 - Design by contract support (SWIG as a whole gained this feature).
 - sizeof method on structs and unions.
 - module Swig allows you to link multiple swig outputs easier, and use them
   together.

The release candidate can be downloaded here:

http://www.signal6.com/swig-1.3.20.tar.gz
-- 
"Should array indices start at 0 or 1? My compromise of 0.5 was rejected
 without, I thought, proper consideration."
   - S. Kelly-Bootle

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners

</contents>

</message>

