2007-06-20 |
Alexandre Julliard | makefiles: Build programs that link against libwine... |
tree | commitdiff |
2007-06-14 |
Michael Stefaniuc | wrc: Fix redundant checks for NULL before free(). Found... |
tree | commitdiff |
2007-06-05 |
Michael Stefaniuc | wrc: Fix non-ANSI function declaration. Found by sparse. |
tree | commitdiff |
2007-03-27 |
Mikołaj Zalewski | wrc: Change the format of the output of "wrc --verify... |
tree | commitdiff |
2007-03-27 |
Mikołaj Zalewski | wrc: Add HTML resources support to wrc --verify-transla... |
tree | commitdiff |
2007-03-14 |
Alexandre Julliard | libwine: Pass flags to wine_utf8_wcstombs to allow... |
tree | commitdiff |
2007-03-08 |
Alexandre Julliard | configure: Get rid of lex compatibility support, we... |
tree | commitdiff |
2007-01-09 |
Alexandre Julliard | wrc: Added support for utf-8 codepage. |
tree | commitdiff |
2007-01-02 |
Andrew Talbot | wrc: Declare some variables static const. |
tree | commitdiff |
2007-01-02 |
Kai Blin | wrc: Fix comparison typo (Coverity). |
tree | commitdiff |
2006-12-27 |
Alexandre Julliard | make_makefiles: Generate the top-level .gitignore file. |
tree | commitdiff |
2006-11-07 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2006-10-16 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2006-10-10 |
Michael Stefaniuc | tools: Remove redundant NULL checks before free() ... |
tree | commitdiff |
2006-10-02 |
Michael Stefaniuc | wrc: Win64 printf format warning fixes. |
tree | commitdiff |
2006-09-29 |
Michael Stefaniuc | Add a WINE_NO_LONG_INT define to many makefiles to... |
tree | commitdiff |
2006-09-25 |
Nicolas Delcros | wrc: Fixed typo for the --pedantic argument. |
tree | commitdiff |
2006-09-14 |
Alexandre Julliard | makefiles: Generate the dependencies line to avoid... |
tree | commitdiff |
2006-09-12 |
Alexandre Julliard | wrc: Change the prefix on bison-generated names to... |
tree | commitdiff |
2006-09-11 |
Alexandre Julliard | Make.rules: Set the default prefix for bison files... |
tree | commitdiff |
2006-09-11 |
Alexandre Julliard | makefiles: List bison dependencies explicitly for paral... |
tree | commitdiff |
2006-09-09 |
Alexandre Julliard | makefiles: Add global rules for bison and lex files. |
tree | commitdiff |
2006-09-09 |
Alexandre Julliard | wrc: Allow building without debug support in the parser. |
tree | commitdiff |
2006-08-26 |
Alexandre Julliard | wrc: Get rid of xmalloc casts. |
tree | commitdiff |
2006-08-26 |
Alexandre Julliard | wrc: xmalloc shouldn't initialize to zero, do that... |
tree | commitdiff |
2006-08-25 |
Alexandre Julliard | configure: Set rpath on all executables that link to... |
tree | commitdiff |
2006-08-07 |
Alexandre Julliard | makefiles: Use make dependencies to create installation... |
tree | commitdiff |
2006-07-11 |
Alexandre Julliard | libs: Get rid of the symlinks for the static libs. |
tree | commitdiff |
2006-07-11 |
Alexandre Julliard | libs: Merged libwine_unicode into libwine. |
tree | commitdiff |
2006-07-10 |
Alexandre Julliard | .gitignore: Added wildcards to ignore lex and bison... |
tree | commitdiff |
2006-07-10 |
Alexandre Julliard | Take advantage of the recursive nature of .gitignore... |
tree | commitdiff |
2006-06-14 |
Mike McCormack | wrc: Remove some tokens declared twice. |
tree | commitdiff |
2006-05-27 |
Alexandre Julliard | wrc: Clean output files when aborting on an error or... |
tree | commitdiff |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
tree | commitdiff |
2006-03-06 |
Mike McCormack | wrc: Don't use identifiers starting yy*, they're reserv... |
tree | commitdiff |
2006-02-28 |
Alexandre Julliard | wrc: Integer ids can be used for control labels instead... |
tree | commitdiff |
2006-02-14 |
Mike Frysinger | Add support for 'make install DESTDIR'. |
tree | commitdiff |
2006-01-24 |
Dmitry Timoshkov | Make more arrays const. |
tree | commitdiff |
2006-01-05 |
Alexandre Julliard | Remove YY_NO defines that cause warnings. |
tree | commitdiff |
2006-01-03 |
Alexandre Julliard | Support building flex files without debug support. |
tree | commitdiff |
2006-01-03 |
Alexandre Julliard | Added some flex options to avoid compiler warnings. |
tree | commitdiff |
2005-11-26 |
Alexandre Julliard | Renamed all .cvsignore files to .gitignore. |
tree | commitdiff |
2005-11-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-10-10 |
Alexandre Julliard | Add current directory to default include path. |
tree | commitdiff |
2005-10-10 |
Alexandre Julliard | Default search path for an include file should be based... |
tree | commitdiff |
2005-10-10 |
Alexandre Julliard | Set the version we report in wmc and wrc from the globa... |
tree | commitdiff |
2005-10-06 |
Alexandre Julliard | Put Wine version information in all the man pages. |
tree | commitdiff |
2005-09-28 |
Alexandre Julliard | Now that we are requiring bison anyway, make the .tab... |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | Fixed a number of pointer to integer conversions that... |
tree | commitdiff |
2005-08-03 |
Alexandre Julliard | Removed the broken mmap64 configure check, and moved the |
tree | commitdiff |
2005-07-10 |
Marcus Meissner | Fixed signedness warnings. |
tree | commitdiff |
2005-07-05 |
Mike McCormack | gcc 4.0 -Wpointer-sign fixes. |
tree | commitdiff |
2005-06-30 |
Alexandre Julliard | Added support for HTML resource type. |
tree | commitdiff |
2005-06-30 |
Stefan Huehner | Fix some -Wsign-compare warnings. |
tree | commitdiff |
2005-06-30 |
Jacek Caban | '.' is a valid char of tIDENT. |
tree | commitdiff |
2005-06-27 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2005-06-22 |
Mike McCormack | Move function prototypes to header. |
tree | commitdiff |
2005-05-09 |
Michael Stefaniuc | Change the type of 1 bit wide bitfields to unsigned. |
tree | commitdiff |
2005-04-14 |
Michael Lin | Change menu item options to use optional comma. |
tree | commitdiff |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-08 |
Alexandre Julliard | Allow specifying extended control styles also in standa... |
tree | commitdiff |
2005-03-02 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-02 |
Alexandre Julliard | Avoid spaces before preprocessor directives, that's... |
tree | commitdiff |
2005-02-25 |
Jon Griffiths | Documentation spelling fixes. |
tree | commitdiff |
2005-01-28 |
Alexandre Julliard | Avoid assertion failure when loading an empty data... |
tree | commitdiff |
2004-12-07 |
Alexandre Julliard | Removed an unused function. |
tree | commitdiff |
2004-12-06 |
Eric Pouech | Another couple of missing static definitions. |
tree | commitdiff |
2004-11-22 |
Rein Klazes | Allow negative numbers in RCDATA resources like RC... |
tree | commitdiff |
2004-11-21 |
Eric Frias | Fixed error writing control IDs in dialogex on sparc. |
tree | commitdiff |
2004-08-19 |
Zach Gorman | WS_TABSTOP should not be a default style for GROUPBOX... |
tree | commitdiff |
2004-07-20 |
Alexandre Julliard | Fixed handling of LANGUAGE statement for message tables... |
tree | commitdiff |
2004-07-06 |
Marcus Meissner | Generic SKIP_TAG to skip a number of bytes, use it... |
tree | commitdiff |
2004-06-01 |
Jon Griffiths | Also handle OS2 v1.x (AKA windows 2.0) bitmaps. |
tree | commitdiff |
2004-05-30 |
Dimitrie O. Paun | Document the --verbose switch. |
tree | commitdiff |
2004-05-04 |
Francois Gouget | Make our ascii strings static const. |
tree | commitdiff |
2004-04-12 |
Dimitrie O. Paun | Add support for --verbose for compatibility. |
tree | commitdiff |
2004-04-09 |
Alexandre Julliard | Fixed line number handling for escaped end of lines... |
tree | commitdiff |
2004-01-18 |
Vincent Béron | Added a new flag to wrc, to be used to assess translations |
tree | commitdiff |
2004-01-02 |
Mike McCormack | Avoid a crash if the dialog style is missing. |
tree | commitdiff |
2003-11-26 |
Dimitrie O. Paun | Make the winehq.org domain the official one. |
tree | commitdiff |
2003-10-14 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-10-06 |
Vincent Béron | Get rid of useless comment (empty function header). |
tree | commitdiff |
2003-09-29 |
Alexandre Julliard | Fixed handling of Unicode strings used as filenames... |
tree | commitdiff |
2003-09-22 |
Vincent Béron | Fix strncpyWtoA to actually act as advertised (and... |
tree | commitdiff |
2003-09-18 |
Eric Frias | Fixed combobox flags handling to allow CBS_DROPDOWN... |
tree | commitdiff |
2003-09-10 |
Steven Edwards | Portability fix for language ids. |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-09-01 |
Vincent Béron | Fixed typo. |
tree | commitdiff |
2003-08-22 |
Steven Edwards | Fixes for building with w32api headers on Mingw. |
tree | commitdiff |
2003-08-18 |
Jon Griffiths | Only statics are sure to be set to 0, explicitly initia... |
tree | commitdiff |
2003-07-09 |
Juraj Hercek | Adjusted grammar to accept also help-ids for dialogex... |
tree | commitdiff |
2003-06-18 |
Francois Gouget | Typos/spelling fixes. |
tree | commitdiff |
2003-05-01 |
Alexandre Julliard | Moved the wpp library from tools/ to libs/. |
tree | commitdiff |
2003-04-19 |
Dimitrie O. Paun | Add -fo as a synonym for -o, for compatibility with rc. |
tree | commitdiff |
2003-03-28 |
Dimitrie O. Paun | Remove the no longer needed -m option, ignore -r for... |
tree | commitdiff |
2003-03-27 |
Dimitrie O. Paun | Remove unused options -a and -C. |
tree | commitdiff |
2003-03-21 |
Alexandre Julliard | Added 'wine' prefix to libwine_unicode exports. |
tree | commitdiff |
2003-03-20 |
Dimitrie O. Paun | Introduce the -J, --input-format options for compatibil... |
tree | commitdiff |
2003-03-19 |
Dimitrie O. Paun | Remove -J, -P, and -V as they have long options equival... |
tree | commitdiff |
2003-03-19 |
Alexandre Julliard | Created a separate static portability library and moved... |
tree | commitdiff |
next |