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