Framework for the doppler effect.
[wine] / dlls / ntdll /
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.
2003-03-04  Eric Pouech- added Ldr* information to include/winternl.h
2003-02-27  Alexandre JulliardProperly save/restore %gs register across 16-bit calls.
2003-02-25  Gerald PfeiferDefine CD_SECS and CD_FRAMES also on non-Linux systems...
2003-02-19  Waldeck Schutzer- Some systems/drives are very slow to read the TOC...
2003-02-19  Thomas MertesTests for RtlCharToInteger, RtlExtendedMagicDivide...
2003-02-19  Thomas Mertes- Implement RtlCharToInteger, RtlExtendedMagicDivide...
2003-02-18  Alexandre JulliardPrint thread ids in traces with only 4 digits now that...
2003-02-18  Alexandre JulliardPrint dll name too for stub exceptions.
2003-02-18  Thomas Mertes- Fix small bug in RtlFindMostSignificantBit. It return...
2003-02-11  Andreas MohrAdded FIXME on stub exception.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-21  Gerald PfeiferOnly declare variables we actually need.
2003-01-16  Francois Gougetok() does not support '%S'. Store the Ansi version...
2003-01-13  Robert Shearman- Add some stubs.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-04  Alexandre JulliardRemoved a few more #ifdef __WINE__.
2003-01-03  Alexandre JulliardAdded wine_dbg_sprintf function that allocates a tempor...
2003-01-03  Francois GougetCall lstrcmpW rather than wcscmp.
2003-01-02  Francois GougetFix mapping of STATUS_DEVICE_NOT_CONNECTED to match XP.
2002-12-19  Alexandre JulliardAvoid some warnings.
2002-12-18  Alexandre JulliardImplemented RtlTimeToElapsedTimeFields.
2002-12-17  Alexandre JulliardImplemented the Fiber* functions (with the help of...
2002-12-13  Jukka HeinonenWhen asynchronous signals are blocked, block also SIGUSR2.
2002-12-13  Alexandre JulliardAvoid casts between LARGE_INTEGER and FILETIME.
2002-12-13  György 'Nog' Jeney- Reimplement time functions using ntdll functions.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-12  Alex PasadynFix return from IOCTL_CDROM_CHECK_VERIFY.
2002-12-12  Alexandre JulliardAdded .spec.def files.
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  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-12-10  Alberto MassariAdded parameters to NtXxxPort functions prototypes.
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-11-27  Patrik StridvallFixed some issues found by winapi_check.
2002-11-27  Jukka HeinonenMoved handlers for int25 and int26 to winedos.
2002-11-27  Vincent BéronFix for implicit declaration of abs.
2002-11-25  Steve LustbaderAssorted Win2k/WinXP stubs.
2002-11-25  György 'Nog' Jeney- Move SetSystemTime, GetTimeZoneInformation and
2002-11-24  Jukka HeinonenMoved handlers for int11, int15 and int5c to winedos.
2002-11-23  Jukka HeinonenMove int2f handler to winedos.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-11-21  Jukka HeinonenRemoved last users of msdos/interrupts.c.
2002-11-20  Jukka HeinonenRemoved obsolete code.
2002-11-18  Jukka HeinonenRemoved last user of msdos/int1a.c.
2002-11-18  Marcus MeissnerFixed strict aliasing problem in RtlEnlargedUnsignedDivide.
2002-11-15  Martin Wilck- Allow setting NetBIOS ComputerName through registry.
2002-11-15  Mike McCormackPartial implementation of RtlDosPathNameToNtPathName_U.
2002-11-13  Huw DaviesReduce the maximum length of debug strings to 80 charac...
2002-11-12  Jukka HeinonenMove simple interrupt handlers to winedos.
2002-11-12  Robert ShearmanFirst of tests for the Rtl* string manipulation functions.
2002-11-12  Robert ShearmanImplemented RtlUnicodeStringToInteger.
2002-11-12  Patrik StridvallUpdated the generated tests.
2002-11-08  Juraj HercekFixed bug in context registers, added HANDLER_DEF and...
2002-11-08  Marcus MeissnerOnly enable VM86 mode if we have the <sys/vm86.h> inclu...
2002-11-06  Alexandre JulliardDisable address space limit check on non-i386 platforms.
2002-11-06  Patrik StridvallUpdated the generated tests.
2002-11-06  György 'Nog' Jeney- Fix RtlTimeToTimeFields to actually work.
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
2002-11-04  Patrik StridvallUpdated the generated tests.
2002-10-30  Marcus MeissnerPowerpc instruction pointer is Iar, not Eip.
2002-10-29  Patrik StridvallUpdated the generated tests.
next