Change oldnames option from '-o' to '--oldnames'.
[reactos.git] / reactos / tools / widl / client.c
2005-11-26 Eric KohlAllocate another 4 bytes for unique pointers to simple...
2005-10-16 Eric KohlFix [out, size_is, unique] parameter issues.
2005-10-09 Eric Kohl- Support [out, unique] base type parameters.
2005-08-01 Thomas Bluemelfixed some warnings when compiling with -O3
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-07-30 Eric Kohl- Support conformant arrays as in and out parameters.
2005-07-24 Eric KohlFix grammar of the size_is attribute so that size_is...
2005-07-23 Eric Kohl- Fix offset calculation bug in the ProcFormatString.
2005-07-16 Eric Kohl- For bugs for in-string parameters.
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Thomas BluemelDon't declare constants as export and later define...
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-25 Gé van GeldorpSync to Wine-20050419:
2005-04-15 Eric KohlSupport in-pointers to structs.
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-03 Eric KohlSupport 'ref' and 'unique' attributes for pointers.
2005-03-25 Eric KohlGenerate code without L-value casts. Fix remaining...
2005-03-21 Filip NavaraFix a typo in write_function_stubs.
2005-03-20 Filip NavaraMinor correction to my r14237 commit. Forgot to delete...
2005-03-20 Filip NavaraGenerate code without L-value casts.
2005-03-20 Eric KohlImprove error messages.
2005-03-13 Eric KohlFix gcc warnings in generated client stub.
2005-03-13 Eric KohlImplement [string] attribute for pointers to char and...
2005-03-12 Eric KohlImplement [in], [out] and [in, out] support for pointer...
2005-03-10 Eric KohlImplement '-o' option. This is equivalent to MIDLs...
2005-03-06 Eric KohlSupport pointers to simple types as input arguments.
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-25 Eric Kohl- Support multiple interfaces per idl file.
2005-02-24 Eric KohlSupport remaining basic types (float, double, small...
2005-02-23 Eric KohlWIDL: Support basic type function arguments.
2005-02-22 Eric Kohl- Support implict_handle attribute in IDL files.
2005-02-21 Filip NavaraFix build on Linux.
2005-02-21 Eric KohlAdd basic support for creating client and server stub...