sfnt2fnt: Use code from gdi32/freetype to do a better job finding the TTAG_EBLC to...
[wine] / tools / widl / parser.y
2007-12-08  Rob Shearmanwidl: Don't override the pointer type in top-level...
2007-10-31  Dan Hipschmanwidl: Add a --local-stubs option.
2007-10-24  Dan Hipschmanwidl: Use error_loc instead of yyerror.
2007-10-18  Dan Hipschmanwidl: Detect conformant arrays of user types correctly.
2007-10-18  Dan Hipschmanwidl: Generate dlldata files.
2007-10-15  Gerald Pfeiferwidl: Fix build failure in parser.y.
2007-10-09  Dan Hipschmanwidl: Keep track of every allocated type_t to simplify...
2007-10-09  Dan Hipschmanwidl: Implement pointer_default functionality.
2007-10-09  Dan Hipschmanwidl: Allow quoted UUIDs.
2007-10-09  Dan Hipschmanwidl: Make structs containing user types bogus; fix...
2007-10-03  Dan Hipschmanwidl: Correct default pointers.
2007-10-03  Dan Hipschmanwidl: Add a declonly argument to write_type_left.
2007-10-03  Dan Hipschmanwidl: Add newlines to error messages that are missing...
2007-09-28  Rob Shearmanwidl: Write prototypes for context handle rundown rount...
2007-09-20  Dan Hipschmanwidl: Respect pointer attributes better.
2007-09-19  Dan Hipschmanwidl: Implement complex arrays.
2007-09-19  Dan Hipschmanwidl: Implement pointer descriptions for complex struct...
2007-09-17  Rob Shearmanwidl: Fix detection of complex arrays.
2007-09-17  Rob Shearmanwidl: Initialise cval in make_expr.
2007-09-14  Dan Hipschmanwidl: Add padding to the end of complex structures.
2007-07-17  Alexandre Julliardwidl: Added support for floating-point constants.
2007-06-20  Rob Shearmanwidl: Fix detection of structures with non-conformant...
2007-06-15  Dan Hipschmanwidl: Handle encapsulated unions.
2007-06-15  Dan Hipschmanwidl: Handle embedded interface pointers.
2007-06-14  Dan Hipschmanwidl: Handle wire_marshal types.
2007-06-12  Dan Hipschmanwidl: Simplify correlation descriptor code.
2007-06-08  Dan Hipschmanwidl: Fix incomplete struct/union typedef bug.
2007-06-06  Dan Hipschmanwidl: Represent arrays with type_t.
2007-05-31  Rob Shearmanwidl: A structure with variance, but without conformanc...
2007-05-25  Dan Hipschmanwidl: Allow types that reference themselves.
2007-05-25  Dan Hipschmanwidl: Shrink type_t structure.
2007-05-21  Dan Hipschmanwidl: Lay framework for unions with simple unions working.
2007-05-11  Dan Hipschmanwidl: Remove var_t's ptr_level field and start write_po...
2007-05-10  Dan Hipschmanwidl: Simplify make_safearray.
2007-05-01  Dan Hipschmanwidl: Get rid of the tname field of var_t, simplify...
2007-05-01  Dan Hipschmanwidl: Get rid of the typeref_t structure, simplify...
2007-03-07  Rob Shearmanwidl: Implement writing of SAFEARRAY type descriptions...
2007-02-07  Alexandre Julliardwidl: Add a string list type and use it for the endpoin...
2007-02-07  Alexandre Julliardwidl: Only recognize attribute keywords inside an attri...
2007-02-06  Mike McCormackwidl: Implement dispinterfaces derived from an interface.
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.
next