r1601: Added def-union, fixed ensure-char-* error
[uffi.git] / ChangeLog
1 See TODO file -- actively maintained. Includes changes that you
2         might expect in the interface.
3
4 21 Mar 2002
5         * Fixed problem with NULL foreign-strings with CMUCL
6         * Added c-test-fns to examples for allow more specific testing
7         of UFFI. Builds on UNIX and Win32 platforms.
8         * Added def-union function, added union.cl example
9         * Fixed error with ensure-char-[character|integer]
10         
11 20 Mar 2002
12         * Updated strings.cl so that foreign-strings are always unsigned.
13         Fixes a problem with strtol example.
14         * Added ensure-char-character and ensure-char-integer to handle
15         differences in implementations dereferencing of (* :char).
16         * Added section on design priorities for UFFI
17         * Added section in TODO on splitting implementation-dependent code
18         
19 19 Mar 2002
20         * Added size parameter to allocate-foreign-object. Creates an array
21         of dimensions size.
22         * Got array-2d example working with a 1-d array.
23         * Cleaned strtol example
24         * Added TODO file
25         
26 18 Mar 2002
27         * Documentation fixes (Erik Winkels)
28         * Fixed missing '.' in CMUCL type declarations (Erik Winkels)
29         
30 17 Mar 2002
31         * Changed deref-pointer so it always returns a character when
32         called with a :char or :unsigned-char type
33         * Removed function ensure-char as no longer needed
34         * Added missing :byte specifier to Lispworks
35         * Changed default string type in Lispworks to :unsigned-char
36         which is the native type for Lispworks foreign-strings.
37         * Reworked strtol to handle new character pointing method
38         
39 16 Mar 2002
40         * Fixed return value in load-foreign-library (Thanks Erik Winkels),
41         modified routine to accept pathnames as well as strings.
42         * Fix documention with :pointer-void (Again, Erik Winkels)
43         * Added missing type specifiers for CMUCL (Thanks a bunch, Erik!)
44         
45 15 Mar 2002
46         * Finished basic skeleton of documentation.
47         
48 14 Mar 2002
49         * Changed license to more liberal Lisp Lessor GNU Public License
50         * Fixed problem with uffi.system absent from in distribution 
51         (Thanks John DeSoi)
52         * Fixed compiler warnings
53         
54
55 11 Mar 2002
56         * Changed def-type to def-foreign-type
57         * Created new macro def-type to generate cl:deftype forms. Removed
58         uffi-declare and uffi-slot-type as they are no longer necessary.
59          
60 10 Mar 2002
61         * Modified input parameters to load-foreign-library
62         * Added to documention
63         * Changed parameter order in get-slot-value and deref-array 
64         
65 9 Mar 2002
66         * Added to documentation
67         * Made Allegro CL array access more efficient
68         * Changed def-routine name to def-function
69         * Fixed bug in def-function for Lispworks]
70         * Fixed error in +null-c-string-pointer+ name
71         * Fixed error in (make-null-pointer) for Lispworks
72         * Reworked Lispwork c-strings to be (* :char) rather than the
73         implementation default of (* (:unsigned :char)) to be consistent
74         with CMUCL. Bumped version to 0.2.0 because of change this change.
75         * Renamed c-string to cstring to emphasize it as a basic type
76         * Modified getenv.cl example to avoid name collison with LW
77         * Modified compress.cl to setup output buffer as :unsigned*char
78         * Added test-all-examples function. All routines tested okay with
79         ACL, LW, and CMUCL
80         
81 8 Mar 2002
82         * Added ZIP file output with LF->CRLF translations to distribution
83         * Modified def-enum to use uffi:def-constant rather than
84         cl:defconstant
85