From 630ecaffb1af32a32dccbc1a225227d3bfbc49b0 Mon Sep 17 00:00:00 2001 From: Surendra Singhi Date: Sun, 14 Aug 2005 05:38:55 +0000 Subject: [PATCH] Added comments on changes to the clisp module. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7361 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 2a2abebea..5d3f4902e 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,10 @@ Version 1.3.26 (in progress) ============================ +08/13/2005: efuzzyone + [CLISP] Added support for handling enums. Does not adds the return type declaration + to the function definition, if a function returns void. + 08/09/2005: mkoeppe New language module, Common Lisp with UFFI, from Utz-Uwe Haus.