widl: Fix size parameter for xrealloc (Coccinelle).
[wine] / tools / widl / typelib.c
2009-11-09  Rob Shearmanwidl: Add support for bit-fields in non-remote structures.
2009-11-09  Rob Shearmanwidl: Implement __int3264 keyword.
2009-03-09  Rob Shearmanwidl: Move type_basic_get_fc to typegen.c and rename...
2009-03-05  Rob Shearmanwidl: Store the abstract identifier of the type in...
2009-03-05  Rob Shearmanwidl: Implement a more abstract way of representing...
2009-03-05  Rob Shearmanwidl: Move declarray property to array_details.
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types of types...
2009-01-19  Rob Shearmanwidl: Add new type_get_type and type_get_real_type_type...
2009-01-07  Rob Shearmanwidl: Determine the type of an array entirely at code...
2009-01-06  Rob Shearmanwidl: Add a new function, type_pointer_get_ref.
2009-01-06  Rob Shearmanwidl: Move creation of module type into a separate...
2009-01-06  Rob Shearmanwidl: Move duptype and alias to parser.y.
2009-01-06  Rob Shearmanwidl: Add new type_is_alias and type_get_real_type...
2008-12-29  Rob Shearmanwidl: Write the typelib based on the statement list...
2008-09-10  Steven Edwardswidl: Open files in binary mode to avoid corruption...
2008-07-02  Dan Hipschmanwidl: Implement type redefinition checks.
2008-05-06  Francois GougetAdd a comment warning when a table must be kept sorted...
2008-04-28  Rob Shearmanwidl: Add typedefs to typelibs which have the public...
2008-04-24  Rob Shearmanwidl: Create a list of statements in the whole IDL...
2008-04-14  Rob Shearmanwidl: Make the attrs parameter passed to start_typelib...
2008-02-15  Rob Shearmanwidl: Guard the inclusion of unistd.h.
2008-02-15  Rob Shearmanwidl: Remove unused headers.
2007-10-09  Dan Hipschmanwidl: Keep track of every allocated type_t to simplify...
2007-10-09  Dan Hipschmanwidl: Implement pointer_default functionality.
2007-08-30  Dmitry Timoshkovwidl: Constify some data.
2007-08-30  Dan Hipschmanwidl: Handle the size_is attribute on pointers.
2007-08-28  Dan Hipschmanwidl: Handle LPSTR in typelibs.
2007-06-06  Dan Hipschmanwidl: Represent arrays with type_t.
2007-05-10  Dan Hipschmanwidl: Remove redundant get_var_vt function.
2007-05-01  Dan Hipschmanwidl: Get rid of the tname field of var_t, simplify...
2007-03-07  Rob Shearmanwidl: Implement writing of SAFEARRAY type descriptions...
2007-01-22  Alexandre Julliardwidl: Convert attribute lists to standard Wine lists.
2007-01-22  Alexandre Julliardwidl: Convert typelib lists to standard Wine lists.
2006-09-14  Dan Hipschmanwidl: Don't compare result of read() to unsigned type.
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: 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-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-07-29  Dan Hipschmanwidl: Fold class_t into type_t.
2006-05-24  Alexandre Julliardwidl: Get rid of unnecessary inclusion of unicode.h.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Jacek Cabanwidl: Don't add importlib if it is already on the list...
2006-05-17  Jacek Cabanwidl: Added importlib reading implementation.
2006-04-21  Jacek Cabanwidl: Added importlib parsing code.
2006-04-18  Robert Shearmanwidl: Ignore [object] attribute on interfaces written...
2005-07-14  Stefan HuehnerFix a -Wsign-compare warning.
2005-06-09  Robert ShearmanAdd more struct types for TLB generation.
2005-02-14  Vincent BéronA RPC_FC_ENUM16 is a VT_USERDEFINED.
2005-02-08  Huw DaviesAdd VARIANT_BOOL.
2005-02-03  Huw DaviesCoclass support.
2005-02-02  Huw DaviesAdd support for typedefs.
2005-01-28  Huw DaviesStructs with ptrs are also VT_USERDEFINED.
2005-01-26  Huw DaviesFix typelib only option.
2005-01-25  Huw DaviesAdd enum support.
2005-01-14  Huw DaviesAdd support for interface ptrs including the special...
2005-01-12  Huw DaviesBetter type encoding. (Interface ptrs still not there...
2005-01-06  Huw DaviesInitial support for typelib generation.
2005-01-05  Huw DaviesStore interfaces, structs, coclasses and modules that...
2004-12-06  Eric PouechAnother round of const correctness fixes.
2004-10-11  Jacek Caban- Added creation of dispinterface header.
2004-01-07  Ove KaavenAdded rules to parse library, coclass, dispinterface...