widl: Fix alignment check for struct members format string.
[wine] / tools / widl / parser.y
2007-01-22  Alexandre Julliardwidl: Convert expression lists to standard Wine lists.
2007-01-22  Alexandre Julliardwidl: Convert variable lists to standard Wine lists.
2007-01-22  Alexandre Julliardwidl: Convert function lists to standard Wine lists.
2007-01-22  Alexandre Julliardwidl: Convert interface lists to standard Wine lists.
2007-01-22  Alexandre Julliardwidl: Convert attribute lists to standard Wine lists.
2006-10-10  Michael Stefaniuctools: Remove redundant NULL checks before free() ...
2006-09-12  Alexandre Julliardwidl: Change the prefix on bison-generated names to...
2006-09-11  Alexandre JulliardMake.rules: Set the default prefix for bison files...
2006-09-07  Dan Hipschmanwidl: Sanity check string and pointer attrs. Don't...
2006-09-07  Dan Hipschmanwidl: Handle more pointer types in get_struct_type.
2006-09-07  Dan Hipschmanwidl: Remove checks for typedefs that always fail.
2006-09-07  Dan Hipschmanwidl: Generate an error for "int f(void a)".
2006-09-07  Dan Hipschmanwidl: Add an is_ptr function.
2006-09-07  Dan Hipschmanwidl: Factor the entry_t structure.
2006-09-07  Dan Hipschmanwidl: Use type_t for typedefs, not var_t. Simplify...
2006-09-07  Dan Hipschmanwidl: Generate names for tagless structs, unions and...
2006-08-26  Alexandre Julliardwidl: xmalloc shouldn't initialize to zero, do that...
2006-08-25  Dan Hipschmanwidl: Remove usage of type_t ref field for base types...
2006-08-25  Andrew Talbotwidl: Write-strings warning fix.
2006-08-16  Dan Hipschmanwidl: Calculate method indices in parser instead of...
2006-08-12  Dan Hipschmanwidl: Use ref_type to simplify some code.
2006-08-04  Dan Hipschmanwidl: Generate GUID (infile_i.c) files.
2006-08-03  Dan Hipschmanwidl: Write forward declarations for coclass definitions.
2006-07-31  Dan Hipschmanwidl: Set type_t kind field correctly for all types.
2006-07-31  Dan Hipschmanwidl: Set defined flag for coclasses.
2006-07-29  Dan Hipschmanwidl: Encode coclass types in typelibs.
2006-07-29  Dan Hipschmanwidl: Register types for coclasses.
2006-07-29  Dan Hipschmanwidl: Fold class_t into type_t.
2006-07-26  Dan Hipschmanwidl: Allow trailing commas in attribute lists.
2006-07-25  Dan Hipschmanwidl: Support SAFEARRAY(type) syntax.
2006-07-14  Dan Hipschmanwidl: Support coclass forward declarations.
2006-07-07  Robert Shearmanwidl: Add support for the builtin constants "TRUE"...
2006-06-07  Robert Shearmanwidl: Support coclass forward declarations.
2006-05-31  Robert Shearmanwidl: Allow some more "reserved words" to be used as...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-21  Jacek Cabanwidl: Fix a typo.
2006-04-21  Jacek Cabanwidl: Added importlib parsing code.
2006-03-31  Robert Shearmanwidl: The lval member of var_t is essentially a duplica...
2006-03-18  Eric Kohlwidl: 'unsigned char' and 'byte' are must be distinct...
2006-02-09  Robert Shearmanwidl: Write out more TYPEFLAGs and add more type librar...
2006-02-07  Alexandre Julliardwidl: Remove '\n' from yyerror calls.
2006-02-07  Robert Shearmanwidl: Make 'attrs' field of type_t const.
2006-02-07  Robert Shearmanwidl: Remove unused 'rname' field of type_t.
2006-02-07  Robert Shearmanwidl: Fix pointer detection for structures with embedde...
2006-01-31  Robert Shearmanwidl: Do constant folding for the sizeof operator on...
2006-01-24  Robert Shearmanwidl: Fix detection of varying arrays.
2006-01-24  Robert Shearmanwidl: Fix detection of conformant varying structs.
2006-01-24  Robert Shearmanwidl: Error if an array is in the middle of a structure.
2006-01-24  Robert Shearmanwidl: Fix the detection of conformant and pointer structs.
2005-12-26  Robert Shearmanwidl: Add some const attributes.
2005-12-26  Robert Shearmanwidl: Use the same precendence rule for the conditional...
2005-12-16  Jacek Cabanwidl: Added bindable and displaybind attributes handling.
2005-12-12  Robert Shearmanwidl: Don't treat FC_SMALL as FC_SHORT.
2005-12-08  Robert Shearmanwidl: Formatting cleanups.
2005-09-12  Robert Shearman- Output prototypes for user marshal functions at the...
2005-07-21  Stefan HuehnerChange some char* to const char* to fix warnigns.
2005-05-26  Alexandre JulliardWorkaround to allow using the async keyword as method...
2005-03-28  Vincent BéronAdd support for single in idl files.
2005-03-24  Jacek CabanAdded handling of unsigned type.
2005-03-05  Jacek CabanWrite uuid of library in header.
2005-02-23  Alexandre JulliardRemoved the useless proxy.h header file.
2005-02-23  Eric Kohl- Add basic support for creating client and server...
2005-02-03  Huw DaviesCoclass support.
2005-02-02  Huw DaviesAdd support for typedefs.
2005-02-01  Huw DaviesAdd support for dispinterfaces (slightly hacked because...
2005-01-26  Huw DaviesFix typelib only option.
2005-01-25  Huw DaviesAdd enum support.
2005-01-25  Huw Daviesunsigned char support.
2005-01-20  Huw DaviesDon't set ATTR_IN or ATTR_OUT by default - this essenti...
2005-01-10  Huw DaviesAdd support for the help* attributes on type libraries.
2005-01-10  Huw DaviesAdd support for optional arguments and some suppport...
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...
next