Fix signed/unsigned comparison warnings.
[wine] / tools / wrc /
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.
2002-05-04  Warren BairdSolve alignment problems by converting bitmap headers...
2002-04-27  Alexandre JulliardLink the tools and the server against libwine so we...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrSpelling/alignment fixes.
2002-02-14  Alexandre JulliardUpgraded configure script to use autoconf 2.50 features...
2001-12-26  Andreas MohrDocumentation update.
2001-12-19  Michael StefaniucReplaced MAX with max and deleted definition of MAX.
2001-11-06  Francois GougetFix a buffer overflow in write_name_str, bug found by
2001-11-06  François GougetFix the #include order for config.h.
2001-06-24  Bang Jun-YoungAdd a workaround for a bug in byacc (again).
2001-06-06  Francois GougetWrc no longer needs to parse C code. Remove c-junk...
2001-06-04  Maciek KaliszewskiAdded support for RCINCLUDE directive. Now wrc ignores...
2001-06-04  Francois GougetFix the conversion of MS style '#line' directives to...
2001-05-29  Maciek KaliszewskiAdded better GCC-style #line directive handling.
2001-05-07  Francois Gouget-l/-L were not renamed to -t/-T in the usage messages.
2001-02-12  Rein KlazesAdded support for the Malayan language.
2001-02-12  Jon GriffithsRemove xmalloc/xrealloc limits for large binary resources.
2001-01-02  Ulrich Weigand- Fixed a byteorder conversion problem with message...
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-06  Michael VekslerAdd basic NLS information needed for Hebrew.
2000-12-06  Alexandre JulliardUse libwine and libwine_unicode directly from their...
2000-12-05  Nerijus BaliunasFixed Serbian language code page.
2000-11-25  Alexandre JulliardAdded a few missing languages.
2000-11-11  Joerg MayerGet rid of some warnings about unused variables, signed...
2000-11-06  Alexandre JulliardBetter error message when an include file is not found...
2000-10-31  Alexandre JulliardBuild ntdll as a real dll, including everything that...
2000-10-25  Kristoffer GleditschAdded LDFLAGS to linking of wine-related binaries.
2000-10-25  Alexandre Julliard16-bit resource size must be scaled by alignment.
2000-10-24  Alexandre JulliardAdded codepage translation based on the language id...
2000-10-23  Alexandre JulliardFixed duplication of typename in 16-bit assembly output.
2000-09-24  Francois GougetFilenames may contain '/' and '\'.
2000-08-25  Bertho StultiensFixed a LALR(2) problem while scanning usertype resourc...
2000-07-25  Bertho Stultiens- Implemented a bug-work-around for Berkeley yacc ...
2000-07-08  Bertho Stultiens- Bugfix: Macro expansion of strings would assert an...
next