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