Use correct format for arguments in debug messages
[reactos.git] / reactos / lib / rtl / registry.c
2005-12-08 Hervé PoussineauUse correct format for arguments in debug messages
2005-10-19 Alex Ionescu- NDK fix: don't undef a million status codes, instead...
2005-09-08 Alex Ionescu- Part one of major RTL cleanup. Merge duplicated code...
2005-07-26 Filip Navara#include "rtl.h" -> #include <rtl.h>
2005-07-20 Thomas Bluemel- Removed the Rtlp* string functions from the shared...
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-08 Alex IonescuMake rtl use a single header. Helps for PCH and will...
2005-05-06 Thomas Bluemelcreate a token handle with TOKEN_QUERY access rights...
2005-05-05 Hervé PoussineauSVN maintenance: Set eol style to native and add keywords
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-23 Thomas Bluemeladded more irql checks
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-01-23 Thomas Bluemelget rid of the reactos-only RTL_REGISTRY_ENUM flag...
2005-01-21 Alex IonescuFirst patch to fix seriously broken ROS (thank Thomas...
2005-01-18 Gunnar Dalsnesreplace heap allocs with pool allocs (cant use heap...
2005-01-18 Alex IonescuShare duplicated Rtl code. I've taken care to use the...