oledb32: Add tests for DBTYPE_CY to DBTYPE_WSTR/DBTYPE_STR conversion.
[wine] / dlls / ntdll /
2010-04-02  Alexandre Julliardntdll/tests: Skip a couple of exception tests that...
2010-04-02  Alexandre Julliardserver: Update the registry key and value name length...
2010-03-31  Alexandre Julliardntdll/tests: Don't free a string that wasn't allocated.
2010-03-31  Alexandre Julliardntdll/tests: Port functions use the 64-bit structure...
2010-03-31  Alexandre Julliardntdll/tests: Fix a number of test failures on Wow64.
2010-03-29  Henri Verbeetntdll: Return a more reasonable value for "Reserved3".
2010-03-29  Mikhail Maroukhinentdll: Fix compiler warnings with flag -Wcast-qual.
2010-03-26  Louis LendersQuiet two noisy FIXME's.
2010-03-22  André Hentschelntdll: Update error code mapping.
2010-03-22  André Hentschelntdll: Fix error strict mode tests on vista+.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Henri Verbeetntdll: Improve support for the ProcessDebugPort info...
2010-03-15  Henri Verbeetntdll: Fix the ProcessDebugPort information length...
2010-03-15  Gerald Pfeiferntdll: Avoid compiler warning in the default case in...
2010-03-05  Alexandre Julliardntdll: Always restore the context after an exception...
2010-03-04  Alexandre Julliardntdll/tests: Add tests for HKLM\Software\Classes Wow64...
2010-03-03  Alexandre Julliardntdll: Return STATUS_IMAGE_NOT_AT_BASE when an image...
2010-03-02  Alexandre Julliardserver: Initial support for Wow64 registry redirection.
2010-03-01  Alexandre Julliardntdll/tests: Add tests showing that NtCreateKey is...
2010-03-01  Austin Englishntdll: Add initial support for OpenBSD to fill_cpu_info.
2010-02-26  Alexandre Julliardntdll/tests: Add some test cases for Wow64 registry...
2010-02-24  Paul Vriensntdll/tests: Fix a crash on some Vista boxes.
2010-02-24  Ken Thomasesntdll: Mac: Fix leak of send right for Mach thread...
2010-02-23  Stefan Leichterntdll/tests: Test NtCreateFile with an invalid filename.
2010-02-23  Eric Pouechntdll: Notify valgrind for stack management while in...
2010-02-22  Erich Hooverntdll: Allow 'all processors' flag used in Vista and...
2010-02-22  Eric Pouechntdll: Fix wrong marking for valgrind on 64bit systems.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-18  Alexandre Julliardntdll: Properly handle empty but present ACLs in self...
2010-02-16  Alexandre Julliardntdll: Fix the return value of NtOpenKey for some inval...
2010-02-16  Alexandre Julliardntdll: Fix the return status of NtQueryValueKey for...
2010-02-15  Alexandre Julliardserver: Implement registry symlinks.
2010-02-15  Alexandre Julliardntdll/tests: Add more tests for registry symlinks.
2010-02-15  Alexandre Julliardntdll/tests: Use correct access rights in the NtOpenKey...
2010-02-15  Dan Kegelntdll: Fix leak in test_symlinks.
2010-02-12  Alexandre Julliardntdll/tests: Add tests for registry symlinks.
2010-02-12  Alexandre Julliardntdll/tests: Test NtOpenKey with an existing key.
2010-02-12  Alexandre Julliardntdll/tests: Fix a few function prototypes in the regis...
2010-02-10  Michael Stefaniucntdll: Avoid using HIWORD on types that are 64bit on...
2010-02-05  Alexandre Julliardntdll: Export RtlInterlockedCompareExchange64.
2010-02-05  Peter Rosinntdll: Document RtlSetThreadErrorMode and RtlGetThreadE...
2010-02-03  Peter Rosinntdll: Add RtlSetThreadErrorMode and RtlGetThreadErrorMode.
2010-02-03  Peter Rosinntdll: Add tests for RtlSetThreadErrorMode and RtlGetTh...
2010-02-02  Dan Kegelntdll: Fix large block realloc annotation.
2010-02-01  Alexandre Julliardntdll: Avoid reporting a freed block twice to Valgrind.
2010-01-29  Alexandre Julliardntdll: Fix the various heap debug checks for 64-bit.
2010-01-28  Alexandre Julliardntdll: Don't require heap sizes to be 64K aligned.
2010-01-28  Alexandre Julliardntdll: Support delayed freeing of heap blocks to catch...
2010-01-28  Alexandre Julliardntdll: Disable debug flags when running on Valgrind.
2010-01-27  Alexandre Julliardntdll: Always enable tail checking when running under...
2010-01-27  Alexandre Julliardntdll: Add 8 more bytes to the block tail when tail...
2010-01-27  Alexandre Julliardntdll: Simplify the checking of heap pointers when...
2010-01-26  Alexandre Julliardntdll: Verify the tail contents when validating a large...
2010-01-26  Alexandre Julliardntdll: Fill the tail of existing large blocks when...
2010-01-26  Alexandre Julliardntdll: Fill the tail of large blocks too for tail checking.
2010-01-26  Alexandre Julliardntdll: Move alloc notification closer to the allocation...
2010-01-26  Alexandre Julliardntdll: Verify free block contents when validating the...
2010-01-26  Alexandre Julliardntdll: Verify the tail contents when validating an...
2010-01-26  Alexandre Julliardntdll: Fill existing tail and free blocks when the...
2010-01-26  Alexandre Julliardntdll: Use the same value as Windows for filling free...
2010-01-26  Alexandre Julliardntdll: Fill the tail of heap blocks when HEAP_TAIL_CHEC...
2010-01-25  Alexandre Julliardntdll: Use the heap flags instead of debug channels...
2010-01-25  Freddie Tilleyntdll: Detect more cpu features in get_cpuinfo.
2010-01-22  Alexandre Julliardntdll: Set the heap debug flags based on the GlobalFlag...
2010-01-22  Alexandre Julliardntdll: Make it possible to use RtlGetNtGlobalFlags...
2010-01-20  Alexandre Julliardntdll: Load the various PEB global options at startup.
2010-01-20  Alexandre Julliardntdll: Implement LdrQueryImageFileExecutionOptions...
2010-01-20  Freddie Tilleyntdll: Set cpu frequency for FreeBSD 7.2 and higher.
2010-01-18  Alexandre Julliardntdll: Fix the NtCreateEvent prototype.
2010-01-18  Andrew Nguyenntdll/tests: Report appropriate skips for information...
2010-01-18  Andrew Nguyenntdll/tests: Re-enable a commented virtual memory test.
2010-01-18  Andrew Nguyenntdll/tests: Report skip when time conversion functions...
2010-01-18  Andrew Nguyenntdll/tests: Remove useless ifdef statements.
2010-01-18  Andrew Nguyenntdll/tests: Remove obsolete commented code.
2010-01-16  Alexandre Julliardwinebuild: Output the asm relay functions as needed...
2010-01-16  Alexandre Julliardwinebuild: Rename __wine_call_from_32_regs for consiste...
2010-01-14  Andrew Nguyenntdll/tests: Add a few additional tests for wcsrchr.
2010-01-14  Andrew Nguyenntdll/tests: Add a few additional tests for wcschr.
2010-01-14  Andrew Nguyenntdll/tests: Allow native crashing code to be compiled.
2010-01-14  Andrew Nguyenntdll/tests: Make function pointer checks consistent...
2010-01-11  Paul Vriensntdll/tests: Fix a test failure on NT4.
2010-01-08  Nikolay Sivovntdll: Release buffer when it won't be referenced.
2010-01-08  Alexandre Julliardntdll: Don't require read access to the root directory...
2010-01-08  Alexandre Julliardntdll: Return a correct name also for file objects...
2010-01-08  Alexandre Julliardserver: Add support for returning the object name in...
2010-01-08  Paul Vriensntdll: Fix length parameter for NtQueryValueKey (Coccin...
2009-12-30  Alexandre Julliardntdll: Move the LDT locking functions to the i386-speci...
2009-12-30  Rob Shearmanntdll: Fix typo in RTL_ReportRegistryValue which caused...
2009-12-29  Gerald Pfeiferntdll: Avoid one warning around assert(0).
2009-12-28  Gerald Pfeiferntdll: Use #ifdef instead of #if to check for _DARWIN_F...
2009-12-17  Paul Vriensntdll/tests: Fix a memory leak (Valgrind).
2009-12-16  Paul Vriensntdll/tests: Fix a test failure on NT4/W2K.
2009-12-15  Marcus Meissnerntdll: Check for NULL attr in NtOpenKey (Coverity).
2009-12-14  Rob Shearmanntdll: Ignore the hole in the FILE_PIPE_WAIT_FOR_BUFFER...
2009-12-09  Alexandre Julliardntdll: Search the whole filesystem under the starting...
2009-12-09  Hans Leidekkerntdll/tests: Free Unicode string before reuse.
2009-12-09  Alexandre Julliardntdll/tests: Avoid size_t in traces.
2009-12-08  Huw Daviesntdll: Only free the string if the test succeeded.
2009-12-08  Hans Leidekkerntdll/tests: Fix a memory leak.
2009-12-08  Gerald Pfeiferntdll: Guard debugging code by #ifdef instead of plain...
next