widl: Added importlib parsing code.
[wine] / tools / wrc /
2006-03-06  Mike McCormackwrc: Don't use identifiers starting yy*, they're reserv...
2006-02-28  Alexandre Julliardwrc: Integer ids can be used for control labels instead...
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-05  Alexandre JulliardRemove YY_NO defines that cause warnings.
2006-01-03  Alexandre JulliardSupport building flex files without debug support.
2006-01-03  Alexandre JulliardAdded some flex options to avoid compiler warnings.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-10-10  Alexandre JulliardAdd current directory to default include path.
2005-10-10  Alexandre JulliardDefault search path for an include file should be based...
2005-10-10  Alexandre JulliardSet the version we report in wmc and wrc from the globa...
2005-10-06  Alexandre JulliardPut Wine version information in all the man pages.
2005-09-28  Alexandre JulliardNow that we are requiring bison anyway, make the .tab...
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-07-10  Marcus MeissnerFixed signedness warnings.
2005-07-05  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-06-30  Alexandre JulliardAdded support for HTML resource type.
2005-06-30  Stefan HuehnerFix some -Wsign-compare warnings.
2005-06-30  Jacek Caban'.' is a valid char of tIDENT.
2005-06-27  Eric PouechConst correctness fixes.
2005-06-22  Mike McCormackMove function prototypes to header.
2005-05-09  Michael StefaniucChange the type of 1 bit wide bitfields to unsigned.
2005-04-14  Michael LinChange menu item options to use optional comma.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-08  Alexandre JulliardAllow specifying extended control styles also in standa...
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-01-28  Alexandre JulliardAvoid assertion failure when loading an empty data...
2004-12-07  Alexandre JulliardRemoved an unused function.
2004-12-06  Eric PouechAnother couple of missing static definitions.
2004-11-22  Rein KlazesAllow negative numbers in RCDATA resources like RC...
2004-11-21  Eric FriasFixed error writing control IDs in dialogex on sparc.
2004-08-19  Zach GormanWS_TABSTOP should not be a default style for GROUPBOX...
2004-07-20  Alexandre JulliardFixed handling of LANGUAGE statement for message tables...
2004-07-06  Marcus MeissnerGeneric SKIP_TAG to skip a number of bytes, use it...
2004-06-01  Jon GriffithsAlso handle OS2 v1.x (AKA windows 2.0) bitmaps.
2004-05-30  Dimitrie O. PaunDocument the --verbose switch.
2004-05-04  Francois GougetMake our ascii strings static const.
2004-04-12  Dimitrie O. PaunAdd support for --verbose for compatibility.
2004-04-09  Alexandre JulliardFixed line number handling for escaped end of lines...
2004-01-18  Vincent BéronAdded a new flag to wrc, to be used to assess translations
2004-01-02  Mike McCormackAvoid a crash if the dialog style is missing.
2003-11-26  Dimitrie O. PaunMake the winehq.org domain the official one.
2003-10-14  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-06  Vincent BéronGet rid of useless comment (empty function header).
2003-09-29  Alexandre JulliardFixed handling of Unicode strings used as filenames...
2003-09-22  Vincent BéronFix strncpyWtoA to actually act as advertised (and...
2003-09-18  Eric FriasFixed combobox flags handling to allow CBS_DROPDOWN...
2003-09-10  Steven EdwardsPortability fix for language ids.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-01  Vincent BéronFixed typo.
2003-08-22  Steven EdwardsFixes for building with w32api headers on Mingw.
2003-08-18  Jon GriffithsOnly statics are sure to be set to 0, explicitly initia...
2003-07-09  Juraj HercekAdjusted grammar to accept also help-ids for dialogex...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-05-01  Alexandre JulliardMoved the wpp library from tools/ to libs/.
2003-04-19  Dimitrie O. PaunAdd -fo as a synonym for -o, for compatibility with rc.
2003-03-28  Dimitrie O. PaunRemove the no longer needed -m option, ignore -r for...
2003-03-27  Dimitrie O. PaunRemove unused options -a and -C.
2003-03-21  Alexandre JulliardAdded 'wine' prefix to libwine_unicode exports.
2003-03-20  Dimitrie O. PaunIntroduce the -J, --input-format options for compatibil...
2003-03-19  Dimitrie O. PaunRemove -J, -P, and -V as they have long options equival...
2003-03-19  Alexandre JulliardCreated a separate static portability library and moved...
2003-02-26  Dimitrie O. PaunRemove assembly generation from wrc.
2003-02-11  Dimitrie O. PaunAdd option to set preprocessor (not yet implemented).
2003-02-01  Dimitrie O. PaunMerge README.wrc into wrc's man page.
2003-01-31  Dimitrie O. PaunRemove header file generation, and related options.
2003-01-23  Gerald PfeiferDeclare variable only if needed.
2003-01-21  Dan Kegel\ at EOL in string now behaves like in msvc6's rc.
2003-01-20  Dimitrie O. PaunRemove the obsolete wrc options: -A, -T, and -t.
2003-01-11  Dimitrie O. PaunAdded windres compatibility switches: -v, --[no-]use...
2003-01-09  Alexandre JulliardDo not define __WINESRC__ when building tools and miscemu.
2003-01-09  Dimitrie O. PaunCollapse the -hHrs options into the -O option.
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2003-01-02  Alexandre JulliardUpdated for recent options changes.
2002-12-19  Dimitrie O. PaunRemove the -L wrc option, as no automatic fudging of...
2002-12-15  Alexandre JulliardAdded y.tab.[ch] pseudo-dependencies to fix parallel...
2002-12-12  Dimitrie O. PaunDo not display the long options in the usage message...
2002-12-11  Dimitrie O. Paunwrc should be aware of the location of the system headers.
2002-12-10  Dimitrie O. PaunGracefully degrade to getopt if getopt_long does not...
2002-12-06  Dimitrie O. PaunMake wrc command line compatible with windres.
2002-09-04  Steven EdwardsFixed typo in BITMAPV4HEADER stucture.
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-08-15  Alexandre JulliardAdded support for #pragma code_page.
2002-08-10  Alexandre JulliardAdded explicit dependency on y.tab.h for lex output.
2002-08-07  Gregg MattinsonFixes for Sparc build.
2002-08-02  Alexandre JulliardRemoved struct user to avoid conflicts with system...
2002-07-22  Alexandre JulliardReplace all uses of PREFIX and @function by the __ASM_N...
2002-07-20  Alexandre JulliardExplicitly specify the path to wpp.h so we don't need...
2002-07-16  Alexandre JulliardSplit the C preprocessor from wrc into a separate library.
2002-06-14  Alexandre JulliardFixed make install target to work even when nothing...
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Steven EdwardsFixes for building on mingw.
2002-05-10  Steven EdwardsDetect snprintf && _snprintf, use _snprintf on stupid...
2002-05-09  Alexandre JulliardAdded mkinstalldirs to create directories more portably.
next