ntdll: Fix compilation on systems that don't support nameless unions.
[wine] / tools / widl /
2007-05-16  Dan Hipschmanwidl: Write some structures to the type format string...
2007-05-16  Dan Hipschmanwidl: Improve handling of offsets in the type format...
2007-05-14  Dan Hipschmanwidl: Handle pointers fields that point to structures.
2007-05-14  Dan Hipschmanwidl: Remove an unnecessary assignment in write_pointers.
2007-05-11  Dan Hipschmanwidl: Remove var_t's ptr_level field and start write_po...
2007-05-10  Dan Hipschmanwidl: Remove dead code in write_msft.c.
2007-05-10  Dan Hipschmanwidl: Simplify make_safearray.
2007-05-10  Dan Hipschmanwidl: Remove redundant get_var_vt function.
2007-05-10  Dan Hipschmanwidl: Add string_of_type function, prettify code.
2007-05-03  Alexandre Julliardwidl: Don't declare a global binding handle when using...
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-04-26  Dan Hipschmanwidl: Declare fixed-size array args as pointers to...
2007-04-26  Dan Hipschmanwidl: Add --prefix-* options (take 3).
2007-03-13  Stefan HuehnerMark several functions as static.
2007-03-08  Alexandre Julliardconfigure: Get rid of lex compatibility support, we...
2007-03-07  Rob Shearmanwidl: Implement writing of SAFEARRAY type descriptions...
2007-02-28  Alexandre Julliardwidl: Add missing '\n' on error message.
2007-02-26  Rob Shearmanwidl: Print EXPR_NUM expresssions as unsigned to avoid...
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: Output endpoint information in client and server...
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  Alexandre Julliardwidl: Use the correct type offset when freeing proxy...
2007-02-06  Alexandre Julliardwidl: Added support for iid_is conformance descriptors.
2007-02-06  Alexandre Julliardwidl: size_is and length_is are expression lists now.
2007-02-06  Alexandre Julliardwidl: Take array dimensions into account when computing...
2007-02-06  Alexandre Julliardwidl: Add support for arrays of simple types in format...
2007-02-06  Alexandre Julliardwidl: Output correct alignments in type format strings.
2007-02-06  Mike McCormackwidl: Implement dispinterfaces derived from an interface.
2007-01-26  Mike McCormackwidl: Handle TKIND_DISPATCH when generating MSFT typelibs.
2007-01-26  Huw Davieswidl: Don't restrict the number of params of [prop...
2007-01-26  Huw Davieswidl: Add VT_DATE support to typelib generation.
2007-01-26  Alexandre Julliardwidl: Make some generated variables static and/or const.
2007-01-26  Alexandre Julliardwidl: Avoid dependency on COBJMACROS in generated code.
2007-01-26  Alexandre Julliardwidl: Define __midl_proxy in the generated proxy code.
2007-01-26  Alexandre Julliardwidl: Add a few more fields in the stub descriptor.
2007-01-26  Alexandre Julliardwidl: Rename a couple of variables to make the code...
2007-01-26  Alexandre Julliardwidl: Initialize local variables in stub functions.
2007-01-26  Alexandre Julliardwidl: Use the typegen function for marshalling/unmarsha...
2007-01-26  Alexandre Julliardwidl: Copy the UserMarshal support into the generic...
2007-01-24  Alexandre Julliardwidl: Add support for some simple pointer types.
2007-01-24  Alexandre Julliardwidl: Store the interface id in _StubMsg.MaxCount for...
2007-01-24  Alexandre Julliardwidl: Fix alignment check for struct members format...
2007-01-24  Alexandre Julliardwidl: Fix possible crash in write_array_tfs.
2007-01-24  Alexandre Julliardwidl: Skip local functions when building format strings.
2007-01-24  Alexandre Julliardwidl: Export a function to compute the proc format...
2007-01-24  Alexandre Julliardwidl: Move initialization of the stub buffer size into...
2007-01-24  Alexandre Julliardwidl: Move support for stub arguments to typegen.c...
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.
2007-01-22  Alexandre Julliardwidl: Convert typelib lists to standard Wine lists.
2007-01-22  Alexandre Julliardwidl: Use existing functions to retrieve attributes...
2007-01-19  Alexandre Julliardwidl: Include objbase.h so that generated proxy file...
2007-01-19  Alexandre Julliardwidl: Generate proxy/client/server files when requested...
2007-01-04  Andrew Talbotwidl: Fix memory leaks.
2006-12-27  Alexandre Julliardmake_makefiles: Generate the top-level .gitignore file.
2006-12-05  Francois GougetAssorted spelling fixes.
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-10-13  Francois GougetAssorted spelling fixes.
2006-10-10  Andrew Talbotwidl: Cast-qual warning fix.
2006-10-10  Michael Stefaniuctools: Remove redundant NULL checks before free() ...
2006-09-29  Francois Gougetwidl: Use CONST_VTBL to declare lpVtbl.
2006-09-29  Michael Stefaniuc"One liners" printf format warning fixes for the migrat...
2006-09-14  Dan Hipschmanwidl: Don't compare result of read() to unsigned type.
2006-09-14  Dan Hipschmanwidl: Remove unused parameter in create_msft_typeinfo.
2006-09-14  Dan Hipschmanwidl: Remove unused parameter in ctl2_encode_name.
2006-09-14  Dan Hipschmanwidl: Replace a #if by if for better compiler checking.
2006-09-14  Dan Hipschmanwidl: Remove unused parameter in write_ip_tfs.
2006-09-14  Dan Hipschmanwidl: Fix warning about unused structure field in lexer.
2006-09-14  Dan Hipschmanwidl: Add -u and -U options to man page.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-12  Dan Hipschmanwidl: Replace a loop with a simple computation.
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-11  Alexandre Julliardmakefiles: List bison dependencies explicitly for paral...
2006-09-09  Alexandre Julliardmakefiles: Add global rules for bison and lex files.
2006-09-09  Alexandre Julliardwidl: Allow building without debug support in the parser.
2006-09-08  Dan Hipschmanwidl: Add more complete pointer handling to write_typef...
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: Print pointers more aesthetically in generated...
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-29  Dan Hipschmanwidl: Add the rest of the pointer types to write_type.
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.
next