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