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