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