Support out-pointers to structs.
[reactos.git] / reactos / tools / widl / ChangeLog
1 ChangeLog
2
3 2005-04-17 ekohl
4
5 tools/widl/server.c
6
7 Support out-pointers to structs.
8
9 2005-04-15 ekohl
10
11 tools/widl/client.c
12 tools/widl/parser.y
13 tools/widl/server.c
14
15 Support in-pointers to structs.
16
17 2005-04-03 ekohl
18
19 tools/widl/client.c
20 tools/widl/parser.l
21 tools/widl/parser.y
22 tools/widl/server.c
23 tools/widl/widltypes.h
24
25 Support 'ref' and 'unique' attributes for pointers.
26
27 2005-03-27 Jacek Caban (from WINE)
28
29 tools/widl/parser.y
30 tools/widl/y.tab.c
31
32 Added handling of unsigned type
33
34 2005-03-25 ekohl
35
36 tools/widl/client.c
37 tools/widl/server.c
38
39 Generate code without L-value casts. Fix remaining issues.
40
41 2005-03-21 navaraf
42
43 tools/widl/client.c
44
45 Fix a typo in write_function_stubs.
46
47 2005-03-20 navaraf
48
49 tools/widl/client.c
50 tools/widl/server.c
51
52 Generate code without L-value casts.
53
54 2005-03-20 ekohl
55
56 tools/widl/client.c
57 tools/widl/server.c
58
59 Improve error messages.
60 Don't start counting the type_offset for each new fuction. It is a global offset.
61 Use only basic types in type- and proc-strings (e.g. unsigned long -> long).
62
63
64 2005-03-13 ekohl
65
66 tools/widl/server.c
67
68 Remove debug printf().
69
70
71 2005-03-13 jimtabor
72
73 tools/widl/write_msft.c
74
75 Fixup *nix port, added include fcntl.h and unistd.h.
76
77
78 2005-03-13 royce3
79
80 tools/widl/hash.c
81 tools/widl/Makefile
82 tools/widl/write_msft.c
83
84 -Wall -Werror and fix warnings
85
86
87 2005-03-13 ekohl
88
89 tools/widl/client.c
90 tools/widl/server.c
91
92 Implement [string] attribute for pointers to char and wchar_t.
93
94
95 2005-03-12 ekohl
96
97 tools/widl/client.c
98 tools/widl/server.c
99
100 Implement [in], [out] and [in, out] support for pointers to basic types.
101
102
103 2005-03-10 ekohl
104
105 tools/widl/client.c
106 tools/widl/header.c
107 tools/widl/server.c
108 tools/widl/widl.c
109 tools/widl/widl.h
110
111 Implement '-o' option. This is equivalent to MIDLs '/oldnames' option.
112
113
114 2005-03-06 ekohl
115
116 tools/widl/client.c
117 tools/widl/header.c
118 tools/widl/header.h
119 tools/widl/server.c
120
121 Support pointers to simple types as input arguments.
122
123
124 2005-02-27 sedwards
125
126 tools/widl/y.tab.c
127 tools/widl/parser.y
128 tools/widl/widl.c
129 tools/widl/widl.h
130 tools/widl/server.c
131 tools/widl/typelib.c
132
133 Merge in Winehq changes to reduce noise.
134
135 tools/widl/server.h
136 tools/widl/client.h
137 tools/widl/proxy.h
138
139 Deleted unneeded headers.
140
141 2005-02-26 ekohl
142 tools/widl/server.c
143
144 Server stubs are void functions.
145 Fix a warning in the server stub descriptor.
146
147
148 2005-02-25 ekohl
149 tools/widl/client.c
150 tools/widl/header.c
151 tools/widl/header.h
152 tools/widl/server.c
153
154 Support multiple interfaces per idl file.
155 Support explicit binding handles.
156
157
158 2005-02-24 ekohl
159 include/wine/rpcfc.h
160 tools/widl/client.c
161 tools/widl/header.c
162 tools/widl/parser.l
163 tools/widl/parser.y
164 tools/widl/server.c
165
166 Support remaining basic types (float, double, small, wchar_t and handle_t).