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