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