- fc3b99b wrc: Free type to avoid leaks (Coverity). by Marcus Meissner · 16 years ago
- c34b64d wrc: Warn for duplicate dialog ids. by Dmitry Timoshkov · 16 years ago
- bfa7fde wrc: Add a trailing '\n' to some warning and error messages. by Francois Gouget · 16 years ago
- 28b9786 wrc: parser_error() does not need a trailing '\n'. by Francois Gouget · 16 years ago
- 87e1263 wrc: Fix the duplicate resource check for user-defined types. by Alexandre Julliard · 16 years ago
- 2e3e696 wrc: Include errno.h. by Huw Davies · 16 years ago
- e3afab2 wrc: Don't accept "0" as a valid codepage in "#pragma code_page" directives. by Rob Shearman · 16 years ago
- d1c1543 wrc: Check for overflows when parsing integer constants. by Rob Shearman · 16 years ago
- f80cd0d tools: Convert source files to utf-8. by Alexandre Julliard · 16 years ago
- b3ec2e5 makefiles: Recurse into all directories for install-lib and install-dev too. by Alexandre Julliard · 17 years ago
- 28a2179 Add noinput directive to all lex files to avoid a compiler warning. by Alexandre Julliard · 17 years ago
- 42a61d7 Assorted spelling fixes. by Francois Gouget · 17 years ago
- cff332f wrc: Add support for Unicode accelerator strings. by Alexandre Julliard · 17 years ago
- 8a18e0e Assorted spelling fixes. by Francois Gouget · 17 years ago
- fae9640 wrc: Sync the codepage mapping to the LANG_* identifiers from include/winnt.h. by Michael Stefaniuc · 17 years ago
- 1905378 wrc: verify-translation: Allow the translators to set BS_MULTILINE on buttons without an error. by Mikołaj Zalewski · 17 years ago
- 7487051 wrc: verify-translation: Remove dumping of stringtables. by Mikołaj Zalewski · 17 years ago
- c933dbf wrc: verify-translation: Compare all the controls of dialogs, not only the first one. by Mikołaj Zalewski · 17 years ago
- 865c31b wrc: Add the code page mapping for LANG_ROMANSH. by Michael Stefaniuc · 17 years ago
- 0a16b6b wrc: parser_error must append a newline. by Alexandre Julliard · 17 years ago
- fee6076 wrc: Convert standard control classes names into ids also for UTF-8 resource files. by Mikołaj Zalewski · 17 years ago
- 41fbace Avoid the nounistd option that doesn't exist on older flex, define YY_NO_UNISTD_H instead. by Alexandre Julliard · 17 years ago
- 878ea5d Add the nounistd option to all lex source files. by Rob Shearman · 17 years ago
- d0794c4 Assorted spelling fixes. by Francois Gouget · 17 years ago
- 90f89fa tools: Spelling fixes. by Austin English · 17 years ago
- 7f5757f tools: Remove duplicate includes. by Michael Stefaniuc · 17 years ago
- e01e8a0 wrc: Remove redundant NULL check before free(). Found by Smatch. by Michael Stefaniuc · 17 years ago
- 7e92283 wrc: Modify the error, warning and tracing functions to behave like all the other Wine tracing methods, that is to not append a '\n' to the message. by Francois Gouget · 17 years ago
- fcd6f66 wrc: Constify some data. by Dmitry Timoshkov · 18 years ago
- 549351a wrc: Strip C code based on the name of the include file. by Alexandre Julliard · 18 years ago
- 1f11333 makefiles: Build programs that link against libwine twice with appropriate rpaths. by Alexandre Julliard · 18 years ago
- cb25747 wrc: Fix redundant checks for NULL before free(). Found by Smatch. by Michael Stefaniuc · 18 years ago
- f69d6fd wrc: Fix non-ANSI function declaration. Found by sparse. by Michael Stefaniuc · 18 years ago
- c74f6d9 wrc: Change the format of the output of "wrc --verify-translation". by Mikołaj Zalewski · 18 years ago
- fbd2517 wrc: Add HTML resources support to wrc --verify-translation. by Mikołaj Zalewski · 18 years ago
- a79b262 libwine: Pass flags to wine_utf8_wcstombs to allow supporting WC_ERR_INVALID_CHARS. by Alexandre Julliard · 18 years ago
- 4091627 configure: Get rid of lex compatibility support, we require flex anyway. by Alexandre Julliard · 18 years ago
- 44224325 wrc: Added support for utf-8 codepage. by Alexandre Julliard · 18 years ago
- 782e28a wrc: Declare some variables static const. by Andrew Talbot · 18 years ago
- 802cf1a wrc: Fix comparison typo (Coverity). by Kai Blin · 18 years ago
- 7035aa5 make_makefiles: Generate the top-level .gitignore file. by Alexandre Julliard · 18 years ago
- 30e44c8 Assorted spelling fixes. by Francois Gouget · 18 years ago
- ef998ea Assorted spelling fixes. by Francois Gouget · 18 years ago
- 0fb444b tools: Remove redundant NULL checks before free() (found by Smatch). by Michael Stefaniuc · 18 years ago
- d2d3301 wrc: Win64 printf format warning fixes. by Michael Stefaniuc · 18 years ago
- 85ce511 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. by Michael Stefaniuc · 18 years ago
- a6fe56a wrc: Fixed typo for the --pedantic argument. by Nicolas Delcros · 18 years ago
- 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
- 42418fb wrc: Change the prefix on bison-generated names to avoid the name-prefix directive. by Alexandre Julliard · 19 years ago
- bcdc5fb Make.rules: Set the default prefix for bison files from the file basename. by Alexandre Julliard · 19 years ago
- 145a0ba makefiles: List bison dependencies explicitly for parallel makes, since older bisons don't support --defines. by Alexandre Julliard · 19 years ago
- 9c085cb makefiles: Add global rules for bison and lex files. by Alexandre Julliard · 19 years ago
- 050c894 wrc: Allow building without debug support in the parser. by Alexandre Julliard · 19 years ago
- fce74f7 wrc: Get rid of xmalloc casts. by Alexandre Julliard · 19 years ago
- fba0897 wrc: xmalloc shouldn't initialize to zero, do that explicitly where needed. by Alexandre Julliard · 19 years ago
- 13a93b4 configure: Set rpath on all executables that link to libwine. by Alexandre Julliard · 19 years ago
- 2886e9b makefiles: Use make dependencies to create installation directories. by Alexandre Julliard · 19 years ago
- 645cd6f libs: Get rid of the symlinks for the static libs. by Alexandre Julliard · 19 years ago
- eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
- 88c97d7 .gitignore: Added wildcards to ignore lex and bison output files. by Alexandre Julliard · 19 years ago
- cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
- 2d107f9 wrc: Remove some tokens declared twice. by Mike McCormack · 19 years ago
- f1de64d wrc: Clean output files when aborting on an error or signal. by Alexandre Julliard · 19 years ago
- 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
- 69dcbaa wrc: Don't use identifiers starting yy*, they're reserved for flex. by Mike McCormack · 19 years ago
- 8f08fe6 wrc: Integer ids can be used for control labels instead of strings. by Alexandre Julliard · 19 years ago
- 5392844 Add support for 'make install DESTDIR'. by Mike Frysinger · 19 years ago
- 57a579f Make more arrays const. by Dmitry Timoshkov · 19 years ago
- 1e96455 Remove YY_NO defines that cause warnings. by Alexandre Julliard · 19 years ago
- 88991e2 Support building flex files without debug support. by Alexandre Julliard · 19 years ago
- 0ae2c69 Added some flex options to avoid compiler warnings. by Alexandre Julliard · 19 years ago
- 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
- 6d442ae Assorted spelling fixes. by Francois Gouget · 19 years ago
- a8d69d6 Add current directory to default include path. by Alexandre Julliard · 19 years ago
- 36c3199 Default search path for an include file should be based on the path of by Alexandre Julliard · 19 years ago
- ac21d34 Set the version we report in wmc and wrc from the global Wine version. by Alexandre Julliard · 19 years ago
- 12a7499 Put Wine version information in all the man pages. by Alexandre Julliard · 19 years ago
- cd91bc6 Now that we are requiring bison anyway, make the .tab.c file use the by Alexandre Julliard · 19 years ago
- 261e376 Fixed a number of pointer to integer conversions that wouldn't work by Alexandre Julliard · 20 years ago
- 49b7fdc Removed the broken mmap64 configure check, and moved the by Alexandre Julliard · 20 years ago
- 2d7e976 Fixed signedness warnings. by Marcus Meissner · 20 years ago
- 723ee0a gcc 4.0 -Wpointer-sign fixes. by Mike McCormack · 20 years ago
- 52788d1 Added support for HTML resource type. by Alexandre Julliard · 20 years ago
- 4d11eba Fix some -Wsign-compare warnings. by Stefan Huehner · 20 years ago
- 6580ae0 '.' is a valid char of tIDENT. by Jacek Caban · 20 years ago
- 809edab Const correctness fixes. by Eric Pouech · 20 years ago
- a6dd125 Move function prototypes to header. by Mike McCormack · 20 years ago
- d40517c Change the type of 1 bit wide bitfields to unsigned. by Michael Stefaniuc · 20 years ago
- 8acdd0b Change menu item options to use optional comma. by Michael Lin · 20 years ago
- 93416cd Assorted spelling fixes. by Francois Gouget · 20 years ago
- 72d6373 Allow specifying extended control styles also in standard dialogs by Alexandre Julliard · 20 years ago
- fbb3343 Assorted spelling fixes. by Francois Gouget · 20 years ago
- d0ee9f9 Avoid spaces before preprocessor directives, that's not portable. by Alexandre Julliard · 20 years ago
- eb5bf7d Documentation spelling fixes. by Jon Griffiths · 20 years ago
- 09c68d9 Avoid assertion failure when loading an empty data file. by Alexandre Julliard · 20 years ago
- 38964fd Removed an unused function. by Alexandre Julliard · 20 years ago
- 763aff6 Another couple of missing static definitions. by Eric Pouech · 20 years ago
- 2443c7f Allow negative numbers in RCDATA resources like RC.EXE does. by Rein Klazes · 20 years ago
- 741844c Fixed error writing control IDs in dialogex on sparc. by Eric Frias · 20 years ago
- 2141f28 WS_TABSTOP should not be a default style for GROUPBOX controls. by Zach Gorman · 21 years ago