From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id RAA26274; Mon, 30 Jul 2001 17:39:59 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id RAA26312 for ; Mon, 30 Jul 2001 17:39:58 +0200 (MET DST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id f6UFdvb22889 for ; Mon, 30 Jul 2001 17:39:57 +0200 (MET DST) Received: (from xleroy@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id RAA26217 for caml-list@inria.fr; Mon, 30 Jul 2001 17:39:57 +0200 (MET DST) Date: Mon, 30 Jul 2001 17:39:57 +0200 From: Xavier Leroy To: caml-list@inria.fr Subject: [Caml-list] CamlIDL 1.02 released Message-ID: <20010730173957.A26201@pauillac.inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk This is summer clearance here at INRIA, so I figured I could just as well release version 1.02 of CamlIDL, the C/Caml stub code generator and COM binding for Caml. Available from the usual place: http://caml.inria.fr/camlidl/ The list of changes is included below. Enjoy, - Xavier Leroy CamlIDL 1.02: ------------- * Added support for the "long long", "hyper int" and "__int64" types (64-bit C integers) * Added support for "const" modifier on pointer types * Support for [unique] attribute on big arrays, turned into option types in the Caml interface * Generated C code should now compile cleanly with a C++ compiler * Print source location for most warnings * Error location was sometimes way off; this is now fixed * Fixed incorrect code generated for the types HRESULT_int and HRESULT_bool * Fixed refcount management bug causing early deallocation of interfaces implemented in Caml. ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr