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