index
:
libbu++.git
bigchange
main
myriad
System level, general purpose C++ library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
unit
/
fstring.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
2008-12-22
Hey, corrected a minor issue in Bu::FString. Turns out C++ is hardass enough
Mike Buland
2008-09-24
Added a getSubStr function to Bu::FString, and more tests to the fstring unit
Mike Buland
2008-09-11
Fixed some whacky old FBasicString hikinx. Basically it supports all the basic,
Mike Buland
2008-02-07
Just updated the copyright date.
Mike Buland
2007-12-11
Fixed the bu directory, now the code should compile and be usable even
Mike Buland
2007-11-24
Alright, *now* remove works.
Mike Buland
2007-11-23
Bu::FString now has insert and remove functions, yay!
Mike Buland
2007-11-15
Added liscense info at the front of many, many files. Debating the old files.
Mike Buland
2007-08-14
Fixed a crash in the FString::prepend function on a null string corner case.
Mike Buland
2007-07-18
Incorporated a patch contributed by Brandon CS Sanders that allows libbu++ to
Mike Buland
2007-07-10
OK, this time I really fixed it so that it compares raw strings and FStrings
Mike Buland
2007-04-10
Well, we've got the basis of a workable unit test harness thing. There should
Mike Buland