Remove YY_NO defines that cause warnings.
[wine] / tools / widl / parser.l
2006-01-05  Alexandre JulliardRemove YY_NO defines that cause warnings.
2006-01-03  Alexandre JulliardAdded some flex options to avoid compiler warnings.
2005-12-16  Jacek Cabanwidl: Added bindable and displaybind attributes handling.
2005-10-10  Alexandre JulliardDefault search path for an include file should be based...
2005-09-28  Alexandre JulliardNow that we are requiring bison anyway, make the .tab...
2005-09-12  Robert Shearman- Output prototypes for user marshal functions at the...
2005-03-28  Vincent BéronAdd support for single in idl files.
2005-02-23  Eric Kohl- Add basic support for creating client and server...
2005-02-03  Huw DaviesCoclass support.
2005-02-01  Huw DaviesAdd support for dispinterfaces (slightly hacked because...
2005-01-26  Huw DaviesFix typelib only option.
2005-01-10  Huw DaviesAdd support for the help* attributes on type libraries.
2005-01-09  Huw DaviesAdd attributes control, hidden and restricted.
2005-01-03  Jacek CabanAdded optional, defaultvalue and vararg.
2004-12-06  Eric PouechAnother round of const correctness fixes.
2004-10-05  Alexandre JulliardAdded support for the propget/propput function attributes.
2004-04-26  Filip NavaraMake widl parse the 'transmit_as' and 'endpoint' keywords.
2004-04-19  Robert Shearman- Handle "? :" conditionals.
2004-02-11  Ove KaavenParse the [input_sync] attribute.
2004-01-07  Ove KaavenAdded rules to parse library, coclass, dispinterface...
2003-09-03  Alexandre JulliardUse <> format in generated #include statements.
2003-05-01  Alexandre JulliardMoved the wpp library from tools/ to libs/.
2003-03-16  Alexandre JulliardMake sure we display the correct file name and line...
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-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-27  Alexandre JulliardTry to derive temp file names from output file names...
2002-08-17  Dmitry TimoshkovInclude protection for <unistd.h>, <sys/types.h> and...
2002-07-25  Gerald Pfeifer#include <unistd.h> which is required for unlink().
2002-07-20  Alexandre JulliardExplicitly specify the path to wpp.h so we don't need...
2002-07-16  Alexandre JulliardMerged the IDL compiler written by Ove Kaaven.