r10271: support sbcl-amd64
[uffi.git] / ChangeLog
1 2005-01-22 Kevin Rosenberg (kevin@rosenberg.net)
2         * src/primitives.lisp: Better support SBCL-AMD64
3         
4 2004-11-08 Kevin Rosenberg (kevin@rosenberg.net)
5         * src/strings.lisp: Better support sb-unicode
6         * tests/compress.lisp: Support sb-unicode
7         
8 2004-10-07 Kevin Rosenberg (kevin@rosenberg.net)
9         * src/objects.lisp: Add new function:
10         convert-from-foreign-usb8
11         
12 2004-04-15 Kevin Rosenberg (kevin@rosenberg.net)
13         * src/objects.lisp: Add new functions:
14         MAKE-POINTER and POINTER-ADDRESS
15
16 2004-04-13 Kevin Rosenberg (kevin@rosenberg.net)
17         * src/string.lisp: Add new FOREIGN-STRING-LENGTH
18
19 2003-08-15 Kevin Rosenberg (kevin@rosenberg.net)
20         * Added with-cast-pointer and def-foreign-var (patches submitted
21         by Edi Weitz). 
22         * Added many new tests
23         
24 2002-10-16 Kevin Rosenberg (kevin@rosenberg.net)
25         * Added support for SBCL and SCL
26         
27 2002-09-29 Kevin Rosenberg (kevin@rosenberg.net)
28         * Numerous changes in openmcl support (uffi now supports
29         clsql on openmcl)
30         
31 2002-09-19 Kevin Rosenberg (kevin@rosenberg.net)
32         - Integrate John Desoi's OpenMCL support into src-mcl
33         * examples/Makefile: add section for building on MacOS X (John Desoi)
34         * examples/test-examples: changed from mk: to asdf: package loading (KMR)
35         * examples/run-examples: changed from mk: to asdf: package loading (KMR), 
36         add conditional loading if UFFI not loaded (John Desoi)
37         * examples/compress.cl: Add dylib to library types for MacOSX (John Desoi),
38         converted compressed output to hexidecimal display (KMR)
39         * examples/union.cl: Rework the tests (KMR)
40         * src-main/libraries.cl: add dylib as default library type on MacOSX (John Desoi)
41         * src-main/aggregates.cl: convert from uffi type in deref-array (John Desoi)
42         
43 2002-09-16 Kevin Rosenberg (kevin@rosenberg.net)
44         - Restructure directories to move to a asdf definition file
45         without pathnames.
46         
47 2002-08-25 Kevin Rosenberg (kevin@rosenberg.net)
48        - Restructure directories to attempt to properly handle both
49         Common Lisp Controller and non-CLC systems
50         
51 2002-08-17 Kevin Rosenberg (kevin@rosenberg.net)
52
53         - add uffi.asd for ASDF users
54
55 2002-08-01 Kevin Rosenberg (kevin@rosenberg.net)
56         - Restructure directories to improve Common Lisp Controller v3
57         compatibility
58         
59 2002-07-25 Kevin Rosenberg (kevin@rosenberg.net)
60
61         - Rework handling of logical pathnames.
62         - Move run-examples.cl to examples directory.
63         
64 2002-06-28 Kevin Rosenberg (kevin@rosenberg.net)
65
66         - Added size-of-foreign-type function.
67         
68 2002-06-26 Kevin Rosenberg (kevin@rosenberg.net)
69
70         - Fix bug in Lispworks allocate-foreign-object
71         - Added new :unsigned-byte type. Made :byte signed. 
72         
73 2002-04-27 Kevin Rosenberg (kevin@rosenberg.net)
74         - misc files
75         First debian version
76         
77 2002-04-23 Kevin Rosenberg (kevin@rosenberg.net)
78         - doc/*
79         Updated to debian docbook catalog
80         
81 2002-04-23 John DeSoi (desoi@mac.com)
82         * src/mcl/*
83         Improved MCL support
84
85 2002-04-06 Kevin Rosenberg (kevin@rosenberg.net)
86         * src/mcl/libraries.cl:
87         Removed unnecessary function and added find-foreign-library
88         * src/mcl/*.cl:
89         Added authorship for John DeSoi
90         * doc/ref.sgml:
91         Added documentation for find-foreign-library
92         * uffi.system:
93         Simplied logical pathnames and MCL loading
94         
95 2002-04-04 John DeSoi (desoi@mac.com)
96         * src/mcl/*.cl
97         Added initial support for MCL
98
99 2002-04-02 Kevin Rosenberg (kevin@rosenberg.net)
100         * src/libraries.cl:
101         Added test for .so libraries on CMUCL and use sys::load-object-file instead
102         of alien:load-library-file
103         * examples/Makefile:
104         Updated defaults so library is created correctly on Linux, FreeBSD, and Solaris
105
106 2002-04-02 Kevin Rosenberg (kevin@rosenberg.net)
107         * examples/compress.cl:
108         Fixed missing '/'
109         * examples/union.cl:
110         Added support for SPARC big-endian
111         * test-examples.cl:
112         Automated testing suite
113         
114 2002-04-01 Kevin Rosenberg (kevin@rosenberg.net)
115         * src/libraries.cl:
116         * examples/Makefile:
117         Changed default type for FreeBSD and updated Makefile for
118         FreeBSD and Solaris. Enhanced find-foreign-library to
119         take a list of types to search.
120         * examples/compress.cl:
121         Add support to use find-foreign-library
122
123 2002-03-31  Kevin Rosenberg (kevin@rosenberg.net)
124         * src/strings.cl:
125         Fixed bug in with-foreign-string (Thanks Harald Hanche-Olsen)
126         * examples/Makefile:
127         Create a .a library file for FreeBSD
128         * src/libraries.cl:
129         Added default type and find-foreign-library functions
130         
131 2002-03-29  Kevin Rosenberg (kevin@rosenberg.net)
132         * src/objects.cl: 
133         Fixed bug in deref-pointer (Thanks John Desoi!)
134
135 2002-03-22  Kevin Rosenberg (kevin@rosenberg.net)
136         * src/aggregates.cl: 
137         Changed name and implementation of def-array to more appropriate
138         def-array-pointer
139         * src/ref.sgml:
140         Updated def-array-pointer documentation
141         * src/primitives.cl:
142         Made results of def-constant equal those of cl:defconstant
143         * src/objects.cl:
144         Made type be evaluated for with-foreign-object and allocate-foreign-object
145         * VERSION:
146         Increase to 0.3.0 to coincide with the release of CLSQL.
147         
148 21 Mar 2002
149         * Fixed problem with NULL foreign-strings with CMUCL
150         * Added c-test-fns to examples for allow more specific testing
151         of UFFI. Builds on UNIX and Win32 platforms.
152         * Added def-union function, added union.cl example
153         * Fixed error with ensure-char-[character|integer]
154         * Added 2-d array example to examples/arrays.cl 
155         * Fixed documentation error on gethostname
156         * Added ensure-char-* and def-union to documentation
157         * Added double-float vector example to c-test-fns
158         * Reworked cstring on Lispworks to have LW handle string conversion
159         * First pass at with-foreign-object -- unoptimized
160         * Added gethostname2 example which uses with-foreign-object
161         * Added char-array-to-pointer function to encapsulate
162         converting a char array to a char pointer
163         * Converted with-foreign-object to use stack allocation on CMUCL and LW
164         * Added benchmark code, first file is for allocation
165         
166 20 Mar 2002
167         * Updated strings.cl so that foreign-strings are always unsigned.
168         Fixes a problem with strtol example.
169         * Added ensure-char-character and ensure-char-integer to handle
170         differences in implementations dereferencing of (* :char).
171         * Added section on design priorities for UFFI
172         * Added section in TODO on splitting implementation-dependent code
173         
174 19 Mar 2002
175         * Added size parameter to allocate-foreign-object. Creates an array
176         of dimensions size.
177         * Got array-2d example working with a 1-d array.
178         * Cleaned strtol example
179         * Added TODO file
180         
181 18 Mar 2002
182         * Documentation fixes (Erik Winkels)
183         * Fixed missing '.' in CMUCL type declarations (Erik Winkels)
184         
185 17 Mar 2002
186         * Changed deref-pointer so it always returns a character when
187         called with a :char or :unsigned-char type
188         * Removed function ensure-char as no longer needed
189         * Added missing :byte specifier to Lispworks
190         * Changed default string type in Lispworks to :unsigned-char
191         which is the native type for Lispworks foreign-strings.
192         * Reworked strtol to handle new character pointing method
193         
194 16 Mar 2002
195         * Fixed return value in load-foreign-library (Thanks Erik Winkels),
196         modified routine to accept pathnames as well as strings.
197         * Fix documention with :pointer-void (Again, Erik Winkels)
198         * Added missing type specifiers for CMUCL (Thanks a bunch, Erik!)
199         
200 15 Mar 2002
201         * Finished basic skeleton of documentation.
202         
203 14 Mar 2002
204         * Changed license to more liberal Lisp Lessor GNU Public License
205         * Fixed problem with uffi.system absent from in distribution 
206         (Thanks John DeSoi)
207         * Fixed compiler warnings
208         
209
210 11 Mar 2002
211         * Changed def-type to def-foreign-type
212         * Created new macro def-type to generate cl:deftype forms. Removed
213         uffi-declare and uffi-slot-type as they are no longer necessary.
214          
215 10 Mar 2002
216         * Modified input parameters to load-foreign-library
217         * Added to documention
218         * Changed parameter order in get-slot-value and deref-array 
219         
220 9 Mar 2002
221         * Added to documentation
222         * Made Allegro CL array access more efficient
223         * Changed def-routine name to def-function
224         * Fixed bug in def-function for Lispworks]
225         * Fixed error in +null-c-string-pointer+ name
226         * Fixed error in (make-null-pointer) for Lispworks
227         * Reworked Lispwork c-strings to be (* :char) rather than the
228         implementation default of (* (:unsigned :char)) to be consistent
229         with CMUCL. Bumped version to 0.2.0 because of change this change.
230         * Renamed c-string to cstring to emphasize it as a basic type
231         * Modified getenv.cl example to avoid name collison with LW
232         * Modified compress.cl to setup output buffer as :unsigned*char
233         * Added test-all-examples function. All routines tested okay with
234         ACL, LW, and CMUCL
235         
236 8 Mar 2002
237         * Added ZIP file output with LF->CRLF translations to distribution
238         * Modified def-enum to use uffi:def-constant rather than
239         cl:defconstant
240