scrrun: Add missing id value.
[wine] / tools / widl / parser.l
2010-12-23  Alexandre Julliardwidl: Don't free the input file name since it's stored...
2010-12-02  Alexandre Julliardwidl: Add progid, threading and vi_progid attributes...
2010-10-21  Alexandre Julliardwidl: Add some more attribute keywords.
2010-03-30  Alexandre Julliardwidl: Move temp file management from wpp to widl.
2010-03-26  Alexandre Julliardwidl: Long constants must be 32-bit on all platforms.
2010-03-23  Rob Shearmanwidl: Return a pointer to the correct part of the strin...
2010-01-22  Rob Shearmanwidl: Fix symbol was not declared and using plain integ...
2010-01-19  Rob Shearmanwidl: Add support for character constants in expressions.
2009-11-09  Rob Shearmanwidl: Add support for varargs functions.
2009-11-09  Rob Shearmanwidl: Implement __int3264 keyword.
2009-10-26  Huw Davieswidl: Add support for parsing the annotation attribute.
2009-03-05  Rob Shearmanwidl: Remove the single keyword and type.
2008-10-20  Huw Davieswidl: Include errno.h.
2008-10-18  Rob Shearmanwidl: Check for overflow when parsing integer constants.
2008-07-07  Alexandre JulliardAdd noinput directive to all lex files to avoid a compi...
2008-05-06  Francois GougetAdd a comment warning when a table must be kept sorted...
2008-04-30  Rob Shearmanwidl: Add the parsing of storage classes into declarati...
2008-04-30  Rob Shearmanwidl: callback, code, comm_status and in_line are attri...
2008-04-30  Rob Shearmanwidl: Add support for "inline" on function definitions.
2008-04-28  Rob Shearmanwidl: Accept integer constant suffixes in the lexer.
2008-04-28  Rob Shearmanwidl: Support hex digits that use an uppercase 0X prefix.
2008-04-25  Rob Shearmanwidl: Create a statement object for import statements.
2008-04-25  Rob Shearmanwidl: Add support for string literals and wide-string...
2008-04-24  Rob Shearmanwidl: Allow NULL to be used in expressions.
2008-04-22  Rob Shearmanwidl: Don't free input_name in pop_import as we keep...
2008-04-22  Rob Shearmanwidl: Add support for comparison, exclusive or, logical...
2008-04-21  Rob Shearmanwidl: Add support for "->" and "." operators in express...
2008-04-03  Dan Hipschmanwidl: Fix a mistake in an ordered list (keywords).
2008-04-02  Rob Shearmanwidl: Support __fastcall and __pascal calling conventions.
2008-04-01  Rob Shearmanwidl: Be more strict about where semicolons can appear...
2008-02-25  Gerald Pfeiferwidl: Include <unistd.h> for prototype of unlink().
2008-02-19  Alexandre JulliardAvoid the nounistd option that doesn't exist on older...
2008-02-19  Rob ShearmanAdd the nounistd option to all lex source files.
2008-02-04  Rob Shearmanwidl: Don't search for a import file name with a path...
2008-01-07  Rob Shearmanwidl: Add support for strict context handles.
2007-10-24  Dan Hipschmanwidl: parser_error must append a newline, so write...
2007-10-19  Francois Gougetwidl: Modify generic_msg() to behave like all the other...
2007-10-09  Dan Hipschmanwidl: Allow quoted UUIDs.
2007-07-17  Alexandre Julliardwidl: Added support for floating-point constants.
2007-02-19  Alexandre Julliardwidl: 'control' is an attribute not a keyword.
2007-02-08  Alexandre Julliardwidl: Rename parser states to uppercase to avoid conflicts.
2007-02-07  Alexandre Julliardwidl: Only recognize attribute keywords inside an attri...
2006-10-10  Andrew Talbotwidl: Cast-qual warning fix.
2006-09-14  Dan Hipschmanwidl: Fix warning about unused structure field in lexer.
2006-09-12  Alexandre Julliardwidl: Change the prefix on bison-generated names to...
2006-07-25  Dan Hipschmanwidl: Support SAFEARRAY(type) syntax.
2006-07-07  Robert Shearmanwidl: Add support for the builtin constants "TRUE"...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-09  Robert Shearmanwidl: Write out more TYPEFLAGs and add more type librar...
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.