Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-20 | Wow, got the Stream changes propegated, all tests build with string instead of | Mike Buland | |
fstring, and updated the copyright notice to extend to 2011 | |||
2011-01-20 | Bu::FString is now String, and there's a shell script to fix any other programs | Mike Buland | |
that were using fstring, I hope. | |||
2010-10-06 | Changed the Bu::Heap to allow iteration, and added lots of cool features to | Mike Buland | |
Bu::MiniCron. | |||
2010-06-21 | Both Bu::Variant and Bu::MiniCron failed to cleanup behind themselves in some | Mike Buland | |
cases. This has been fixed. | |||
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland | |
copyright 2007-2008. | |||
2010-01-14 | Created the minicron system. This is a cute little cron like implementation | Mike Buland | |
that allows a program to signal slots on a schedule, possibly a dynamic schedule. |