Implemented NtQueueApcThread, and changed the server APC interface to
[wine] / dlls / ntdll / ntdll.spec
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
2003-03-31  Alexandre JulliardMoved WaitForMultipleObjects to ntdll (based on a patch...
2003-03-22  Thomas Mertes- Implement RtlDowncaseUnicodeString, RtlUniform, iswdi...
2003-03-21  Eric Pouech- implemented LdrQueryProcessModuleInformation
2003-03-20  Alexandre JulliardChanged name of the asm version of RtlUlong/shortByteSw...
2003-03-20  Alexandre JulliardPartially implemented LdrLock/UnlockLoaderLock.
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-19  Alexandre JulliardImplemented Rtl*ByteSwap() functions, based on a patch...
2003-03-18  Jon GriffithsCorrect the agument count for RtlInitializeGenericTable().
2003-03-18  Eric Pouech- added LDR_MODULE structure to WINE_MODREF and made...
2003-03-15  Jon GriffithsAdd RtlDowncaseUnicodeChar(), RtlEqualComputerName(),
2003-03-14  Eric Pouech- implementation of LdrLoadDll out of loader/module.c
2003-03-14  Eric Pouech- implementation of LdrUnloadDll out of loader/module.c
2003-03-12  Thomas MertesImplement _itoa, _ltoa, _ultoa, _i64toa, _ui64toa,...
2003-03-04  Eric Pouech- added Ldr* information to include/winternl.h
2003-02-19  Thomas Mertes- Implement RtlCharToInteger, RtlExtendedMagicDivide...
2003-01-13  Robert Shearman- Add some stubs.
2002-12-12  Alexandre JulliardAdded list of symbols to ignore by default in winebuild.
2002-12-11  György 'Nog' Jeney- Implement RtlLocalTimeToSystemTime and RtlSystemTimeT...
2002-12-10  Alberto MassariAdded parameters to NtXxxPort functions prototypes.
2002-11-27  Patrik StridvallFixed some issues found by winapi_check.
2002-11-25  Steve LustbaderAssorted Win2k/WinXP stubs.
2002-11-25  György 'Nog' Jeney- Move SetSystemTime, GetTimeZoneInformation and
2002-11-12  Robert ShearmanImplemented RtlUnicodeStringToInteger.
2002-10-10  Alexandre JulliardMake sure all Zw functions whose Nt equivalent is imple...
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-09-16  Alexandre JulliardImplemented NtDuplicateObject.
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-08-20  Patrik StridvallFixed some issues found by winapi_check.
2002-08-15  Jon GriffithsImplement and test rtl bitmap functions.
2002-08-09  Alexandre JulliardImplemented the RtlImage* functions, and use them to...
2002-07-31  Eric PouechAdded a generic mechanism to set up hooks for dispatchi...
2002-07-28  Ryan CummingImplementation of RtlGetNtVersionNumbers.
2002-07-19  Patrik StridvallFixed some issues found by winapi_check.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-10  Mike McCormack- Partially implement LdrGetDllHandle.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-30  Alexandre JulliardAdded wine_server_fd_to_handle to replace FILE_DupUnixH...
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-16  Alexandre JulliardExport global argc/argv variables from libwine and...
2002-05-16  Alexandre JulliardImplemented strtolW/strtoulW in libwine_unicode and...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-09  Juergen SchmiedCorrected RtlConvertSidToUnicodeString, stub for VerSet...
2002-03-23  Alexandre JulliardExport the FILE_GetUnixHandle functionality from ntdll.
2002-02-22  Peter HunnisettAdd spec stub for RtlGetNtVersionNumbers.
2002-01-29  Dmitry TimoshkovAdded LdrDisableThreadCalloutsForDll.
2002-01-12  Alexandre JulliardUpdated debug channels.
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-12-14  Alexandre JulliardMade register and interrupt flags instead of entry...
2001-12-11  Alexandre JulliardExported CALL32_Regs from ntdll, renamed to __wine_call...
2001-12-05  Alexandre JulliardRemoved ntdll dependency on MultiByteToWideChar/WideCha...
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-10-22  David ElliottImplemented the wcstoul function.
2001-09-07  Dmitry TimoshkovCorrect .spec file parameters for msvcrt._fullpath...
2001-07-14  Patrik StridvallFixed issue found by winapi_check.
2001-07-08  Patrik StridvallFixed issues found by winapi_check.
2001-05-08  Francois GougetPrint the tid in the first column when +tid is specified.
2001-04-16  Ove KaavenImplemented _wtoi and _wtol.
2001-04-09  Marcus MeissnerAdded some stubs for functions used by newer rpcrt4...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-15  Alexandre JulliardUpdated debug channels.
2001-01-10  Gerard PatelAdded a specific debug channel for dll loading (builtin...
2000-12-15  Alexandre JulliardAdded support for Unicode applications in winebuild.
2000-12-13  Eric KohlImplemented _ultow() and export [Nt/Zw]QueryVolumeInfor...
2000-12-09  Alexandre JulliardRemoved no longer used elfdll loader.
2000-12-07  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Ove...
2000-12-06  Alexandre JulliardBuild the debugger as a .so.
2000-11-30  Alexandre JulliardExport the wine server functions from ntdll.
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-26  Alexandre JulliardAdded entry point flags -noimport, -norelay, -ret64...
2000-11-25  Marcus MeissnerAdded pow() forward.
2000-11-10  Dimitrie O. PaunUse variable argument macros when compiling with gcc.
2000-11-09  Alexandre JulliardAdded __wine_get_main_args to retrieve command-line...
2000-11-05  Alexandre JulliardNew debug channel mechanism allowing decentralized...
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-10-13  Alexandre JulliardAdded a few more large integer functions.
2000-10-01  Alexandre JulliardImplemented a bunch of large integer functions in ntdll.
2000-09-29  Alexandre JulliardMoved critical section implementation to ntdll.
2000-09-10  Alexandre JulliardImplemented RtlpWaitForCriticalSection and RtlpUnWaitCr...
2000-08-25  Alexandre JulliardFixed Rtl* string functions for proper MBCS/codepage...
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-07-29  Alexandre JulliardRemoved a few external dependencies from ntdll.
2000-06-23  Alexandre JulliardMoved shared crtdll/ntdll functions into ntdll.
2000-06-08  Dmitry TimoshkovImplement NTDLL.towupper and NTDLL.towlower using alrea...
2000-06-01  Juergen SchmiedStub for RtlConvertSidToUnicodeString.
2000-04-13  Andreas MohrStub for NtAllocateUuids.
2000-03-24  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-07  Alexandre JulliardAdded DbgBreakPoint. Fixed exception record contents...
2000-02-26  Juergen SchmiedFixed definition of the RtlMemory functions. Use macros...
2000-02-20  Andreas MohrAdded stub for RtlAssert().
2000-02-13  David HowellsImplemented isw*() wctype.h functions.
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
2000-01-04  Andreas MohrAdded spec entry for _itoa.
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-12-10  Marcus MeissnerAdded NtPowerInformation stub.
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-10-24  Patrik StridvallAdded spec file declarations for already implemented...
1999-09-29  Patrik StridvallFixed some of the issues reported by winapi-check,...
next