Add attributes control, hidden and restricted.
[wine] / tools / widl / parser.y
2005-01-09  Huw DaviesAdd attributes control, hidden and restricted.
2005-01-06  Huw DaviesInitial support for typelib generation.
2005-01-05  Huw DaviesStore interfaces, structs, coclasses and modules that...
2005-01-04  Huw DaviesAdd the precedence of the conditional operator.
2005-01-03  Jacek CabanAdded optional, defaultvalue and vararg.
2004-12-27  Jacek CabanFixed defining DIIDs.
2004-10-18  Jacek CabanAdded writing forward declaration of dispinterface.
2004-10-11  Jacek Caban- Added creation of dispinterface header.
2004-10-06  Alexandre JulliardAllow defined types to be used as function names.
2004-10-05  Alexandre JulliardAdded support for the propget/propput function attributes.
2004-09-28  Filip Navara- Force default [in] attribute on all parameters where...
2004-09-20  Mike McCormackImprove the handling of complex data types (strings...
2004-09-14  Mike McCormackDetermine RPC struct types more exactly.
2004-09-13  Mike McCormackImprove proxy code generated for oaidl.idl.
2004-04-26  Filip NavaraMake widl parse the 'transmit_as' and 'endpoint' keywords.
2004-04-22  Filip NavaraMake widl compile without most of Windows/Wine headers...
2004-04-19  Robert Shearman- Handle "? :" conditionals.
2004-02-12  Ove KaavenDon't add imported constructs to any typelib output...
2004-02-11  Ove KaavenParse the [input_sync] attribute.
2004-01-07  Ove KaavenAdded rules to parse library, coclass, dispinterface...
2003-09-03  Alexandre JulliardAdded partial support for function pointers.
2003-09-03  Alexandre JulliardUse <> format in generated #include statements.
2002-12-15  Ove KaavenInclude guiddef.h in widltypes.h.
2002-12-03  Ove KaavenParse the NOT operator, the [idempotent] attribute...
2002-11-30  Ove KaavenHandle encapsulated unions in a cleaner (and less buggy...
2002-11-24  Gerald PfeiferAvoid using labels at the end of commpound statements.
2002-11-21  Ove KaavenAdded "generate headers only" command-line option....
2002-11-13  Alexandre JulliardMake sure widl doesn't depend on the headers it has...
2002-11-12  Ove KaavenSupport for enums, arrays, encapsulated unions, signed...
2002-08-13  Alexandre JulliardAvoid dependencies on y.tab.h.
2002-07-16  Alexandre JulliardMerged the IDL compiler written by Ove Kaaven.