Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED
[wine] / tools / wrc /
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...
2000-06-20  Alexander V. LukyanovFixed problems with compilation/install out of source...
2000-06-14  Alexandre JulliardRemoved @PROGEXT@ (it was broken anyway).
2000-06-13  Bertho Stultiens- Bugfix: Corrected "off by one" error in the linenumbe...
2000-06-08  Bertho Stultiens- Implemented MESSAGETABLE resource type.
2000-05-30  Marcus MeissnerAdd a ; needed by some YACCs.
2000-05-24  Alexandre JulliardRevived the GEN_C_SRCS variable to support wrc lex...
2000-05-23  Bertho Stultiens- Implemented animated cursors and icons resource types.
2000-05-12  Patrik StridvallFixed byte order on Solaris and FreeBSD.
2000-05-09  Bertho Stultiens- Bugfix: Corrected a SEGV in the rawdata handling...
2000-05-01  Bertho Stultiens- Implemented a new preprocessor that is (nearly) ANSI...
2000-04-09  Alexandre JulliardImproved support for Makefiles that need to recurse...
2000-03-28  Patrik StridvallMinor fix in wrc to support the Solaris preprocessor.
2000-03-19  Francois Gouget- An extern statement finishes with the first closing...
2000-03-19  Francois GougetMake the first comma in the control's definition optional.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Alexandre JulliardRemoved resource.h.
2000-01-04  Bertho StultiensGenerated labels of resource names must be unique throu...
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-21  Eric PouechAdded missing ';'.
1999-11-21  Eric PouechError reporting fix.
1999-11-07  Juergen Schmied- Bugfix: Styles were evaluated as expressions. The...
1999-08-18  Bertho StultiensWrc did not check any IDs which are only 16 bit. Common...
1999-08-14  Bertho StultiensVersion 1.0.14 of wrc.
1999-07-20  Bertho Stultiens- Generalized the distinction between 2 and 4 byte...
1999-07-18  Patrik StridvallMake it possible to compile with GNU C's -I- option.
1999-07-04  Patrik StridvallFixes for compile on non-Intel platforms.
1999-06-12  Patrik StridvallMad the include files idempotent using a consistent...
1999-05-29  Paul Quinnver.h is a legacy header. winver.h should be used instead.
1999-05-08  Patrik StridvallANSI C fixes.
1999-04-26  Gerald PfeiferDon't include alloca.h.
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-25  Bertho Stultiens- Fixed a counting bug in the win32 count and sort...
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-02-20  Bertho StultiensFix a couple of 64bit platform problems and speed up...
1999-02-19  Jeff GarzikAdded missing string.h include.
next