- Oops.. fix a bug in RtlRemoveUnicodePrefix: edit the parent, not the entry itself.
[reactos.git] / reactos / lib / rtl / atom.c
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...