kernel32: Fix off by one error.
[wine] / dlls / kernel32 /
2007-04-30  Vitaliy Margolenkernel32: Fix off by one error.
2007-04-27  Kirill K. Smirnovkernel32/tests: Add tests for NeedCurrentDirectoryForEx...
2007-04-27  Kirill K. Smirnovkernel32: Add partial stub for NeedCurrentDirectoryForE...
2007-04-26  Paul Vrienskernel32/tests: Resource functions are not implemented...
2007-04-25  Paul Vrienskernel32/tests: GetLongPathNameW is not implemented...
2007-04-25  Paul Vrienskernel32/tests: GetComputerNameW is not implemented...
2007-04-25  Paul Vrienskernel32/tests: CreateRemoteThread is not implemented...
2007-04-25  Rob Shearmankernel32: Add the directory the executable was loaded...
2007-04-17  Alexandre Julliardserver: Move the FSCTL_PIPE_WAIT ioctl implementation...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-16  Alexandre Julliardserver: Implement the FSCTL_PIPE_DISCONNECT ioctl on...
2007-04-16  Alexandre Julliardkernel32: Use the correct access rights when opening...
2007-04-16  Chia-I Wukernel32: Fix non-terminated separator string.
2007-04-12  Hans Leidekkerkernel32: Allow any amount of whitespace between the...
2007-04-10  Alexandre Julliardkernel32: Add SYNCHRONIZE access to mailslot handles.
2007-04-09  Alexandre Julliardntdll: Use send(2) instead of write(2) for zero-byte...
2007-04-09  Andrew Talbotkernel32: Remove superfluous semicolons.
2007-04-06  Alexandre Julliardkernel32: Add a bit of slack to the mailslot timeout...
2007-04-03  Alexandre Julliardserver: Make timeout status for async I/O specifiable...
2007-04-03  Francois GougetAssorted spelling and English fixes.
2007-04-02  Alexandre Julliardkernel32: Added some last error tests for mailslots.
2007-04-02  Dmitry Timoshkovkernel32: Add GetCPInfo test.
2007-03-30  Alexandre Julliardkernel32: Better default for dwActiveProcessorMask...
2007-03-30  Alexandre Julliardkernel32: Make default behavior more consistent when...
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-28  Paul Vrienskernel32/profile: Some parameter tests for GetPrivatePr...
2007-03-28  Paul Vrienskernel32/profile: Add a few NULL checks (Coverity).
2007-03-28  Paul Vrienskernel32/profile: Move GetPrivateProfileSectionA to...
2007-03-28  Paul Vrienskernel32/profile: Rename a test.
2007-03-26  Alexandre Julliardkernel32: Don't use the reserved argument of the APC...
2007-03-23  Alexandre Julliardkernel32: Fixed timeout calculation in WaitNamedPipe.
2007-03-23  Louis Lenderskernel32: Add stub for AttachConsole.
2007-03-22  Louis Lenderskernel32: Print a fixme only once.
2007-03-21  Andrew Talbotkernel32/tests: Replace inline static with static inline.
2007-03-21  Paul Vrienskernel32/tests: Use skip.
2007-03-17  Andrew Talbotkernel32: Replace inline static with static inline.
2007-03-17  Detlef Riekenbergkernel32/tests: DuplicateTokenEx is not present on...
2007-03-16  Rob Shearmankernel32: Fix several failing GetComputerNameA/W tests...
2007-03-15  Fabian Bielerkernel32: GlobalMemoryStatusEx: always report at least...
2007-03-15  Fabian Bielerkernel32: GlobalMemoryStatusEx: return the size of...
2007-03-15  Fabian Bielerkernel32: GlobalMemoryStatusEx: memory usage reported...
2007-03-14  Huw Davieskernel32: Fix GetPrivateProfileSectionNamesA when the...
2007-03-14  Alexandre Julliardlibwine: Pass flags to wine_utf8_wcstombs to allow...
2007-03-13  Mikołaj Zalewskikernel32: Fix LANGID for Korean resource.
2007-03-13  Stefan HuehnerMark several functions as static.
2007-03-12  Jan Zerebeckikernel32: Add DebugInfo to critical sections.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-03-12  Paul Vrienskernel32/tests: Use skip.
2007-03-09  Alasdair Sinclairkernel32: Fix GetComputerNameA to not count trailing...
2007-03-08  Alexandre Julliardkernel32: Implemented GetSystemInfo() for Solaris.
2007-03-08  Alexandre Julliardkernel32: Fixed DosDateTimeToFileTime behavior when...
2007-03-08  Alexandre Julliardkernel32: Add missing limits.h include.
2007-03-07  Konstantin Kondratyukkernel32: Allow to execute .cmd files.
2007-03-07  Rob Shearmankernel32: Add tests for ImpersonateNamedPipeClient.
2007-03-06  Detlef Riekenbergserialui: Fix return type for CommConfigDialog.
2007-03-05  Rob Shearmankernel32: Implement CallNamedPipeW.
2007-03-05  Jason Edmeadeskernel32/tests: Show wrong behaviour with current direc...
2007-02-27  Aric Stewartkernel32: Allow for non base-10 int values in ini file.
2007-02-27  Detlef Riekenbergkernel32: Remove duplicate code (use serialui instead).
2007-02-23  Rob Shearmankernel32: Fix crash in dns_gethostbyname.
2007-02-21  Rob Shearmankernel32: Fix an off-by-one error in GetComputerNameExA/W.
2007-02-20  Detlef Riekenbergkernel32: Display correct parameters in comm traces.
2007-02-20  Rob Shearmankernel32: Don't run the CreateRemoteThread tests if...
2007-02-19  Stefan Dösingerkernel32: Add a CheckRemoteDebuggerPresent stub.
2007-02-19  Hans Leidekkerkernel32: Add a stub implementation for FindFirstVolume...
2007-02-16  Rob Shearmankernel32: Fix the GetComputerName* functions to not...
2007-02-09  Marcus Meissnerkernel32/tests: Fixed several uninitialized variables.
2007-02-09  Marcus Meissnerkernel32: Remove CloseHandle call.
2007-02-06  Misha Koshelevkernel32: CreateThread returns NULL on error, not INVAL...
2007-02-06  Francois GougetAdd missing '\n's in traces.
2007-02-05  Damjan Jovanovicntdll: Slist support.
2007-02-05  Misha Koshelevkernel32: Added conformance test for nested thread...
2007-02-05  Marcus Meissnerkernel32: Initialize owner_exists (Coverity).
2007-02-05  Dmitry Timoshkovkernel32: Add a trace to MultiByteToWideChar.
2007-01-23  Anatoly Lyutinkernel32: Add comment for GetConsoleWindow.
2007-01-22  Mike McCormackkernel32: Forward EncodePointer and DecodePointer to...
2007-01-22  Detlef Riekenbergkernel32/tests: GetVolumeNameForMountPoint not present...
2007-01-22  Detlef Riekenbergkernel32/tests: VirtualAllocEx not present in Win95.
2007-01-22  Detlef Riekenbergkernel32/tests: Fix a declaration and use skip for...
2007-01-22  Rob Shearmankernel32: Handle the SECURITY_* flags passed into Creat...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process NtMapViewOfSecti...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process RtlCreateUserThread.
2007-01-18  Alexandre Julliardntdll: Abuse RtlCreateUserThread to call the thread...
2007-01-18  Alexandre Julliardntdll: Move the LDT section to ntdll and make it an...
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2007-01-16  Jonathan Ernstkernel: Beginning of French translation of error messages.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualProtectEx.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualQueryEx.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualAllocEx...
2007-01-15  Alexandre Julliardkernel32: Use the proper codepage for console functions.
2007-01-15  Anatoly Lyutinkernel32: Add details in description function MultiByte...
2007-01-15  Felix Nawothnigkernel32: Forward CopyLZFile() to LZCopy() instead...
2007-01-12  Alexandre Julliardserver: Set the specified in/out buffer sizes on named...
2007-01-11  Mike McCormackkernel32: Merge existing resources in EndUpdateResource.
2007-01-11  Mike McCormackkernel32: Split update_add_resource() into two functions.
2007-01-11  Mike McCormackkernel32: Create a simple abstraction for file mappings.
2007-01-10  Andrew Talbotkernel32: Declare some functions static.
2007-01-10  Dmitry Timoshkovkernel32: Do not forget to cleanup if the test is skipped.
2007-01-09  Hans Leidekkerkernel32: Add a stub implementation for GetVolumeNameFo...
next