Fix some .rbuild file problems
[reactos.git] / reactos / lib / rtl /
2006-10-08 Art YerkesAlso added for merge.
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-10-08 Alex Ionescu- Stub LdrVerifyMappedImageMatchesChecksum.
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk. Try #2
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk
2006-10-01 Andrew MungerResource sync from trunk.
2006-10-01 Andrew MungerMerge the one line fix from 24273 v. 24276.
2006-09-27 Thomas BluemelMove the memory in RtlpDeleteData instead of copying...
2006-09-26 Alex Ionescu- In some far, far away galaxy, a long, long time ago...
2006-09-25 Magnus Olsenfixed overlaping memory problem with RtlMoveMemory...
2006-09-25 Magnus Olsenrestore files mem.c and memgen.c
2006-09-25 Art YerkesAdd missing file from the branch. Preparing to move...
2006-09-17 Alex Ionescu- Fix some insidious bugs in exception handling, mostly...
2006-09-17 Alex Ionescu- Cleanup except_asm.s and add .func/.endfunc and fix...
2006-09-17 Alex Ionescu- Fix a bug in KeRaiseUserExceptionDispatcher which...
2006-09-15 Aleksey BraginAdd missing "NTAPI"
2006-09-14 Aleksey BraginReapply fixed half of 24020 (relocation update in rtl...
2006-09-12 Alex Ionescu- Revert 24020 (good code, but buggy) and 24041 (bad...
2006-09-10 Thomas BluemelFix LdrRelocateImageWithBias prototype: Strings in...
2006-09-10 Hervé PoussineauFix some warnings
2006-09-10 Aleksey Bragin- Implement enable/disable of protection for PE section...
2006-09-10 Aleksey Bragin- Move and slightly modify the relocation code to RTL...
2006-09-07 Alex Ionescu- 1>Build Time 0:04
2006-09-07 Thomas BluemelYes we should do it as WINE. Fixes a buffer overflow...
2006-09-06 Alex Ionescu- MSVC Build Fixes
2006-09-04 Art YerkesLink ntoskrnl.
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-09-02 Alex Ionescu- Fix a bug in RtlFillMemory.
2006-09-01 Alex Ionescu- Fix bugs in RtlCompareMemory, RtlCompareMemoryULong
2006-09-01 Alex Ionescu- Fix bug in RtlZero, Fill, Move memory where the last...
2006-08-31 Alex Ionescu- Some cleanups
2006-08-31 Thomas BluemelAdd stubs for the condition variable functions
2006-08-31 Hervé PoussineauFix Linux build (filename case problem...) Thanks gregj...
2006-08-31 Alex Ionescu- Implement more parts of the GPF Handler.
2006-08-31 Alex Ionescu- Write new, optimized, small, working and clean functi...
2006-08-30 Magnus OlsenWrote RtlUshotByteSwap RtlUlongByteSwap and RtlUlongl...
2006-08-30 Thomas BluemelImplement Slim Reader/Writer (SRW) locks:
2006-08-30 Magnus OlsenKill inline asm code compete in RtlUlongByteSwap for...
2006-08-30 Magnus OlsenImplement RtlRandomEx by copy RtlRandom code.
2006-08-30 Alex Ionescu- Implement RtlCaptureStackBackTrace and RtlWalkFrameCh...
2006-08-27 Hervé PoussineauAdd guard to prevent multiple inclusions (not used...
2006-08-26 Aleksey BraginDmitry Philippov:
2006-08-06 Aleksey Bragin- Change DbgPrint prototype back to Alex's fix. His...
2006-07-20 Filip NavaraFix a bug in RtlMultiByteToUnicodeSize. Credits belong...
2006-07-12 Magnus Olsenpatch from w3seek : Bug#: 1671 : RTL: Fix checking...
2006-07-03 Magnus Olsenforget this file sorry
2006-07-03 Magnus Olsen3 of 4 commit (sorry my svn clinet is crazy for moment)
2006-06-29 Alex Ionescu- Add some hacks to Cm to allow creating registry keys...
2006-06-28 Alex Ionescu- Sync RtlBitmap* implementation with WINE: Fixes 278...
2006-06-27 Alex Ionescu- Fix all the failures in the RTLSTR Wine test by mergi...
2006-06-26 Alex Ionescu- Sync with WINE's latest Heap implementation and try...
2006-06-24 Art YerkesReactOS PowerPC WIP. This will be edited and merged...
2006-06-24 Alex Ionescu- Reformat heap.c to ROS standards
2006-06-24 Alex Ionescu- There are more then only the 3 or 4 heap flags WINE...
2006-06-24 Alex Ionescu- Silence debug message
2006-06-24 Alex Ionescu- Fix implementation of RtlSetUserValueHeap and RtlGetU...
2006-06-23 Alex Ionescu- Hackplement RtlSetUserValueHeap and RtlGetUserInfoHea...
2006-06-23 Alex Ionescu- Fixes in source code required for the NDK update.
2006-06-23 Magnus Olsenbugfix : patch from w3seek bug 1620 : RTL: Fix a lockin...
2006-06-11 Alex Ionescu* Significant improve boot speed and debug log neatness:
2006-06-07 Magnus OlsenImplement %Fp now we have 25 fails with wine test for...
2006-06-06 Magnus Olsenusing uppercaps for %p instead lowercaps when it format...
2006-06-06 Magnus Olsenfixing some bugs for %c in the string version of printf
2006-06-06 Magnus Olsenfixing two more bugs in *printf strings version.
2006-06-06 Magnus Olsenimplement datatype I32 for *printf string version we...
2006-06-06 Magnus Olsenfixing 2 more fualt in msvcrt *printf api
2006-06-05 Hervé PoussineauChange some DPRINT1 to DPRINT, as they were prior revis...
2006-06-04 Magnus Olsenfixing one more of wine msvcrt printf test
2006-06-04 Magnus Olsenfixing 24 bugs in *printf string version. we are failin...
2006-05-28 Magnus Olsencopy number to numberf so people can bugfix it/rewrite it
2006-05-28 Magnus Olsenalmost last commit for full support of %e %E %f %g...
2006-05-28 Magnus Olsenstarteted implement float into sprintf, snprintf and...
2006-05-28 Magnus Olsenmaking one more wine msvcrt printf test pass
2006-05-28 Magnus Olsenfixing two hiden bug in reactos, null termante the...
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-05-10 Magnus Olsenbug 1467 : patch from w3seek, ACLs: Implement audit...
2006-04-10 Magnus OlsenRtlIntegerToUnicodeString
2006-04-05 Peter WardApplied patch by: Thomas Weidenmueller
2006-03-17 Aleksey Bragin- One more change to fix compile
2006-03-09 Ged Murphyunlock some RTL files and commit the patch from bug...
2006-03-04 Ged Murphy- Make ROS buildable with GCC 4.1
2006-02-18 Art YerkesChange remaining .xml build files to .rbuild and fixup...
2006-01-22 Thomas Bluemeltranslate the \\?\ prefix to \??\ in RtlDosPathNameToNt...
2006-01-05 Hervé PoussineauAdd some exports to ntdll
2006-01-03 Alex Ionescu- Fix shamefully dangerously broken Work Thread/Queue...
2006-01-01 Gé van GeldorpSilence debug message
2005-12-30 Thomas Bluemelfixed returned status code in RtlAnsiStringToUnicodeStr...
2005-12-29 Magnus Olsenrevert my last change to RtlClearAllBits for win32k...
2005-12-29 Magnus Olsensome case from win32k can call to RtlClearAllBits with...
2005-12-29 Alex IonescuFix kernel-mode executive atom implementation (mostly...
2005-12-21 Thomas Bluemelmake functions match their declarations
2005-12-21 James TaborFix compiling. Thanks to filip.
2005-12-20 Gé van GeldorpThe function epilog is responsible for removing the...
2005-12-18 Thomas Bluemelfixed error codes returned when memory allocations...
2005-12-17 Thomas Bluemelfixed the definition of RtlDosPathNameToNtPathName_U
2005-12-15 Thomas BluemelPatch by Brezenbak:
2005-12-11 Filip NavaraCheck for failed allocations. Spotted by Martin Bealby.
2005-12-11 Christoph von Wittichset eol-style:native
2005-12-10 Thomas Bluemelfixed calls to NtDuplicateObject
2005-12-08 Thomas Bluemelset eol-style to native
next