Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-15 | (svn r15718) -Cleanup: apply some comment coding style on the rest of the ↵ | rubidium | |
sources too | |||
2009-03-14 | (svn r15711) -Codechange: lots of whitespace cleanup/fixes | rubidium | |
2009-01-30 | (svn r15296) -Cleanup: remove redundant _MSC_VER >= 1400 checks, older ↵ | smatz | |
versions aren't supported anymore. One check in stdafx.h is enough | |||
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-08-03 | (svn r10778) -Fix: one-liners to allow MSVC and WINCE to work together (or ↵ | truelight | |
anyway, a step towards that goal) -Fix: put DEBUG lines under WINCE via a function designed for just that under WINCE | |||
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-06-29 | (svn r10389) -Add: CStrA, CStrCiA, CStrW, CStrCiW - case ↵ | KUDr | |
sensitive/insensitive ANSI/UNICODE string classes that support formatted (sprintf like) output. |