summaryrefslogtreecommitdiff
path: root/src/misc/str.hpp
AgeCommit message (Collapse)Author
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add ↵rubidium
something more than whitespace as description of files that don't have a description.
2007-07-14(svn r10562) -Fix: most of the MorphOS issues; MorphOS doesn't know about ↵rubidium
wchars, so disable all code that has to use wchars for MorphOS.
2007-07-04(svn r10427) -Fix: snprintf behaves differently in gcc than in VC causing ↵KUDr
unreadable artifacts in output. Now CStrT::AddFormatL() should behave correctly also when compiled by gcc (Rubidium)
2007-06-29(svn r10389) -Add: CStrA, CStrCiA, CStrW, CStrCiW - case ↵KUDr
sensitive/insensitive ANSI/UNICODE string classes that support formatted (sprintf like) output.