Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-03 | Fixed the broken Bu::TafReader, it was stopping the parse after the first '}', | Mike Buland | |
not the last... | |||
2007-11-30 | Fixed the overshoot in the Bu::TafReader, it was reading the lookahead character | Mike Buland | |
from the stream even when it should have known it was at the end, and then it was reading an extra character after that anyway :-P It is now fixed, and the stream is positioned at the character immediately after the closing } of the root taf group, great for things like the svtools. | |||
2007-11-30 | Added some helpers to fstring, and fixed a bug in Bu::Process, it wasn't closing | Mike Buland | |
the pipes properly, resulting in the child process going defunct and not dying, it also wasn't buffering properly, it now collects as much data as it can before returning from a read operation. | |||
2007-11-24 | Alright, *now* remove works. | Mike Buland | |
2007-11-23 | Ok, that was a strange bug... | Mike Buland | |
2007-11-23 | Bu::FString now has insert and remove functions, yay! | Mike Buland | |
2007-11-23 | Added the Process stream class, this will allow us to do some really cool stuff | Mike Buland | |
coming up...it's just like popen only cool and managed, and streamey. | |||
2007-11-19 | Added the Bu::StdStream Stream class, it's just a wrapper for writing to, | Mike Buland | |
reading from standard output/input. | |||
2007-11-15 | Final changes moving to the actually liscense-ified version, plus I fixed a | Mike Buland | |
compile error I introduced last commit. | |||
2007-11-15 | Added liscense info at the front of many, many files. Debating the old files. | Mike Buland | |
2007-11-15 | david - adding license tag to the top of all header files | David | |
2007-11-15 | david - example of license notice in hash.h | David | |