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
/
fbasicstring.h
(
follow
)
Age
Commit message (
Expand
)
Author
2009-07-31
Silly, the new g++ complained about some "style." Now it doesn't.
Mike Buland
2009-07-31
Added a character based splitting function to FBasicString and made more of the
Mike Buland
2009-06-16
The Bu::FBasicString::iterator and const_iterator didn't have != comparsion
Mike Buland
2009-06-15
Changed a couple of comparison functions to const.
Mike Buland
2009-04-23
Hey, FBasicString throws exceptions when you try to use the index operator and
Mike Buland
2009-04-16
Hey, the list code is better, also, I fixed some stuff in socket (the
Mike Buland
2009-04-10
Added some new goodness to the fbasicstring, fixing some inconsistancies and
Mike Buland
2009-02-27
Fixed a bug in Bu::FString, it wouldn't concatinate properly when using the +
Mike Buland
2009-02-24
david - apparently the mingw compiler has a couple issues...
David
2009-02-24
Corrected some iterator confusion in FString and added a helper to
Mike Buland
2009-02-08
So many updates. I recommend using the new FString iterators instead of direct
Mike Buland
2009-01-07
Only two real changes. First, Bu::FString and Bu::FBasicString are in different
Mike Buland