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