kernel32: Split the GetComputerName/Ex tests into their own test functions.
[wine] / tools / wrc /
2008-04-08  Alexandre Julliardwrc: Add support for Unicode accelerator strings.
2008-04-07  Francois GougetAssorted spelling fixes.
2008-04-02  Michael Stefaniucwrc: Sync the codepage mapping to the LANG_* identifier...
2008-03-31  Mikołaj Zalewskiwrc: verify-translation: Allow the translators to set...
2008-03-31  Mikołaj Zalewskiwrc: verify-translation: Remove dumping of stringtables.
2008-03-31  Mikołaj Zalewskiwrc: verify-translation: Compare all the controls of...
2008-03-28  Michael Stefaniucwrc: Add the code page mapping for LANG_ROMANSH.
2008-03-22  Alexandre Julliardwrc: parser_error must append a newline.
2008-03-03  Mikołaj Zalewskiwrc: Convert standard control classes names into ids...
2008-02-19  Alexandre JulliardAvoid the nounistd option that doesn't exist on older...
2008-02-19  Rob ShearmanAdd the nounistd option to all lex source files.
2008-01-23  Francois GougetAssorted spelling fixes.
2008-01-18  Austin Englishtools: Spelling fixes.
2007-11-19  Michael Stefaniuctools: Remove duplicate includes.
2007-10-22  Michael Stefaniucwrc: Remove redundant NULL check before free(). Found...
2007-10-19  Francois Gougetwrc: Modify the error, warning and tracing functions...
2007-08-30  Dmitry Timoshkovwrc: Constify some data.
2007-06-28  Alexandre Julliardwrc: Strip C code based on the name of the include...
2007-06-20  Alexandre Julliardmakefiles: Build programs that link against libwine...
2007-06-14  Michael Stefaniucwrc: Fix redundant checks for NULL before free(). Found...
2007-06-05  Michael Stefaniucwrc: Fix non-ANSI function declaration. Found by sparse.
2007-03-27  Mikołaj Zalewskiwrc: Change the format of the output of "wrc --verify...
2007-03-27  Mikołaj Zalewskiwrc: Add HTML resources support to wrc --verify-transla...
2007-03-14  Alexandre Julliardlibwine: Pass flags to wine_utf8_wcstombs to allow...
2007-03-08  Alexandre Julliardconfigure: Get rid of lex compatibility support, we...
2007-01-09  Alexandre Julliardwrc: Added support for utf-8 codepage.
2007-01-02  Andrew Talbotwrc: Declare some variables static const.
2007-01-02  Kai Blinwrc: Fix comparison typo (Coverity).
2006-12-27  Alexandre Julliardmake_makefiles: Generate the top-level .gitignore file.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-10  Michael Stefaniuctools: Remove redundant NULL checks before free() ...
2006-10-02  Michael Stefaniucwrc: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-25  Nicolas Delcroswrc: Fixed typo for the --pedantic argument.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-12  Alexandre Julliardwrc: Change the prefix on bison-generated names to...
2006-09-11  Alexandre JulliardMake.rules: Set the default prefix for bison files...
2006-09-11  Alexandre Julliardmakefiles: List bison dependencies explicitly for paral...
2006-09-09  Alexandre Julliardmakefiles: Add global rules for bison and lex files.
2006-09-09  Alexandre Julliardwrc: Allow building without debug support in the parser.
2006-08-26  Alexandre Julliardwrc: Get rid of xmalloc casts.
2006-08-26  Alexandre Julliardwrc: xmalloc shouldn't initialize to zero, do that...
2006-08-25  Alexandre Julliardconfigure: Set rpath on all executables that link to...
2006-08-07  Alexandre Julliardmakefiles: Use make dependencies to create installation...
2006-07-11  Alexandre Julliardlibs: Get rid of the symlinks for the static libs.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore lex and bison...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-14  Mike McCormackwrc: Remove some tokens declared twice.
2006-05-27  Alexandre Julliardwrc: Clean output files when aborting on an error or...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
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).
next