aboutsummaryrefslogtreecommitdiff
path: root/src/fbasicstring.h (follow)
AgeCommit message (Expand)Author
2010-05-26Fixed most of the compilation warnings, and a valgrind warning in the fstring'sMike Buland
2010-05-20Added some tweaks to array and fbasicstring.Mike Buland
2010-05-16Added operators <= and >= to the FBasicString.Mike Buland
2010-05-03Minor corner case fix in the comparison code.Mike Buland
2010-05-02wow, bug fixes everywhere.Mike Buland
2010-03-31Removed the bool cast operator from FBasicString. It turns out it was causingMike Buland
2010-03-03I think I just changed whitespace...Mike Buland
2010-02-13Added and updated the license info in all the source files, they still saidMike Buland
2010-02-11Started working on a CSV reader, it's pretty much done, the CSV writer is justMike Buland
2010-01-07Added a function that really should have always been in FString...Mike Buland
2009-12-21Added a trimBack fonction to FBasicString that removes all occurances of onceMike Buland
2009-12-15Bugfix in Bu::FBasicString for null string comparisons.Mike Buland
2009-11-24Added a replace function to fstring...sweeet.Mike Buland
2009-11-12I've started my campaign to clean up all of the header files in libbu++ as farMike Buland
2009-10-16Although this looks like a load of code changes, this represents no functionalMike Buland
2009-09-21Stupid prepend. A prepend function was missing, and the prepend functionsMike Buland
2009-09-09Fixed a minor assignment bug in shared core, assigning an object to itself wasMike Buland
2009-08-21Added loads of debugging to sharedcore, we're sure it's to blame, but not asMike Buland
2009-08-14Massive freaking changes!!!Mike Buland
2009-08-11Added some more functions to Bu::FBasicString, including a setSize function.Mike Buland
2009-08-09Really, just a lot of documenting.Mike Buland
2009-07-31Silly, the new g++ complained about some "style." Now it doesn't.Mike Buland
2009-07-31Added a character based splitting function to FBasicString and made more of theMike Buland
2009-06-16The Bu::FBasicString::iterator and const_iterator didn't have != comparsionMike Buland
2009-06-15Changed a couple of comparison functions to const.Mike Buland
2009-04-23Hey, FBasicString throws exceptions when you try to use the index operator andMike Buland
2009-04-16Hey, the list code is better, also, I fixed some stuff in socket (theMike Buland
2009-04-10Added some new goodness to the fbasicstring, fixing some inconsistancies andMike Buland
2009-02-27Fixed a bug in Bu::FString, it wouldn't concatinate properly when using the +Mike Buland
2009-02-24david - apparently the mingw compiler has a couple issues...David
2009-02-24Corrected some iterator confusion in FString and added a helper toMike Buland
2009-02-08So many updates. I recommend using the new FString iterators instead of directMike Buland
2009-01-07Only two real changes. First, Bu::FString and Bu::FBasicString are in differentMike Buland