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