widl: Fix a typo in the man page.
[wine] / tools / widl / client.c
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...