Add support for Darwin's ptrace.
[wine] / programs /
2003-05-11  Francois GougetFix handling of wcmd /c "c:\Program Files\hello.bat".
2003-05-11  Francois GougetReset the result buffer after each argument.
2003-05-06  Dimitrie O. PaunMake it easy to use something other than wrc to compile...
2003-05-04  Igor StepinAdded a lot of Russian translations.
2003-05-02  Alexandre JulliardAdded dummy read_elf_info for the non-ELF case (reporte...
2003-05-02  Jukka HeinonenFix argument passing to DOS program from winevdm.
2003-05-01  Igor StepinChanged font charset from ANSI to DEFAULT_CHARSET.
2003-04-27  Hans LeidekkerInstall winevdm.
2003-04-27  Alexandre JulliardMoved the functionality of starting Win16 and DOS progr...
2003-04-27  Matthew DavisonAdded some registry-loading code.
2003-04-21  Alexandre JulliardRemoved no longer needed uses of LDPATH.
2003-04-19  Eric Pouech- added support for multi-thread in GDB remote read...
2003-04-04  Alexandre JulliardWarning fixes.
2003-04-04  Alexandre JulliardRemove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAI...
2003-04-03  Alexandre JulliardAvoid warning on redefinition of KEY_EVENT.
2003-04-02  Alexandre JulliardMake sure we don't use libwine_port functions when...
2003-04-02  Eric PouechAdded support for R types in stabs parsing.
2003-04-01  Alexandre JulliardPortability fixes.
2003-04-01  Alexandre JulliardRemoved uses of u_long. Use void* type for pointers...
2003-03-31  Dimitrie O. PaunNew winecfg skeleton app, based heavily on original...
2003-03-25  Stefan LeichterLet wcmd handle .cmd files like .bat files.
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-03-20  Alexandre JulliardReplaced mkstemp by mkstemps from libiberty.
2003-03-19  Alexandre JulliardCreated a separate static portability library and moved...
2003-03-17  Tony LambregtsConvert WINE_DPRINTF calls to WINE_TRACE.
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.
next