wineinstall: Remove bashisms, make sh compatible.
[wine] / tools / widl / widl.c
2008-04-24  Rob Shearmanwidl: Create a list of statements in the whole IDL...
2008-03-27  Rob Shearmanwidl: Add support for generic binding handles.
2008-03-04  Alexandre Julliardwidl: Avoid getopt constants that may not be defined.
2008-02-08  Colin Finckwidl: Support Windows paths in dup_basename and make_token.
2007-12-10  Alexandre JulliardMake.rules: Added rules for building the dlldata.c...
2007-10-31  Dan Hipschmanwidl: Add a --local-stubs option.
2007-10-18  Dan Hipschmanwidl: Remove printf format strings that aren't really...
2007-10-18  Dan Hipschmanwidl: Generate dlldata files.
2007-10-18  Dan Hipschmanwidl: Improve file cleanup when errors occur.
2007-09-28  Rob Shearmanwidl: Write prototypes for context handle rundown rount...
2007-09-11  Dan Hipschmanwidl: Output UUID files compatible with older Visual...
2007-08-30  Dmitry Timoshkovwidl: Constify some data.
2007-06-07  Alexandre Julliardwidl: Get rid of the SIGSEGV handler, this only makes...
2007-04-26  Dan Hipschmanwidl: Add --prefix-* options (take 3).
2007-01-19  Alexandre Julliardwidl: Generate proxy/client/server files when requested...
2006-09-12  Alexandre Julliardwidl: Change the prefix on bison-generated names to...
2006-09-09  Alexandre Julliardwidl: Allow building without debug support in the parser.
2006-08-25  Dan Hipschmanwidl: Remove usage of type_t ref field for base types...
2006-08-05  Dan Hipschmanwidl: Replace strdup, malloc and realloc with xstrdup...
2006-08-04  Dan Hipschmanwidl: Generate GUID (infile_i.c) files.
2006-05-27  Alexandre Julliardwidl: Clean output files when aborting on a signal.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Eric Kohlwidl: Implement 'oldnames' option.
2006-02-02  Alexandre Julliardwidl: Make sure the token variables are always initiali...
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.