Add Regional Options (Intl) control panel application.
[reactos.git] / reactos / lib / ntdll /
2004-10-24 Thomas Bluemelmore prototype fixes
2004-10-16 Gé van Geldorp- Centralize definition of version resource
2004-10-05 Eric KohlRemove fixed heap base address (HEAP_BASE) to enable...
2004-09-29 Thomas Bluemeluse ULONG_PTR to calculate pointers
2004-09-23 Thomas Bluemelexport job functions
2004-09-19 Thomas Bluemel1. implemented SetProcessWorkingSetSize()
2004-09-16 Eric KohlImplement NtQueryDefaultUILanguage, NtQueryInstallUILan...
2004-09-16 Gé van GeldorpGet rid of .edf files
2004-09-13 Thomas Bluemelimplemented RtlIpv4AddressToStringA/W and made ntdll...
2004-09-11 Gé van GeldorpUse Wine's language matching algorithm when searching...
2004-09-10 Steven EdwardsMoved interlocked function to rosrtl rather than export...
2004-08-25 Filip Navara- Do not depend on paths returned by FileNameInformatio...
2004-08-23 James TaborFixed import unicode names from remote processes.
2004-08-11 James TaborModule Library supported now. There is a bug with scann...
2004-08-11 Eric KohlAdd RtlFormatMessage stub.
2004-08-11 James TaborReplaced RtlAllocateHeap with NtAllocateVirtualMemory.
2004-08-10 Eric KohlMove bitmap functions to the shared rtl library.
2004-08-09 James TaborMostly implemented, Listdlls half way works now.
2004-08-09 James TaborAdded Debug Buffer Information. Testing with SysInterna...
2004-08-05 Alex IonescuAdded RTL Stubs, Prototypes and Exports.
2004-07-15 Eric KohlImplement RtlAddAuditAccessAceEx().
2004-07-14 Filip Navara- Revert part of my last TLS patch.
2004-07-09 Filip Navara- Corrected the obtaining of TLS callbacks address.
2004-07-08 Thomas Bluemelfixed debug output
2004-07-08 Thomas Bluemel1. implemented the timer queue functions of kernel32...
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-07-03 Hartmut Birr- Allowed multiple calls to CsrClientConnectToServer.
2004-07-01 KJK::HyperionMerging the KJKHyperion-RtlUnwind branch back into...
2004-06-27 Eric KohlImplement and use LdrProcessRelocationBlock().
2004-06-26 Filip Navara- Readded the code for unportecting second page while...
2004-06-26 Filip Navara- Rewritten relocation code to not make invalid assumpt...
2004-06-26 Eric KohlStop at the real end of the relocation table.
2004-06-25 Eric KohlFix a typo.
2004-06-25 Eric KohlFix crash in loader relocation code.
2004-06-25 Thomas Bluemelre-added files that hyperion accidently deleted from...
2004-06-25 KJK::HyperionMoved common SEH routines to Rtl, removed very wrong...
2004-06-20 Gunnar Dalsnesmoved into rtl
2004-06-20 Gunnar Dalsnesmove rtl/version|image|encode into rtl
2004-06-20 Gé van GeldorpHandle ordinals which are not exported
2004-06-15 Hartmut Birr- Interpret the sign for qualifier 'l'.
2004-06-15 Hartmut Birr- Initialized the variable status to get on success...
2004-06-13 Filip Navara- Fixed prototypes of NtAddAtom, NtFindAtom, NtProtectV...
2004-06-02 Gé van GeldorpPatch by Pablo Borobia <pablog7@argentina.com>
2004-06-01 Gunnar Dalsnescreate rtl for stuff common to ntdll/ntoskrnl
2004-05-31 Gunnar Dalsnescreate rtl for stuff common to ntdll/ntoskrnl
2004-05-29 Hartmut Birr- Moved the definition of all dll base addresses to...
2004-05-24 Eric KohlImplement RtlInvertRangeList() and RtlMergeRangeList().
2004-05-23 Eric Kohl- Implement RtlFindRange().
2004-05-17 Eric KohlAdd documentation for some range list functions.
2004-05-15 Eric KohlImplement RtlIsRangeAvailable().
2004-05-15 Eric KohlImplement range list copy and delete functions.
2004-05-14 Eric KohlImplement basic range list functions.
2004-05-13 Filip Navara- Implementation of RtlDuplicateUnicodeString.
2004-05-13 Filip Navara- Added missing unlocking of handle table in RtlLookupA...
2004-05-13 Filip Navara- Report failure when function imported by ordinal...
2004-05-02 Mike NordellMake loader tell what module it is relocating (debug)
2004-05-01 Eric KohlFix Nt/ZwGetTickCount.
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-08 Filip Navara- Fix a small bug in RtlUnwind.
2004-03-24 Gunnar Dalsnesadd RtlCreateCriticalSectionSpinCount + fix
2004-03-24 Gunnar Dalsnesadd RtlCreateCriticalSectionSpinCount
2004-03-20 Eric KohlFully implement RtlFormatCurrentUserKeyPath().
2004-03-19 Eric KohlEnable environment inheritance.
2004-03-13 Thomas BluemelRtlGetFullPathName_U() is supposed to check the paramet...
2004-03-13 Hartmut Birr- Split LdrpProcessImportDirectory into LdrpProcessImpo...
2004-03-06 Filip Navara- Corrected processing import directories to handle...
2004-02-28 Filip Navara- Fixed RtlNtStatusToDosErrorNoTeb problems caused...
2004-02-25 Eric KohlRemove ALL stubs which might be of questionable origin.
2004-02-17 Gé van GeldorpAlways return 8-byte aligned blocks
2004-02-15 Art YerkesFixed a bug in AppendUnicodeStringToString which could...
2004-02-03 Eric KohlMove RtlGUIDFromString() and RtlInt64ToUnicodeString...
2004-02-02 Eric KohlImplement RtlAccessAllowedAceEx() and RtlAccessDeniedAc...
2004-02-02 Hartmut Birr- Fixed the return value in RtlStringFromGUID.
2004-02-02 Thomas Bluemelfixed compiling problems
2004-02-02 Eric KohlImplement RtlFindLeastSignificantBit() and RtlFindMostS...
2004-02-01 Eric Kohl- Move rangelist stubs.
2004-02-01 Gé van GeldorpTesting shows that MS-Win does allow a thread to leave...
2004-01-31 Gé van GeldorpSilence debug messages
2004-01-30 Martin Fuchsfixed relocation problem to re-activate new error messages
2004-01-30 Filip NavaraMinor correction to RtlDeleteCriticalSection.
2004-01-29 Filip NavaraImplementation of InitializeCriticalSectionAndSpinCount...
2004-01-25 Jason Filby*** empty log message ***
2004-01-25 Filip NavaraFixed binary search algroithm in LdrGetExportByOrdinal...
2004-01-24 Filip NavaraActually the last entry in export table is NumberOfName...
2004-01-24 Filip NavaraFix RtlStringFromGUID.
2004-01-23 Filip NavaraForgot to commit this file last time.
2004-01-23 Filip NavaraPatch by Matthew Brace <ismarc@austin.rr.com>
2004-01-17 Hartmut BirrFixed RtlImageDirectoryEntryToData.
2004-01-11 Hartmut Birr- Fixed a wrong parameter in a call to LdrpLoadUserModu...
2004-01-10 Hartmut Birr- Check first for string length and second for the...
2004-01-07 Hartmut Birr- Fixed the hex conversion in RtlUnicodeStringToInteger.
2004-01-07 Hartmut Birr- Implemented fast loading of bounded images.
2004-01-06 Eric KohlMoved some Nt/Zw functions and types.
2004-01-05 Thomas BluemelCorrect compiler-agnostic stdcall function pointers...
2003-12-30 KJK::Hyperion - include/rosrtl/thread.h, lib/rosrtl/makefile, lib...
2003-12-25 KJK::HyperionI was bored, so I fixed some random forgotten test...
2003-12-25 Casper Hornstrup2003-12-25 Casper S. Hornstrup <chorns@users.sourcefo...
2003-12-20 Filip NavaraUse of binary search in LdrFindResource_U. Patch by...
2003-12-14 Martin Fuchsactivate Doxygen SEARCHENGINE option
2003-12-08 Hartmut Birr- Check for illegal characters for short file names...
next