widl: Don't use recursion to implement write_procformatstring_type.
[wine] / tools / widl / widl.c
2006-01-03  Alexandre JulliardSupport building flex files without debug support.
2005-10-08  Alexandre JulliardSet the widl version to be the same as the global packa...
2005-09-12  Robert Shearman- Output prototypes for user marshal functions at the...
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-04-18  Juan LangAlways initialize header file name, to prevent "#includ...
2005-02-23  Alexandre JulliardRemoved the useless proxy.h header file.
2005-02-23  Eric Kohl- Add basic support for creating client and server...
2005-01-26  Huw DaviesFix typelib only option.
2005-01-05  Huw DaviesBring the debug functions into line with the rest of...
2004-12-27  Vincent BéronGenerate only wanted files.
2004-10-11  Jacek Caban- Added creation of dispinterface header.
2004-10-05  Alexandre JulliardRemoved no longer needed ICOM compatibility mode in...
2004-05-04  Francois GougetMake our ascii strings static const.
2004-01-07  Ove KaavenAdded rules to parse library, coclass, dispinterface...
2003-09-03  Alexandre JulliardUse <> format in generated #include statements.
2003-05-01  Alexandre JulliardMoved the wpp library from tools/ to libs/.
2003-04-10  Alexandre JulliardGet rid of the ICOM_CALL macros.
2003-03-16  Alexandre JulliardMake sure we display the correct file name and line...
2003-01-09  Ove KaavenDeclare user-marshaller prototypes for types declared...
2002-12-15  Ove KaavenOutput raw ICOM-less C/C++ interface definitions by...
2002-12-03  Ove KaavenParse the NOT operator, the [idempotent] attribute...
2002-11-21  Ove KaavenAdded "generate headers only" command-line option....
2002-11-13  Alexandre JulliardMoved rpc.h inclusion in widl-generated file so that...
2002-11-12  Ove KaavenSupport for enums, arrays, encapsulated unions, signed...
2002-08-27  Alexandre JulliardTry to derive temp file names from output file names...
2002-08-17  Dmitry TimoshkovInclude protection for <unistd.h>, <sys/types.h> and...
2002-07-20  Alexandre JulliardExplicitly specify the path to wpp.h so we don't need...
2002-07-16  Alexandre JulliardMerged the IDL compiler written by Ove Kaaven.