r1579: *** empty log message ***
[uffi.git] / ChangeLog
1 16 Mar
2         * Fixed return value in load-foreign-library (Thanks Erik Winkels),
3         modified routine to accept pathnames as well as strings.
4         * Fix documention with :pointer-void (Again, Erik Winkels)
5         * Added missing type specifiers for CMUCL (Thanks a bunch, Erik!)
6         
7 15 Mar 2002
8         * Finished basic skeleton of documentation.
9         
10 14 Mar 2002
11         * Changed license to more liberal Lisp Lessor GNU Public License
12         * Fixed problem with uffi.system absent from in distribution 
13         (Thanks John DeSoi)
14         * Fixed compiler warnings
15         
16
17 11 Mar 2002
18         * Changed def-type to def-foreign-type
19         * Created new macro def-type to generate cl:deftype forms. Removed
20         uffi-declare and uffi-slot-type as they are no longer necessary.
21          
22 10 Mar 2002
23         * Modified input parameters to load-foreign-library
24         * Added to documention
25         * Changed parameter order in get-slot-value and deref-array 
26         
27 9 Mar 2002
28         * Added to documentation
29         * Made Allegro CL array access more efficient
30         * Changed def-routine name to def-function
31         * Fixed bug in def-function for Lispworks]
32         * Fixed error in +null-c-string-pointer+ name
33         * Fixed error in (make-null-pointer) for Lispworks
34         * Reworked Lispwork c-strings to be (* :char) rather than the
35         implementation default of (* (:unsigned :char)) to be consistent
36         with CMUCL. Bumped version to 0.2.0 because of change this change.
37         * Renamed c-string to cstring to emphasize it as a basic type
38         * Modified getenv.cl example to avoid name collison with LW
39         * Modified compress.cl to setup output buffer as :unsigned*char
40         * Added test-all-examples function. All routines tested okay with
41         ACL, LW, and CMUCL
42         
43 8 Mar 2002
44         * Added ZIP file output with LF->CRLF translations to distribution
45         * Modified def-enum to use uffi:def-constant rather than
46         cl:defconstant
47