libwine_uuid has been renamed to libuuid.
[wine] / tools / widl / parser.y
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.