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