wineprefixcreate: Use wineboot --update to run wine.inf.
[wine] / tools / widl /
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: The implicit_handle attribute is allowed with...
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: Write out TYPEFLAG, FUNCFLAG and VARFLAG flags...
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: Make the attrs parameter passed to start_typelib...
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-11  Rob Shearmanwidl: Support non-default calling conventions for non...
2008-04-11  Rob Shearmanwidl: Support non-default calling conventions for objec...
2008-04-03  Dan Hipschmanwidl: Fix a mistake in an ordered list (keywords).
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: Add a newline between function prototypes for...
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-02  Rob Shearmanwidl: Add a function to get the return type of a parsed...
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: Make sure that string types are always written...
2008-03-27  Rob Shearmanwidl: Fix detection of non-pointer context handles.
2008-03-27  Rob Shearmanwidl: Add support for generic binding handles.
2008-03-27  Rob Shearmanwidl: Use is_string_type for detecting strings in write...
2008-03-27  Rob Shearmanwidl: Support using context handles as the binding...
2008-03-21  Dan Hipschmanwidl: Make structures with FC_ENUM16 fields complex.
2008-03-19  Dan Hipschmanwidl: Ignore libraries in imported IDL files.
2008-03-12  Michael Stefaniucwidl: Remove local variable shadowing in add_func_desc().
2008-03-04  Alexandre Julliardwidl: Avoid getopt constants that may not be defined.
2008-02-25  Gerald Pfeiferwidl: Include <unistd.h> for prototype of unlink().
2008-02-22  Dan Hipschmanwidl: Allow is_string_type to work for typedef'd types.
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-15  Rob Shearmanwidl: Guard the inclusion of unistd.h.
2008-02-15  Rob Shearmanwidl: Remove unused headers.
2008-02-08  Colin Finckwidl: Write the TLB file in binary mode, so the line...
2008-02-08  Colin Finckwidl: Support Windows paths in dup_basename and make_token.
2008-02-04  Rob Shearmanwidl: Output code for initialising and freeing full...
2008-02-04  Rob Shearmanwidl: Don't search for a import file name with a path...
2008-02-04  Jacek Cabanwidl: Ignore ATTR_LOCAL in create_msft_typeinfo.
2008-01-23  Francois GougetAssorted spelling fixes.
2008-01-21  Rob Shearmanwidl: Write out code for initialising out-only client...
2008-01-18  Austin Englishtools: Spelling fixes.
2008-01-18  Alexandre Julliardwidl: Use the real argument names in the C method macros.
2008-01-07  Rob Shearmanwidl: Use symbolic names for some of the context handle...
2008-01-07  Rob Shearmanwidl: Fix context handle "cannot be null" detection.
2008-01-07  Rob Shearmanwidl: Fix the conditions under which array freeing...
2008-01-07  Rob Shearmanwidl: Add support for strict context handles.
2008-01-07  Rob Shearmanwidl: Output calls for the new versions of the marshall...
2008-01-07  Rob Shearmanwidl: Make the offset of conformant string types point...
2007-12-31  Rob Shearmanwidl: Check that the buffer has enough space before...
2007-12-26  Rob Shearmanwidl: Add support for generating code for out-only...
2007-12-26  Rob Shearmanwidl: Fix pointer detection in structures and arrays.
2007-12-24  Rob Shearmanwidl: Fix the generation of temporary variables for...
2007-12-21  Rob Shearmanwidl: Tweak the rules for when to call pfnFree for...
2007-12-19  Rob Shearmanwidl: Fix the length used when clearing alignment space...
2007-12-19  Rob Shearmanwidl: The detection of types is highly dependent on...
2007-12-17  Rob Shearmanwidl: Only base types or reference pointers to base...
2007-12-17  Rob Shearmanwidl: Return types shouldn't be freed.
2007-12-17  Rob Shearmanwidl: Clear padding in the buffer due to alignment.
2007-12-14  Rob Shearmanwidl: Don't write redundant FC_RP type format out for...
2007-12-13  Rob Shearmanwidl: Swap the version packing order back to what typel...
2007-12-12  Rob Shearmanwidl: Remove some confusion in how version numbers...
2007-12-11  Rob Shearmanwidl: Add support for non-basetype return types.
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-10  Rob Shearmanwidl: Make sure to generate freeing calls for all non...
2007-12-10  Rob Shearmanwidl: Arrays should have freeing code generated on...
2007-12-10  Rob Shearmanwidl: Always write a freeing function for arrays in...
2007-12-10  Alexandre JulliardMake.rules: Added rules for building the dlldata.c...
2007-12-08  Rob Shearmanwidl: Don't override the pointer type in top-level...
2007-11-19  Michael Stefaniuctools: Remove duplicate includes.
2007-11-09  Francois GougetAssorted spelling fixes.
2007-11-06  Dan Hipschmanwidl: Don't rely on type_memsize to return 0 for all...
2007-11-05  Dan Hipschmanwidl: Don't output a void conformance for NdrClearOutPa...
2007-11-05  Dan Hipschmanwidl: Handle pointers to conformant arrays (e.g., ...
2007-10-31  Dan Hipschmanwidl: Add a --local-stubs option.
2007-10-29  Paul Millarwidl: Add support for overriding recorded time, allowin...
2007-10-29  Dan Hipschmanwidl: Fix ExprEvalRoutines output.
2007-10-25  Dan Hipschmanwidl: Fix a crash in compare_expr.
2007-10-25  Dan Hipschmanwidl: Allow void pointers with iid_is attributes.
2007-10-24  Dan Hipschmanwidl: Use error_loc instead of yyerror.
2007-10-24  Dan Hipschmanwidl: parser_error must append a newline, so write...
2007-10-22  Dan Hipschmanwidl: Update the manpage.
2007-10-22  Dan Hipschmanwidl: Fix problems with variable-size user types.
2007-10-19  Francois Gougetwidl: Modify generic_msg() to behave like all the other...
2007-10-19  Francois Gougetwidl: Add the trailing '\n' to an error message.
2007-10-19  Francois Gougetwidl: Remove internal_error() as it is unused.
2007-10-18  Dan Hipschmanwidl: Detect conformant arrays of user types correctly.
next