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