With >256 colours, there is no need to realize a palette, so skip it
[wine] / dlls / ntdll /
2003-06-04  Yorick HardyImprove CDROM_GetIdeInterface (becomes CDROM_GetInterfa...
2003-06-04  Yorick HardyUse SA_RESTART on NetBSD.
2003-06-04  Jukka HeinonenTimer routines must check for NULL timer name.
2003-05-22  Alexandre JulliardStart to make use of the proper PEB structure for process
2003-05-21  Alexandre JulliardMoved misc/error.c to dlls/kernel/error16.c.
2003-05-20  Alexandre JulliardMoved all process initialisation code to process.c...
2003-05-20  Eric PouechImplemented NtQueryObject and NtSetInformationObject...
2003-05-20  Yorick HardyImplement CDROM_ScsiPassThrough and CDROM_ScsiPassThrou...
2003-05-20  Alexandre JulliardMoved system.dll implementation to dlls/kernel.
2003-05-20  Eric PouechImplement anonymous pipes on top of named pipes.
2003-05-20  Alexandre JulliardMoved timer functions to dlls/kernel.
2003-05-20  Eric PouechImplemented timer related functions in ntdll and make...
2003-05-20  Alexandre JulliardOnly create the 16-bit dummy module when we need really it.
2003-05-19  Yorick HardyAdded the implementation for CDROM_GetIdeInterface...
2003-05-16  Alexandre JulliardMoved atom functions to dlls/kernel.
2003-05-15  Alexandre JulliardMoved vxd support to winedos.
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-05-15  Eric PouechImplemented RtlDosPathNameToNtPathName_U, RtlGetCurrent...
2003-05-14  Alexandre JulliardRewrote module TLS support and moved it to ntdll.
2003-05-14  Alexandre JulliardMade INSTR_EmulateInstruction return the exception...
2003-05-13  Eric PouechEnhanced test for queries, added tests for expansion.
2003-05-13  Eric PouechImplemented RtlExpandEnvironmentStrings_U and fixed...
2003-05-13  Pierre d'Herbemont- Save more registers (exception, float...) if they...
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-05-13  Robert ShearmanFix NULL pointer error when displaying error message...
2003-05-12  Aric StewartRtlUnicodeToMultiByteSize argument is not a null termin...
2003-05-12  Dmitry TimoshkovAdded missing return in HEAP_ValidateInUseArena.
2003-05-11  Alexandre JulliardRemoved unnecessary function link names.
2003-05-08  Alexandre JulliardAdded support for calling the TLS callback functions.
2003-05-08  Alexandre JulliardFixed wrong file offset used when mapping the import...
2003-05-08  Eric PouechAdded environment tests.
2003-05-08  Eric PouechImplemented a bunch of environment related NTDLL APIs.
2003-05-07  Alexandre JulliardMoved the EnumResource* functions to the kernel dll...
2003-05-06  Alexandre JulliardAdded comment about why changing ADDRESS_SPACE_LIMIT...
2003-05-06  Alexandre JulliardAdded support for retrieving page fault address on...
2003-05-06  Thomas MertesTests for RtlDuplicateUnicodeString, RtlFindCharInUnico...
2003-05-06  Thomas MertesImplement RtlDuplicateUnicodeString, RtlFindCharInUnico...
2003-05-04  Marcus MeissnerFixed powerpc compile.
2003-05-01  Robert Shearman- Implemented RtlAddAccessAllowedAce, RtlAddAccessDenie...
2003-04-30  Alexandre JulliardFixed typo in last minute change (spotted by Gerald...
2003-04-30  Alexandre JulliardMoved most of the kernel resource APIs to dlls/kernel.
2003-04-29  Alexandre JulliardImplemented ntdll resource functions.
2003-04-22  Eric PouechMoved kernel32.FlushFileBuffers to ntdll.NtFlushBuffers...
2003-04-21  Alexandre JulliardRemoved no longer needed uses of LDPATH.
2003-04-21  Jukka HeinonenMoved dosconf.c to winedos.
2003-04-16  Alexandre JulliardImplemented RtlIsNameLegalDOS8Dot3 (based on a patch...
2003-04-14  Alexandre JulliardInsert the last free block of a subheap at the end...
2003-04-12  Alexandre JulliardImplemented RtlDetermineDosPathNameType_U and RtlIsDosD...
2003-04-12  Robert ShearmanAdded NtQueryProcessInformation case needed by NT versi...
2003-04-08  Thomas MertesTests for RtlUlonglongByteSwap, RtlRandom, RtlAreAllAcc...
2003-04-08  Thomas MertesImplemented RtlRandom, RtlAreAllAccessesGranted,
2003-04-07  Alexandre JulliardAdded possibility to filter relay traces based on the...
2003-04-05  Alexandre JulliardRewrote most of the import fixup code to avoid doing...
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
2003-04-04  Alexandre JulliardMerged PE_InitDLL into MODULE_InitDLL.
2003-04-04  Alexandre JulliardRemove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAI...
2003-04-03  Eric PouechNo longer call WaitFor*Object* from ntdll (but NtWait...
2003-04-03  Alexandre JulliardAdded --with-nptl configure option and necessary change...
2003-04-02  Alexandre JulliardAdded abs_time_t structure to the server protocol,...
2003-04-02  Alexandre JulliardAdded support for marking heap blocks as inaccessible...
2003-04-02  Andreas MohrSome spelling and formatting fixes.
2003-04-02  Eric PouechFixed a few FormatCode entries.
2003-03-31  Alexandre JulliardAdded missing NONAMELESSSTRUCT/UNION.
2003-03-31  Alexandre JulliardMoved WaitForMultipleObjects to ntdll (based on a patch...
2003-03-28  Yorick HardyAdded fields from NetBSD struct sigcontext on i386.
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-25  Alexandre JulliardStore %gs in the TEB on every call to 16-bit code,...
2003-03-24  Alexandre JulliardMake sure changes to the debug registers while inside...
2003-03-22  Alexandre JulliardFixed duplicate initialization of some of the wm->ldr...
2003-03-22  Thomas MertesTests for RtlCompareMemoryUlong, RtlUniform, RtlDowncas...
2003-03-22  Thomas Mertes- Implement RtlDowncaseUnicodeString, RtlUniform, iswdi...
2003-03-21  Alexandre JulliardSplit signal blocking code out of SIGNAL_Reset into...
2003-03-21  Alexandre JulliardAdded 'wine' prefix to libwine_unicode exports.
2003-03-21  Eric PouechRemoved no longer needed MODREF.find_export field.
2003-03-21  Eric Pouech- implemented LdrQueryProcessModuleInformation
2003-03-20  Eric PouechMoved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and...
2003-03-20  Eric PouechMove some fields (refCount, tls_index and module) from...
2003-03-20  Eric PouechFixed some unneeded unix to Win32 error mapping.
2003-03-20  Alexandre JulliardChanged name of the asm version of RtlUlong/shortByteSw...
2003-03-20  Eric PouechMoved the module loading/unloading code and the remaini...
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  Alexandre JulliardAvoid explicit long long constants.
2003-03-18  Jon GriffithsDocumentation updates.
2003-03-18  Eric Pouech- added LDR_MODULE structure to WINE_MODREF and made...
2003-03-18  Thomas MertesTests for _itoa, _ltoa, _ultoa, _i64toa, _ui64toa,...
2003-03-17  Jon GriffithsDocumentation updates.
2003-03-15  Jon GriffithsAdd RtlDowncaseUnicodeChar(), RtlEqualComputerName(),
2003-03-14  Alexandre JulliardAvoid GetProcessHeap() inside ntdll.
2003-03-14  Eric Pouech- implementation of LdrLoadDll out of loader/module.c
2003-03-14  Alexandre JulliardOnly print the trace header when we are at the beginnin...
2003-03-14  Eric Pouech- implementation of LdrUnloadDll out of loader/module.c
2003-03-12  Dmitry TimoshkovMove vsnwprintf implementation to libwine_unicode,...
2003-03-12  Thomas MertesImplement _itoa, _ltoa, _ultoa, _i64toa, _ui64toa,...
2003-03-07  Alexandre JulliardRewrote RtlFind{Most,Least}SignificantBit in a more...
2003-03-06  Eric Pouech- implemented LdrGetProcedureAddress and made use of...
2003-03-05  Eric PouechRemoved SO loading type.
2003-03-04  Alexandre JulliardUse SIGUSR1 instead of SIGSTOP to suspend threads.
next