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
This commit is contained in:
Surendra Singhi 2005-08-14 05:38:55 +00:00
commit 630ecaffb1

View file

@ -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.