widl: Fix size parameter for xrealloc (Coccinelle).
[wine] / tools / widl / client.c
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types during...
2009-02-06  Alexandre Julliardwidl: Add printf format attribute on all printf-like...
2009-02-06  Alexandre Julliardwidl: Replace unsigned long and size_t by unsigned...
2009-01-06  Rob Shearmanwidl: Replace uses of get_func_return_type with type_fu...
2009-01-06  Rob Shearmanwidl: Add new function, type_iface_get_stmts.
2009-01-06  Rob Shearmanwidl: Move funcs and stmts fields from type_t structure...
2008-12-26  Alexandre Julliardwidl: Add support for generating 32-bit and/or 64-bit...
2008-12-26  Alexandre Julliardwidl: Store the size of a pointer in a variable instead...
2008-12-01  Alexandre Julliardwidl: Make the generated global variables and functions...
2008-09-15  Alexandre Julliardwidl: Remove unnecessary casts in the generated code.
2008-09-15  Alexandre Julliardwidl: Implemented __finally support in client functions.
2008-09-15  Alexandre Julliardwidl: Infrastructure for adding a prefix to local varia...
2008-09-15  Alexandre Julliardwidl: Make the exception handling macros more general...
2008-09-15  Alexandre Julliardwidl: Create an explicit structure for the function...
2008-08-30  Alexandre Julliardwidl: Replace write_name() by get_name() to make the...
2008-08-27  Rob Shearmanwidl: Raise RPC_X_SS_IN_NULL_CONTEXT exception for...
2008-04-24  Rob Shearmanwidl: Create a list of statements in the whole IDL...
2008-04-22  Rob Shearmanwidl: Move expression functions to a new file, expr.c.
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-14  Rob Shearmanwidl: Add support for the broadcast and idempotent...
2008-04-11  Rob Shearmanwidl: Support non-default calling conventions for non...
2008-04-02  Rob Shearmanwidl: Add a function to get the return type of a parsed...
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: Support using context handles as the binding...
2008-02-15  Rob Shearmanwidl: Guard the inclusion of unistd.h.
2008-02-15  Rob Shearmanwidl: Remove unused headers.
2008-02-04  Rob Shearmanwidl: Output code for initialising and freeing full...
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-10-29  Dan Hipschmanwidl: Fix ExprEvalRoutines output.
2007-10-16  Dan Hipschmanwidl: Use new functions need_proxy and need_stub to...
2007-10-03  Dan Hipschmanwidl: Add a declonly argument to write_type_left.
2007-06-15  Dan Hipschmanwidl: Factor the output functions.
2007-06-14  Dan Hipschmanwidl: Handle wire_marshal types.
2007-06-06  Dan Hipschmanwidl: Represent arrays with type_t.
2007-05-16  Dan Hipschmanwidl: Improve handling of offsets in the type format...
2007-05-11  Dan Hipschmanwidl: Remove var_t's ptr_level field and start write_po...
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-04-26  Dan Hipschmanwidl: Add --prefix-* options (take 3).
2007-02-07  Alexandre Julliardwidl: Output endpoint information in client and server...
2007-01-24  Alexandre Julliardwidl: Move initialization of the stub buffer size into...
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-19  Alexandre Julliardwidl: Generate proxy/client/server files when requested...
2006-09-07  Dan Hipschmanwidl: Add an is_ptr function.
2006-08-18  Dan Hipschmanwidl: Allow format-string functions to work with objects.
2006-08-17  Dan Hipschmanwidl: Move format-string declaration output to typegen.c.
2006-08-12  Dan Hipschmanwidl: Improve pointer null checking logic.
2006-08-11  Dan Hipschmanwidl: Don't generate indentation spaces on empty lines.
2006-08-11  Dan Hipschmanwidl: Fix incorrect version number in generated code.
2006-06-19  Thomas Weidenmuellerwidl: Fix updating the proc offset.
2006-06-02  Robert Shearmanwidl: Only write one procformat string and one typeform...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Eric Kohlwidl: Implement 'oldnames' option.
2006-04-17  Eric Kohlwidl: Support multiple RPC interfaces per binary.
2006-04-10  Eric Kohlwidl: Implement support for ref pointers to simple...
2006-03-31  Robert Shearmanwidl: Re-use print_phase_basetype for generating return...
2006-03-31  Robert Shearmanwidl: Output NULL ref pointer check for pointer levels...
2006-03-31  Robert Shearmanwidl: Fix a GCC warning in the generated client and...
2006-03-31  Robert Shearmanwidl: Only output code for non-object interfaces in...
2006-03-30  Eric Kohlwidl: Implement support for ref pointers to strings.
2006-03-28  Eric Kohlwidl: Implement support for pointers to base types.
2006-03-23  Eric Kohlwidl: Fix format string size calculation.
2006-03-18  Eric Kohlwidl: Fix proc offset calculation.
2006-02-07  Robert Shearmanwidl: Merge marshall_arguments and unmarshall_arguments...
2006-02-07  Robert Shearmanwidl: Yet more const attributes.
2006-02-02  Alexandre Julliardwidl: Some cosmetic fixes in generated code.
2006-01-31  Robert Shearmanwidl: Fix the type offset used in marshaling/unmarshaling.
2006-01-27  Robert Shearmanwidl: Implement callback conformance.
2005-12-26  Robert Shearmanwidl: Out parameters.
2005-12-26  Robert Shearmanwidl: Remove some duplication.
2005-12-26  Robert Shearmanwidl: Pass a state into marshall_arguments and unmarsha...
2005-12-26  Robert Shearmanwidl: Add support for marshalling and unmarshalling...
2005-12-26  Robert Shearmanwidl: Fix SEGVs with client and server code generation...
2005-12-26  Robert Shearmanwidl: Add helper functions that return the size of...
2005-12-19  Hans Leidekkerwidl: Avoid lvalue casts in generated code.
2005-12-13  Robert Shearmanwidl: Start generating type format strings.
2005-12-12  Robert Shearmanwidl: Support explicit binding handles.
2005-12-12  Robert Shearmanwidl: Calculate the size of buffer required.
2005-12-12  Eric Kohlwidl: Support multiple interfaces per file.
2005-12-12  Robert Shearmanwidl: Don't output __RPC_FAR in generated code.
2005-12-08  Robert Shearmanwidl: Add a type generator framework.
2005-12-08  Eric Kohlwidl: Write out argument lists in the server.
2005-12-08  Eric Kohlwidl: Rename some variables.
2005-04-15  Juan LangPut space between include directive and include file.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-02-23  Alexandre JulliardRemoved the useless proxy.h header file.
2005-02-23  Eric Kohl- Add basic support for creating client and server...