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