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