aboutsummaryrefslogtreecommitdiff
path: root/src/string.h (follow)
AgeCommit message (Expand)Author
2011-03-30Ok, string stuff is working much, much better, a load of new unit tests haveMike Buland
2011-03-29String's replace function now doesn't get false positives on partial matches atMike Buland
2011-03-27I had a useless include and a silly macro defined in the header file of string.Mike Buland
2011-03-24This may really screw things up, but the trimBack function made no sense, soMike Buland
2011-03-18Wow, a lot has changed. String is not a template class, and it can do it's ownMike Buland
2011-01-20Fixed a really strang, really hard to nail down corner case in StringMike Buland
2011-01-20Wow, got the Stream changes propegated, all tests build with string instead ofMike Buland
2011-01-20Bu::FString is now String, and there's a shell script to fix any other programsMike Buland