mshtml: Avoid crash in nsIURI:Equals if other_url is NULL.
[wine] / dlls / kernel32 / process.c
2009-10-28  Alexandre Julliardkernel32: Set the 64-bit flag for builtin executables...
2009-10-28  Alexandre Julliardkernel32: Retrieve the executable information as soon...
2009-10-28  Alexandre Julliardkernel32: Add a structure to store all the information...
2009-10-28  Alexandre Julliardkernel32: Specify the full application path when starti...
2009-10-22  Alexandre Julliardkernel32: Create the syswow64 directory if necessary.
2009-10-21  Alexandre Julliardkernel32: Make sure the 32/64-bit state of the winepref...
2009-10-15  Alexandre Julliardkernel32: Use the PWD variable to set the initial curre...
2009-10-14  Stefan Dösingerkernel32: Make some functions hookable.
2009-10-08  Alexandre Julliardkernel32: Move Get/SetProcessDword to kernel16.c.
2009-10-08  Alexandre Julliardkernel32: Move the 16-bit handle functions to kernel16.c.
2009-10-08  Alexandre Julliardkernel32: Move the 16-bit thread and process functions...
2009-08-29  Alexandre Julliardntdll: Route the process startup through the platform...
2009-08-21  Alexandre Julliardserver: Define an architecture-independent structure...
2009-08-18  Alexandre Julliardkernel32: Use a longer wineboot timeout for the initial...
2009-08-18  Alexandre Julliardkernel32: Don't wait for wineboot once the process...
2009-08-12  Alexandre Julliardkernel32: Check the 64-bit flag when starting a process.
2009-08-12  Alexandre Julliardkernel32: Change MODULE_GetBinaryType return value...
2009-07-16  Andrew Nguyenkernel32: Implement WTSGetActiveConsoleSessionId as...
2009-07-07  Alexandre Julliardkernel32: Add implementation of GetSystemWow64DirectoryA/W.
2009-07-01  Alexandre Julliardkernel32: Avoid the close-on-exec race with pipe()...
2009-06-15  Alexandre Julliardkernel32: Add appropriate stdcall decorations to assemb...
2009-06-11  Stefan Leichterkernel32: Implement QueryFullProcessImageNameA.
2009-05-18  Andrew Nguyenkernel32: Correct the last error of CreateProcessW...
2009-05-18  Andrew Nguyenkernel32: Correct the last error of CreateProcessW...
2009-05-18  Andrew Nguyenkernel32: Don't validate the command line parameter...
2009-04-22  Alexandre Julliardkernel32: Make sure the string is properly terminated...
2009-04-02  Alexandre Julliardkernel32: Set argv[0] to the full path of the binary...
2009-04-02  Alexandre Julliardkernel32: Use __wine_main_environ by default, environ...
2009-04-01  Alexandre Julliardlibwine: Export __wine_get_main_environment on Mac...
2009-03-31  Mikołaj Zalewskikernel32: Implement QueryFullProcessImageFileNameW.
2009-03-10  Alexandre Julliardloader: Merge the first and second stage loaders into...
2009-02-26  Alexandre Julliardkernel32: Make sure the process has an entry point...
2009-02-24  Alexandre Julliardkernel32: Print a nicer error message when 16-bit/DOS...
2009-02-18  Francois Gougetkernel32: Fix an off-by-one error in build_envp().
2009-02-02  Marcus Meissnerkernel32: Handle username conversion failure (Coverity).
2009-01-13  Nikolay Sivovkernel32: Implemented GetErrorMode().
2008-12-23  Maarten Lankhorstkernel32: Change all functions to use CDECL.
2008-12-17  Maarten Lankhorstntdll: Make all exported wine functions CDECL.
2008-12-10  Austin Englishkernel32: Convert a warn to an err.
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-08  Alexandre Julliardinclude: Fix the 64-bit value of magic handle constants.
2008-10-31  Alexandre Julliardkernel32: Call build_envp in the parent process so...
2008-10-31  Alexandre Julliardkernel32: Call build_argv in the parent process so...
2008-10-30  Alexandre Julliardkernel32: Moved the pthread emulation support to ntdll.
2008-10-16  Dmitry Timoshkovkernel32: Add support for foreign process handles in...
2008-10-08  Andrey Turkinkernel32: Add ExitProcess wrapper to please Shrinker.
2008-07-10  Alexandre Julliardkernel32: Set the stdin/stdout file descriptors to...
2008-06-20  Louis Lenderskernel32: Fix typo in SetProcessAffinityMask.
2008-05-13  Alexandre Julliardkernel32: Move the wineboot event wait so that 16-bit...
2008-05-06  Alexandre Julliardkernel32: Set the USERPROFILE and ALLUSERSPROFILE envir...
2008-05-06  Dmitry Timoshkovkernel32: Print in the trace pid and tid of the created...
2008-04-24  Alexandre Julliardkernel32: If necessary reload the environment after...
2008-04-17  Alexandre Julliardkernel32: Create the windows and system directories...
2008-03-26  Alexandre Julliardkernel32: Moved the allocation of the process stack...
2008-03-24  Anatoly Lyutinkernel32: Implement IsWow64Process.
2008-02-27  Dmitry Timoshkovkernel32: Return upper cased drive letters in paths...
2008-02-05  Alistair Leslie... kernel32: Add RegisterApplicationRestart stub.
2008-01-21  Gerald Pfeiferkernel32: Use setproctitle where applicable to set...
2008-01-16  Alexandre Julliardkernel32: Fix the system affinity returned by GetProces...
2008-01-16  Alexandre Julliardwineboot: Add a --init option used when launched automa...
2008-01-14  Alexandre Julliardkernel32: Don't inherit stdin/stdout handles in wineboot.
2008-01-14  Alexandre Julliardkernel32: Close the stdio handles when creating a detac...
2008-01-04  Alexandre Julliardkernel32: Launch wineboot on first startup of a wine...
2007-12-23  Alexandre Julliardkernel32: Initialize MaximumLength of the user params...
2007-12-21  Alexandre Julliardkernel32: Store the initial directory as a full path...
2007-11-01  Vitaliy Margolenkernel32: Implement GetProcessHandleCount.
2007-08-17  Louis Lenderskernel32: Set USERNAME environment variable.
2007-05-23  Dmitry Timoshkovkernel32: Fix compilation warnings in 64-bit mode.
2007-05-07  Andrew Talbotkernel32: Exclude unused headers.
2007-04-30  Vitaliy Margolenkernel32: Fix off by one error.
2007-03-17  Andrew Talbotkernel32: Replace inline static with static inline.
2007-03-07  Konstantin Kondratyukkernel32: Allow to execute .cmd files.
2006-12-05  Francois GougetAssorted spelling fixes.
2006-11-16  Mike McCormackkernel32: Downgrade a FIXME to a WARN.
2006-11-07  Alexandre Julliardkernel32: Better workaround for the lack of locale...
2006-10-24  Dmitry Timoshkovkernel32: Exit from initial thread with ExitThread...
2006-10-13  Michael Stefaniuckernel32: Win64 printf format warning fixes.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.