Fix some .rbuild file problems
[reactos.git] / reactos / lib / rtl / atom.c
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-02 Alex Ionescu- Fix some rtl warnings on /W3.
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2005-12-29 Alex IonescuFix kernel-mode executive atom implementation (mostly...
2005-11-22 Alex Ionescu- Define DECLSPEC_ADDRSAFE and FORCEINLINE for gcc...
2005-10-19 Alex Ionescu- NDK fix: don't undef a million status codes, instead...
2005-09-24 Gunnar Dalsnes-include/ndk/rtltypes.h: add MAX_ATOM_LEN define
2005-09-23 Gé van GeldorpFix RtlQueryAtomInAtomTable and add regression tests
2005-09-22 Gé van GeldorpReturn atom length when requested. Fixes bug 793.
2005-09-08 Alex Ionescu- Part one of major RTL cleanup. Merge duplicated code...
2005-08-03 Filip NavaraFix name length handing in RtlQueryAtomInAtomTable.
2005-08-03 Filip Navara- Implement !DeletePinned case in RtlEmptyAtomTable.
2005-08-01 Filip NavaraFix locking in RtlPinAtomInAtomTable.
2005-07-26 Filip Navara#include "rtl.h" -> #include <rtl.h>
2005-06-28 Gé van GeldorpStart off atoms in life with a ReferenceCount of 1
2005-06-24 Thomas Bluemel- Moved ntdll's atom table implementation to rtl, rewro...