Use NtQueryInformationThread to implement GetExitCodeThread.
[wine] / programs /
2003-07-09  Dmitry TimoshkovAdded support for CP_UNIXCP.
2003-07-09  Mike McCormackNull parameters need to be quoted on the commandline.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-07-02  Francois GougetRemove some unnecessary casts when assigning NULL to...
2003-06-30  Marcelo Duarte- Localization to Portuguese of Brazil
2003-06-30  Catalin PatuleaFixed Unicode string output.
2003-06-23  Francois GougetMake sure to return an error if the file generation...
2003-06-23  Marcelo Duarte- localization to the Portuguese of Brazil of "programs/*"
2003-06-23  Eric PouechIn console input record queue, replace semaphore with...
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-18  Gerald Pfeifer#include <windows.h> instead of "windows.h".
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-18  Sylvain PetreolleAdded French translation, finished English translation.
2003-06-16  Rok MandeljcUpdated a bunch of translations for Slovenian language.
2003-06-14  Alexandre JulliardFixed WCCURSES_InitBackend prototype in the no curses...
2003-06-13  Alexandre JulliardProper support for CPPFLAGS and LDFLAGS (suggested...
2003-06-13  Eric PouechIf (n)curses wasn't available at compile time:
2003-06-04  Francois GougetFix some typos.
2003-06-04  Jukka HeinonenWineconsole curses backend now works even if terminal...
2003-06-04  Eric Pouech- added some missing strings to resources
2003-05-22  Alexandre JulliardStart to make use of the proper PEB structure for process
2003-05-21  Mike McCormackRemove code that starts wineshelllink, instead create...
2003-05-19  Dmitry TimoshkovRemoved redundant LANGUAGE statements.
2003-05-19  Mike McCormackFix an uninitialized buffer.
2003-05-13  Eric PouechQuiet some valgrind reports.
2003-05-13  Alexandre JulliardUse int instead of socklen_t.
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
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...
next