include: Make RpcRaiseException DECLSPEC_NORETURN, like it is in the PSDK.
[wine] / dlls / ntdll / rtl.c
2007-05-23  Dmitry Timoshkovntdll: Fix compilation warnings in 64-bit mode.
2007-03-12  Jan Zerebeckintdll: Add DebugInfo to critical sections.
2007-02-12  Francois Gougetntdll: Fix compilation on systems that don't support...
2007-02-12  Francois Gougetntdll: Add prototypes to winnt.h for the SList functions.
2007-02-08  Kevin Koltzauntdll: Fix compile errors for Win64.
2007-02-06  Francois Gougetntdll: Add a stub API documentation to make winapi_chec...
2007-02-05  Damjan Jovanovicntdll: Slist support.
2007-01-22  Mike McCormackntdll: Implement RtlDecodePointer and RtlEncodePointer.
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2006-12-13  Andrew Talbotntdll/tests: Cast-qual warning fix.
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-08-04  Robert Reifntdll: Fix some function arguments.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-02  Johan Dahlinntdll: RtlIpv4AddressToStringExW/RtlIpv4StringToAddress...
2005-12-15  Alexandre Julliardntdll: Reimplemented _chkstk and _alloca_probe directly...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-10  Alexandre JulliardImplemented RtlGetNtProductType.
2005-08-02  Alexandre JulliardImplemented a few trivial ntdll functions that have...
2005-06-25  Mike McCormack- NtWaitForSingleObject doesn't return WAIT_FAILED.
2005-06-25  Mike McCormackUse RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-05-07  Alexandre JulliardPrefix the internal name of all register functions...
2005-01-03  Eric PouechFixed some regressions from the previous change.
2004-12-17  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-09-13  Jon GriffithsDocumentation updates.
2004-06-15  Eric PouechConst correctness.
2004-04-07  Raphael Junqueira- fix DbgPrint and implement DbgPrintEx
2003-12-04  Alexandre JulliardImplement some more register functions using DEFINE_REG...
2003-10-04  Alexandre JulliardImplemented RtlCreateProcessParameters and related...
2003-09-24  Alexandre JulliardMoved the Windows version code to dlls/ntdll, and imple...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-05-15  Eric PouechImplemented RtlDosPathNameToNtPathName_U, RtlGetCurrent...
2003-05-08  Eric PouechImplemented a bunch of environment related NTDLL APIs.
2003-04-08  Thomas MertesImplemented RtlRandom, RtlAreAllAccessesGranted,
2003-04-03  Eric PouechNo longer call WaitFor*Object* from ntdll (but NtWait...
2003-03-22  Thomas Mertes- Implement RtlDowncaseUnicodeString, RtlUniform, iswdi...
2003-03-20  Alexandre JulliardChanged name of the asm version of RtlUlong/shortByteSw...
2003-03-19  Alexandre JulliardImplemented Rtl*ByteSwap() functions, based on a patch...
2003-03-18  Jon GriffithsCorrect the agument count for RtlInitializeGenericTable().
2003-03-14  Alexandre JulliardAvoid GetProcessHeap() inside ntdll.
2003-02-19  Thomas Mertes- Implement RtlCharToInteger, RtlExtendedMagicDivide...
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-11-15  Mike McCormackPartial implementation of RtlDosPathNameToNtPathName_U.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
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  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-28  Ryan CummingImplementation of RtlGetNtVersionNumbers.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-12-05  Alexandre JulliardRemoved ntdll dependency on MultiByteToWideChar/WideCha...
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2000-12-11  Alexandre JulliardImplemented RtlAcquirePebLock and RtlReleasePebLock.
2000-10-01  Alexandre JulliardImplemented a bunch of large integer functions in ntdll.
2000-09-29  Alexandre JulliardRemoved a few dependencies on kernel32 functions.
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-07-29  Alexandre JulliardRemoved a few external dependencies from ntdll.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-26  Juergen SchmiedFixed definition of the RtlMemory functions. Use macros...
2000-02-20  Andreas MohrAdded stub for RtlAssert().
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-24  Alexandre JulliardBuilt a complete translation table for RtlNtStatusToDos...
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
2000-01-05  Adam SacarnyFix for compilers that don't support 'long long' (From...
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-09-29  Patrik StridvallFixed some of the issues reported by winapi-check,...
1999-07-31  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-07-04  Patrik StridvallFixes for compile on non-Intel platforms.
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Patrik StridvallANSI C fixes.
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-13  Alexandre JulliardAdapted for new register functions support (ESP_reg...
1999-05-09  Alexandre JulliardImproved exception handling.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-09  Juergen Schmied- sorted API by groups
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Juergen Schmied- made the security functions consistent. advapi calls...
1999-02-19  Huw D M DaviesFixed a few broken includes.
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-13  Juergen Schmied- documented most of the undocumented functions in...
1999-01-31  Alex KorobkaAdded an implementation of MRSW locks.
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1998-12-24  Juergen SchmiedNew stubs.
1998-11-14  Juergen SchmiedStubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
1998-11-01  Marcus MeissnerMore Nt* and Rtl* function stubs, moved ntdll.c to...