Replace DPRINTF with TRACE.
[wine] / programs /
2003-03-12  Shachar Shemesh- Implement finer grained control over what gets run.
2003-03-10  Eric Pouech- fixed another regression in sub-process creation...
2003-03-07  Eric PouechFixed regression in sub-process creation.
2003-03-05  Sylvain PetreolleAllow to run autoexec.bat when launching wcmd, it was...
2003-03-04  Eric PouechAdded support for Ctrl-C handling if not running in...
2003-03-04  Eric Pouech- added ability to use --backend=(curses|user) as winec...
2003-03-04  Eric PouechIn curses backend, apply the quick-edit directive from...
2003-02-27  Eric PouechRemoved no longer needed UseXTerm internal variable.
2003-02-27  Eric Pouech- don't create a new console upon startup
2003-02-26  Eric PouechFixed behavior when changing both sb and win size,...
2003-02-25  Eric Pouech- made support for paged output a generic feature in...
2003-02-25  Eric PouechForbids selecting (for clipboard) areas larger than...
2003-02-24  Eric PouechAdded checks when editing window and sb size so that...
2003-02-24  Eric PouechSet a default 50 lines in history for console apps.
2003-02-24  Dan KegelMake 'cmd /c cl /MUMBLE foo.c' pass /MUMBLE to cl.
2003-02-24  Marcus MeissnerPrint out name of float exceptions.
2003-02-19  Eric Pouech- removed unused function: SetSymbolValue
2003-02-19  Eric Pouech- added parsing of C++ inheritence information
2003-02-17  Eric Pouech- added GetName() to retrieve type name
2003-02-17  Eric PouechMoved expr freeing when translating a command (no longe...
2003-02-14  Eric Pouech- fixed mouse event generation
2003-02-14  Mike HearnRemoved the nonexistant command "debugmsg" from winedbg...
2003-02-12  Matthew DavisonMake trace output produced by wineboot more useful.
2003-02-11  Eric PouechTranslated sprintf calls into snprintf.
2003-02-11  Eric Pouech- translated sprintf calls into snprintf
2003-02-11  Eric PouechAttach command no longer worked as expected, fixed it.
2003-02-11  Sylvain PetreolleFixed handling of PATH command with spaces.
2003-01-30  Eric Pouech- Added experimental parsing for C++ code (but winedbg...
2003-01-30  Eric Pouech- Removed no longer used queue & modref related commands.
2003-01-30  Dan KegelAdd real syntax doc for LABEL command.
2003-01-28  Shachar ShemeshImplemented font selection.
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-21  Dan KegelAdded Windows-compatible start.exe.
2003-01-21  Dan Kegel\ at EOL in string now behaves like in msvc6's rc.
2003-01-15  Alexandre JulliardUse proper file sharing parameters when opening files.
2003-01-15  Shachar Shemesh- Added a "runCmd" function, based on Andreas Mohr's
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-14  Shachar Shemesh- Added listing of what the boot process is like, listi...
2003-01-13  Alexandre JulliardAdded configure check for regex.h.
2003-01-11  Alexandre JulliardWarning fixes.
2003-01-11  Eric PouechAdded 'info symbol' command to look for defined symbols.
2003-01-11  Shachar ShemeshImplemented the "pending rename" registry processing.
2003-01-11  Eric PouechAdded the GUI part for setting the edition mode flavor.
2003-01-10  Liu SpiderAdded Simplified Chinese resources.
2003-01-09  Eric PouechAdded an edition mode flavor (win32/emacs...) to the...
2003-01-09  Eric PouechRemoved emacs edition flavor (it's now a console attrib...
2003-01-09  Liu SpiderAdded Simplified Chinese resources.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-07  Alexandre JulliardDefined NONAMELESSUNION/STRUCT directly in the files...
2003-01-07  Eric PouechFixed protocol packet handling when winedbg is too...
2003-01-07  Shachar Shemesh- Cleaned up the code (saving on chaining strings)...
2003-01-07  Eric Pouech- fixed some update problems (generic & while scrolling)
2003-01-05  Eric PouechFixed some bugs in cast operator.
2003-01-05  Shachar ShemeshChange the SUBLANG_NEUTRAL clause in all winelib applic...
2003-01-04  Shachar ShemeshInitial wineboot implementation; at this stage only...
2003-01-02  Chris MorganDefault to $P$G prompt. Make width of date 10 characte...
2002-12-23  Eric PouechFixed several bugs:
2002-12-16  Eric Pouech- links can now spread across several elements
2002-12-16  Eric PouechFixed a few issues with the gdb proxy.
2002-12-15  Alexandre JulliardAdded y.tab.[ch] pseudo-dependencies to fix parallel...
2002-12-13  Eric PouechAdded a (n)curses backend to the wineconsole.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-12  Alexandre JulliardFixed LZCopy return value check.
2002-12-11  Alexandre JulliardPass the -J option to wrc to avoid including installed...
2002-12-11  Sylvain PetreolleImplement $V in builtin PROMPT.
2002-12-10  Alexandre Julliard-DSTRICT is now the default behavior.
2002-12-06  Alexandre JulliardCheck file header to differentiate between object files...
2002-12-02  Alexandre JulliardAuthors: Greg Turner <gmturner007@ameritech.net>, Ove...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-30  Alexandre JulliardRemoved some checklink rules made unnecessary by the...
2002-11-30  Vincent BéronChange CRLF end of lines in LF only.
2002-11-30  Uwe BonnesMake wcmd available from inside the source tree.
2002-11-27  Matthew DavisonPrevent Winhelp from crashing when it can't find the...
2002-11-21  Alexandre JulliardAdd -lc when linking dlls to avoid warnings on FreeBSD.
2002-11-20  Eric PouechWrote back & history support.
2002-11-18  Eric PouechAdded support for window information from the .hlp...
2002-11-18  Alberto MassariFix crash when invoked with no arguments.
2002-11-15  Alexandre JulliardWarning fixes.
2002-11-15  Dmitry TimoshkovMinor bug fixes.
2002-11-15  Alberto MassariAdded rundll32 utility.
2002-11-15  Eric PouechRewrote macro engine for adding dynamic macro loading...
2002-11-13  Eric PouechFixed several bugs in:
2002-11-13  Eric PouechActually exit loop on '\0' while printing a string.
2002-11-11  Eric PouechImplemented a Wine-only scheme for interprocess WinHelp...
2002-11-11  Alexandre JulliardRemoved winetest.
2002-11-11  Eric PouechFixed loading HCW 4.0 files without phrase image compre...
2002-11-06  Juraj HercekBug fixes related to sparc 4-byte boundary alignment.
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
2002-11-06  Eric PouechReplaced assert by simple if + warning message for...
2002-11-04  Zoly NagyAdded/upgraded Hungarian resources.
2002-11-04  Jaco GreeffSkip the allocation of a new console on "wcmd /c <comma...
2002-10-31  Rok MandeljcUpdated Slovenian resources for (new) version of progman.
2002-10-31  Vincent BéronFix English progman resources by translating French...
2002-10-31  Vincent BéronSmall cleanup for the French progman resources.
2002-10-30  Alexandre JulliardMoved the test routines from wtmain.c into wine/test...
2002-10-28  Lionel UlmerRaise an exception if any Wine or Winelib code does...
2002-10-28  Steven EdwardsPorting fix.
2002-10-28  Andreas Mohr- Make int09 update the BIOS data segment's keyboard...
2002-10-25  Jeff SmithFixed behaviour of "x /s ...".
next