- Implement cases 2 & 4 of RtlSplayTree
[reactos.git] / reactos / lib / string /
2005-10-27 Christoph von Wittichrenamed some .S files (msvc fix)
2005-10-19 Alex Ionescu- NDK fix: don't undef a million status codes, instead...
2005-09-15 Andrew MungerFix release build of string library
2005-09-08 Alex Ionescu- Move s(w)printf to rtl (cannot be shared in string...
2005-09-08 Alex IonescuShare more duplicated functions
2005-09-08 Alex IonescuDon't duplicate string and ctype functions 2 (or even...
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-07-24 Martin Fuchsset eol-style for most xml files
2005-07-03 Hervé PoussineauDelete unused makefiles
2005-06-17 Alex IonescuFix strpbrk
2005-06-16 Hervé PoussineauUse <ifnot property="ARCH" value="i386"> instead of...
2005-06-15 Hartmut BirrAdd an optimized version of strpbrk to the string library.
2005-06-15 Hartmut BirrUsed the assembler source for the i386 architecture.
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Casper HornstrupGenerate proxy makefiles
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-12 Casper HornstrupMerge 12736:14980 from trunk
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-05 Alex IonescuUse w32api... hope this does something? Just trying...
2005-03-05 Casper HornstrupCopy msiexec from trunk
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-09 Casper Hornstrup* Nasm support
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-11-27 Casper Hornstrup2004-11-27 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-28 Gé van Geldorpstrncpy does add NUL bytes to fill dest buffer completely,
2004-01-27 Gé van GeldorpDon't write more nul bytes than necessary
2003-08-07 Royce Mitchell III* added _DISABLE_TIDENTS macro to disable any ANSI...
2003-07-06 KJK::Hyperion - apps/utils/tickcount/tickcount.c: corrected assertion
2003-06-28 guidostill more .cvsignore maintenance
2003-06-09 Hartmut Birr- Moved strspn and strcspn to the string library.
2003-06-04 Hartmut Birr- Implemented memmove fot i386 with assembler.
2003-06-01 Hartmut Birr- Added memccpy.
2003-06-01 Hartmut Birr- Fixed a bug in the section which makes the destinatio...
2003-05-28 Casper Hornstrup2003-05-28 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-27 Hartmut Birr- Added static string library.