merge in Winehq changes to reduce noise
[reactos.git] / reactos / tools / widl / ChangeLog
1 ChangeLog
2 2005-02-27 sedwards
3
4 tools/widl/y.tab.c
5 tools/widl/parser.y
6 tools/widl/widl.c
7 tools/widl/widl.h
8 tools/widl/server.c
9 tools/widl/typelib.c
10
11 Merge in Winehq changes to reduce noise.
12
13 tools/widl/server.h
14 tools/widl/client.h
15 tools/widl/proxy.h
16
17 Deleted unneeded headers.
18
19 2005-02-26 ekohl
20 tools/widl/server.c
21
22 Server stubs are void functions.
23 Fix a warning in the server stub descriptor.
24
25
26 2005-02-25 ekohl
27 tools/widl/client.c
28 tools/widl/header.c
29 tools/widl/header.h
30 tools/widl/server.c
31
32 Support multiple interfaces per idl file.
33 Support explicit binding handles.
34
35
36 2005-02-24 ekohl
37 include/wine/rpcfc.h
38 tools/widl/client.c
39 tools/widl/header.c
40 tools/widl/parser.l
41 tools/widl/parser.y
42 tools/widl/server.c
43
44 Support remaining basic types (float, double, small, wchar_t and handle_t).