Calculate the size of BI_BITFIELDS dib sections via the width and
[wine] / dlls / ntdll / ntdll.spec
2004-03-04  Alexandre JulliardOpen a real file handle for drive devices, and get...
2004-01-18  Eric PouechAdded support for Unix code page in NTDLL.
2003-12-12  Jon GriffithsAdded RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLas...
2003-12-04  Jon GriffithsImplement the Rtlp* registry functions.
2003-12-04  Alexandre JulliardImplement some more register functions using DEFINE_REG...
2003-12-01  Alexandre JulliardAdded wine_server_release_fd function to release the...
2003-11-25  Alexandre JulliardRemoved MODULE_GetLoadOrderA.
2003-11-11  Ulrich CzekallaAdded stubs for AccessCheckByType, AddAuditAccessAce,
2003-11-05  Alexandre JulliardAdded wine_pthread_create_thread and wine_pthread_exit_...
2003-11-05  Ulrich CzekallaImplemented RtlSelfRelativeToAbsoluteSD and RtlMakeSelf...
2003-11-05  Alexandre JulliardUse the signal stack pointer to determine the current...
2003-10-31  Alexandre JulliardImplemented RtlCreateUserThread, and use it to move...
2003-10-28  Alexandre JulliardImplemented Add/RemoveVectoredExceptionHandler.
2003-10-10  Alexandre JulliardLink kernel32 as a normal dll.
2003-10-09  Alexandre JulliardAdded a few missing exports.
2003-10-08  Alexandre JulliardAdded __wine_set_signal_fs function to avoid sharing the
2003-10-06  Alexandre JulliardMoved the final process init and dependency loading to
2003-10-04  Alexandre JulliardImplemented RtlCreateProcessParameters and related...
2003-09-18  Alexandre JulliardMoved the wine server client-side support to dlls/ntdll...
2003-09-08  Alexandre JulliardOn TlsFree, clear the released TLS index in all threads.
2003-08-19  Alexandre Julliard_ftol should return a 64-bit int (spotted by Jon Griffi...
2003-07-09  Dmitry TimoshkovFix spec entry for ZwSetTimerResolution.
2003-07-09  Alexandre JulliardImplemented the ThreadBasicInformation case for
2003-07-08  Alexandre JulliardImplemented NtRead/WriteVirtualMemory.
2003-06-30  Alexandre JulliardImplemented NtDelayExecution and make Sleep call it.
2003-06-24  Eric Pouech- start moving a few file related functions from files...
2003-06-16   <ma@technoprint.ch>Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAc...
2003-06-16  Eric PouechImplemented:
2003-05-20  Eric PouechImplemented NtQueryObject and NtSetInformationObject...
2003-05-20  Eric PouechImplemented timer related functions in ntdll and make...
2003-05-15  Eric PouechImplemented RtlDosPathNameToNtPathName_U, RtlGetCurrent...
2003-05-13  Eric PouechImplemented RtlExpandEnvironmentStrings_U and fixed...
2003-05-12  Aric StewartRtlUnicodeToMultiByteSize argument is not a null termin...
2003-05-11  Alexandre JulliardRemoved unnecessary function link names.
2003-05-08  Eric PouechImplemented a bunch of environment related NTDLL APIs.
2003-05-06  Thomas MertesImplement RtlDuplicateUnicodeString, RtlFindCharInUnico...
2003-05-01  Robert Shearman- Implemented RtlAddAccessAllowedAce, RtlAddAccessDenie...
2003-04-29  Alexandre JulliardImplemented ntdll resource functions.
2003-04-22  Eric PouechMoved kernel32.FlushFileBuffers to ntdll.NtFlushBuffers...
2003-04-16  Alexandre JulliardImplemented RtlIsNameLegalDOS8Dot3 (based on a patch...
2003-04-12  Alexandre JulliardImplemented RtlDetermineDosPathNameType_U and RtlIsDosD...
2003-04-08  Thomas MertesImplemented RtlRandom, RtlAreAllAccessesGranted,
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.
next