Change parameter in SHGetSpecialFolderPathA/W to int as documented in
[wine] / programs /
2003-09-07  Alexandre JulliardAdded a few missing stdarg.h includes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Mike Hearn- Path changes are saved to the struct correctly.
2003-09-02  Marcus MeissnerChange all head -1 to head -n 1 to be more POSIXly...
2003-08-30  Alexandre JulliardAuthors: Mark Westcott <mark@houseoffish.org>, Mike...
2003-08-30  Alexandre JulliardAuthors: Mark Westcott <mark@houseoffish.org>, Mike...
2003-08-30  Mike Hearn- Correct return code of loadConfig().
2003-08-30  Alexandre JulliardRemoved wrong or unneeded codepage pragmas.
2003-08-29  Rok MandeljcMinor updates of Slovenian translations.
2003-08-28  Alexandre JulliardDon't use alloca.
2003-08-28  Alexandre JulliardRenamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
2003-08-27  Oleg ProkhorovNo handles were inherited in CreateProcess, all child...
2003-08-27  Dimitrie O. PaunRemove some unneeded __WINESRC__ tests from the headers.
2003-08-25  Mike HearnWarn users of winecfg about its incompleteness.
2003-08-23  Ivan Leo Murray... Added Italian resources.
2003-08-23  Ivan Leo Murray... Minor fixes.
2003-08-22  Rok MandeljcAdded Slovenian translation.
2003-08-22  José Manuel Ferrer... Some new Spanish translations and improvements to other...
2003-08-22  Oleg ProkhorovAvoid crash in WCMD_run_program when no extension was...
2003-08-21  Alexandre JulliardCorrectly pass the exception to the application when
2003-08-21  Ivan Leo Murray... Small resources fixes.
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-20  Mike McCormackDlopen libncurses.so in wineconsole.
2003-08-19  Ivan Leo Murray... Added Italian resources.
2003-08-19  Gregory M. TurnerWrap error-prone msc symbol loading with a __TRY block.
2003-08-18  Francois GougetSpelling and case fixes.
2003-08-18  José Manuel Ferrer... Added Spanish translation.
2003-08-18  Marcelo DuarteLocalization to the Portuguese of Brazil.
2003-08-15  Alexandre JulliardFixed indentation.
2003-08-15  Lionel UlmerRemove from docs / config tool useless / obsoleted...
2003-08-15  E. C. F. WolffAdded Windows 2k3.
2003-08-15  Vincent BéronFixed command line support.
2003-08-13  Francois GougetFix compilation error.
2003-08-13  Richard CohenUse __WINE__ instead of _WINE_, _WIN32.
2003-08-13  Richard CohenRemove no longer necessary includes <signal.h>, <wait.h>.
2003-08-13  Martin FuchsExtended winefile for an optional shell namespace mode.
2003-08-11  Johan DahlinMake sure winhelp doesn't scroll outside of its display...
2003-08-08  Dmitry TimoshkovFixed build with older compilers.
2003-08-07  Alexandre JulliardAuthors: Robert Dickenson <robd@reactos.org>, Steven...
2003-08-07  Richard CohenUse the ELF sections for the addresses of globals,...
2003-08-07  Richard Cohen- Print short ASCII strings without the "..."
2003-08-02  André JohansenAvoid crashing when unable to read pdb file.
2003-07-28  Steven EdwardsInclude port.h so we define M_PI on Mingw build.
2003-07-22  Alexandre JulliardFixed check for .bat and .cmd extensions (spotted by...
2003-07-22  Mike McCormackrundll32 requires a window for some functions to work...
2003-07-21  Dmitry TimoshkovConvert Notepad to unicode.
2003-07-15  Francois GougetSpelling fixes (s/occured/occurred/ and variants).
2003-07-15  Richard Cohen- Remove Idle().
2003-07-11  Richard CohenMake indentation consistent (4 chars).
2003-07-11  Richard Cohen- remove escaped newlines, bogus "exit", printf's
2003-07-11  Marcelo DuarteMinor fixes in Pt, En resources.
2003-07-11  Sylvain PetreolleFrench translation + misc fixes.
2003-07-09  Alexandre JulliardAvoid hard-coded command line length limit in WCMD_proc...
2003-07-09  Catalin PatuleaOnly display filenames when showing addresses.
2003-07-09  Greg MarsdenAllow command lines with pipes to be processed by wcmd.
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.
next