aboutsummaryrefslogtreecommitdiff
path: root/src/unit/string.unit (follow)
AgeCommit message (Collapse)Author
2012-04-15Updated copyright, packaging, makefile, etc.Mike Buland
2011-03-30Ok, string stuff is working much, much better, a load of new unit tests haveMike Buland
been added, and I deleted a whole slew of stupid old tests that I don't need.
2011-03-29String's replace function now doesn't get false positives on partial matches atMike Buland
the end of strings. Build should work much better now.
2011-03-19The rest of libbu++ is corrected as far as the now Bu::String toUpper/toLowerMike Buland
semantics go as well as switching everything to the new string formatting code.
2011-02-04Some tweaks to the string unit test.Mike Buland
2011-01-20Fixed a really strang, really hard to nail down corner case in StringMike Buland
2011-01-20Heh, forgot to rename the two fstring tests.Mike Buland