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