Fix the ITS moniker implementation.
[wine] / dlls / ntdll / ntdll.spec
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-17  Mike McCormackStub implementation for NtSetInformationToken.
2004-08-16  Mike McCormackStub implementation and declaration for NtCreateNamedPi...
2004-08-04  Mike McCormackMoved FlushInstructionCache to ntdll.
2004-07-30  Alexandre JulliardAdded support for getting and setting the UI language.
2004-07-15  Alexandre JulliardSet the system directory in ntdll as soon as we have...
2004-06-15  Alexandre JulliardStore the number of processors in the PEB structure.
2004-06-03  Raphael JunqueiraAdded _vsnwprintf (needed by some native XP dlls).
2004-04-23  Alexandre JulliardMoved creation of the CDROM registry keys into the...
2004-04-23  Alexandre JulliardMake DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesExW and GetCompressedFil...
2004-04-20  Robert ShearmanStub and documentation for RtlFormatMessage.
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesW, SetFileAttributesW...
2004-04-14  Alexandre JulliardMoved wine_get_unix_file_name implementation to ntdll...
2004-04-07  Raphael Junqueira- fix DbgPrint and implement DbgPrintEx
2004-04-01  Raphael JunqueiraAdded some stubs.
2004-03-18  Raphael JunqueiraStub implementations of RtlCreateQueryDebugBuffer,
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...
next