aboutsummaryrefslogtreecommitdiff
path: root/src/fstring.cpp (unfollow)
AgeCommit message (Expand)Author
2009-09-21Stupid prepend. A prepend function was missing, and the prepend functionsMike Buland
2009-09-18Added a handy readLine function, I've been meaning to do this for a while.Mike Buland
2009-09-15Minor change, added a new constructor for lists that lets you append the firstMike Buland
2009-09-10Hey, minor updates to the formatter and a unit test, nothing important.Mike Buland
2009-09-09Fixed a unit test, and added some fixes and new queue functions to list, fuck itMike Buland
2009-09-09Fixed a minor assignment bug in shared core, assigning an object to itself wasMike Buland
2009-09-09Wow, that was stupid, default values weren't working since I switched toMike Buland
2009-09-04Wow, I should check this in the other containers. I should have known better,Mike Buland
2009-08-31Added a getDaysInMonth function, it'll live in util.{cpp,h} until I create anMike Buland
2009-08-28Corrected the iterator in Bu::Hash, and fixed the erase function in Bu::List,Mike Buland
2009-08-27Huh, the Bu::Cache::Ptr didn't have comparison operators, seems odd. I shouldMike Buland
2009-08-24Fixed a minor helper in Bu::MemBuf, and corrected some docs on Bu::Stream, theMike Buland
2009-08-22Pretty much just removed the debugging from SharedCore, it wasn't at fault, andMike Buland
2009-08-21Added loads of debugging to sharedcore, we're sure it's to blame, but not asMike Buland
2009-08-20Added a typedef to the cache, and most list manipulation functions now returnMike Buland
2009-08-14Massive freaking changes!!!Mike Buland