widl: Allow pointer attributes to be applied to function pointers.
[wine] / tools / widl / parser.y
2008-04-30  Rob Shearmanwidl: Allow pointer attributes to be applied to functio...
2008-04-30  Rob Shearmanwidl: Make constdef and externdef take a declarator...
2008-04-30  Rob Shearmanwidl: Add support for "inline" on function definitions.
2008-04-30  Rob Shearmanwidl: Keep const attributes applied to pointers when...
2008-04-28  Rob Shearmanwidl: Add typedefs to typelibs which have the public...
2008-04-25  Rob Shearmanwidl: Move the func_declarator rule entirely into direc...
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-25  Rob Shearmanwidl: Add support for declaring multiple fields of...
2008-04-25  Rob Shearmanwidl: Make the rules for parsing fields in structures...
2008-04-25  Rob Shearmanwidl: Rename pident to declarator and parse the array...
2008-04-25  Rob Shearmanwidl: Consolidate most of the inner loop of reg_typedef...
2008-04-24  Rob Shearmanwidl: Add typedef statements to the statement lists.
2008-04-24  Rob Shearmanwidl: Create a list of statements in the whole IDL...
2008-04-24  Rob Shearmanwidl: Allow NULL to be used in expressions.
2008-04-24  Rob Shearmanwidl: Construct the pointer chain while parsing pointer...
2008-04-24  Rob Shearmanwidl: Implement lcid property on library declarations.
2008-04-22  Rob Shearmanwidl: Move expression functions to a new file, expr.c.
2008-04-22  Rob Shearmanwidl: Check that expressions resolve so that expression...
2008-04-22  Rob Shearmanwidl: Pass the actual type into check_remoting_fields...
2008-04-22  Rob Shearmanwidl: Remove EXPR_MEMBERPTR and implement it using...
2008-04-22  Rob Shearmanwidl: Add support for comparison, exclusive or, logical...
2008-04-22  Rob Shearmanwidl: Require a constant expression for case statements.
2008-04-22  Rob Shearmanwidl: Fix operator precedence in expressions.
2008-04-21  Rob Shearmanwidl: Add support for '%' operator in expressions.
2008-04-21  Rob Shearmanwidl: Add support for arrays in expressions.
2008-04-21  Rob Shearmanwidl: Add support for "->" and "." operators in express...
2008-04-21  Rob Shearmanwidl: Issue an error instead of crashing for dividing...
2008-04-21  Rob Shearmanwidl: Automatically add "handle_t IDL_handle" parameter...
2008-04-21  Rob Shearmanwidl: Check that fields in structures and unions refere...
2008-04-21  Rob Shearmanwidl: Stop looping in check_remoting_args when a contex...
2008-04-16  Rob Shearmanwidl: Change alls calls to error in the parser to error...
2008-04-14  Rob Shearmanwidl: Add checking to arguments of non-local functions.
2008-04-14  Rob Shearmanwidl: Add functions to print an error or warning messag...
2008-04-14  Rob Shearmanwidl: Add support for the broadcast and idempotent...
2008-04-14  Rob Shearmanwidl: Output a warning if duplicate attributes are...
2008-04-14  Rob Shearmanwidl: Check that attributes are applicable for librarie...
2008-04-14  Rob Shearmanwidl: The odl attribute is valid for dispinterfaces.
2008-04-14  Rob Shearmanwidl: Check that attributes applied to typedefs and...
2008-04-14  Rob Shearmanwidl: Check that attributes applied to interfaces,...
2008-04-02  Rob Shearmanwidl: Turn on verbose errors, which gives a little...
2008-04-02  Rob Shearmanwidl: Fix the writing out of function pointers with...
2008-04-02  Rob Shearmanwidl: Support __fastcall and __pascal calling conventions.
2008-04-02  Rob Shearmanwidl: Support parsing calling conventions for function...
2008-04-02  Rob Shearmanwidl: Store function and function pointer types complet...
2008-04-01  Rob Shearmanwidl: Be more strict about where semicolons can appear...
2008-04-01  Rob Shearmanwidl: Parse typedefs of function pointers.
2008-03-27  Rob Shearmanwidl: Add support for generic binding handles.
2008-03-21  Dan Hipschmanwidl: Make structures with FC_ENUM16 fields complex.
2008-03-19  Dan Hipschmanwidl: Ignore libraries in imported IDL files.
2008-01-07  Rob Shearmanwidl: Add support for strict context handles.
2007-12-12  Rob Shearmanwidl: Remove some confusion in how version numbers...
2007-12-10  Rob Shearmanwidl: iid_is should take expressions, not just identifiers.
2007-12-10  Rob Shearmanwidl: Support the address-of operator in expressions.
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() ...
next