aboutsummaryrefslogtreecommitdiff
path: root/src/sbuffer.cpp (follow)
AgeCommit message (Collapse)Author
2007-04-03Ok, no code is left in src, it's all in src/old. We'll gradually move code backMike Buland
into src as it's fixed and re-org'd. This includes tests, which, I may write a unit test system into libbu++ just to make my life easier.
2007-02-17Tweaked the stream classes, added an example, and the begining of a formulaMike Buland
parser.
2006-11-21Everything in libbu++ now passes -Wall, this should have been done a long timeMike Buland
ago.
2006-11-02Added the SBuffer class, a memory buffer that can be used like a stream. Yay!Mike Buland