d2c3350e79b3320cf5ed29cab5153b83ef879bfb
[reactos.git] / reactos / tools / widl / ChangeLog
1 ChangeLog
2
3 2005-03-13 royce3
4
5 tools/widl/hash.c
6 tools/widl/Makefile
7 tools/widl/write_msft.c
8
9 -Wall -Werror and fix warnings
10
11
12 2005-03-13 ekohl
13
14 tools/widl/client.c
15
16 Fix gcc warnings in generated client stub.
17
18
19 2005-03-13 ekohl
20
21 tools/widl/client.c
22 tools/widl/server.c
23
24 Implement [string] attribute for pointers to char and wchar_t.
25
26
27 2005-03-12 ekohl
28
29 tools/widl/client.c
30 tools/widl/server.c
31
32 Implement [in], [out] and [in, out] support for pointers to basic types.
33
34
35 2005-03-10 ekohl
36
37 tools/widl/client.c
38 tools/widl/header.c
39 tools/widl/server.c
40 tools/widl/widl.c
41 tools/widl/widl.h
42
43 Implement '-o' option. This is equivalent to MIDLs '/oldnames' option.
44
45
46 2005-03-06 ekohl
47
48 tools/widl/client.c
49 tools/widl/header.c
50 tools/widl/header.h
51 tools/widl/server.c
52
53 Support pointers to simple types as input arguments.
54
55
56 2005-02-27 sedwards
57
58 tools/widl/y.tab.c
59 tools/widl/parser.y
60 tools/widl/widl.c
61 tools/widl/widl.h
62 tools/widl/server.c
63 tools/widl/typelib.c
64
65 Merge in Winehq changes to reduce noise.
66
67 tools/widl/server.h
68 tools/widl/client.h
69 tools/widl/proxy.h
70
71 Deleted unneeded headers.
72
73 2005-02-26 ekohl
74 tools/widl/server.c
75
76 Server stubs are void functions.
77 Fix a warning in the server stub descriptor.
78
79
80 2005-02-25 ekohl
81 tools/widl/client.c
82 tools/widl/header.c
83 tools/widl/header.h
84 tools/widl/server.c
85
86 Support multiple interfaces per idl file.
87 Support explicit binding handles.
88
89
90 2005-02-24 ekohl
91 include/wine/rpcfc.h
92 tools/widl/client.c
93 tools/widl/header.c
94 tools/widl/parser.l
95 tools/widl/parser.y
96 tools/widl/server.c
97
98 Support remaining basic types (float, double, small, wchar_t and handle_t).