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