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-05-13 | Added license info to the top of the remaining files. I should add a check for | Mike Buland | |
that to the build file or something... | |||
2010-04-07 | Corrected a long standing yet seldom witnessed hash bug. It was triggered when | Mike Buland | |
a hashtable was filled, then some items were removed, then enough items were added to trigger a rehash. |