X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=fb8b0cff9da86313be6fc7ac654f04ceb302b597;hb=d25b7a871d8122e48eaddac75f3ef27434433c4d;hp=ab61ff2029872a792473eb943405e65bcae8ec6a;hpb=737a3e3a8d18dd80f4cda0d93bc20a3b5677dbee;p=uffi.git diff --git a/ChangeLog b/ChangeLog index ab61ff2..fb8b0cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +14 Mar 2002 + + * Changed license to more liberal Lisp Lessor GNU Public License + + * Fixed problem with including uffi.system in distribution (Thanks John DeSoi) + + * Fixed compiler warnings + + +11 Mar 2002 + + * Changed def-type to def-foreign-type + + * Created new macro def-type to generate cl:deftype forms. Removed + uffi-declare and uffi-slot-type as they are no longer necessary. + +10 Mar 2002 + + * Modified input parameters to load-foreign-library + + * Added to documention + + * Changed parameter order in get-slot-value and deref-array + 9 Mar 2002 * Added to documentation