Fix typelib only option.
[wine] / tools / widl / proxy.c
2005-01-26  Huw DaviesFix typelib only option.
2005-01-21  Rémi AssaillySmall char -> const char fix.
2004-10-11  Jacek Caban- Added creation of dispinterface header.
2004-09-21  Mike McCormackVarious formatting fixes.
2004-09-20  Mike McCormackImprove the handling of complex data types (strings...
2004-09-13  Mike McCormackImprove proxy code generated for oaidl.idl.
2004-09-10  Mike McCormackOutput NdrConvert, NdrClearOutParameters and IID constr...
2004-09-09  Mike McCormackOutput intermediate variables for the method to write...
2004-09-08  Mike McCormackGenerate some marshalling code for stubs.
2004-09-06  Mike McCormack- make the widl generated proxy-stub code compilable
2004-09-02  Mike McCormackOutput code to clear OUT variables in proxy code.
2004-01-07  Ove KaavenAdded rules to parse library, coclass, dispinterface...
2003-09-03  Alexandre JulliardAdded partial support for function pointers.
2003-07-22  Alexandre JulliardSupport objects with no method definitions (suggested...
2002-12-03  Ove KaavenParse the NOT operator, the [idempotent] attribute...
2002-11-21  Ove KaavenAdded "generate headers only" command-line option....
2002-11-12  Ove KaavenSupport for enums, arrays, encapsulated unions, signed...
2002-08-17  Dmitry TimoshkovInclude protection for <unistd.h>, <sys/types.h> and...
2002-08-13  Alexandre JulliardAvoid dependencies on y.tab.h.
2002-07-16  Alexandre JulliardMerged the IDL compiler written by Ove Kaaven.