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