Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-07 | The Bu::Socket::getAddress function was always getting the local name of the | Mike Buland | |
socket, i.e. your address, not the client's address. That's not what I had intended, but it'd be nice to have later. This is corrected now. | |||
2007-09-05 | Fixed a couple of uber-minor compilation bugs. | Mike Buland | |
2007-09-05 | This commit has part of an Array class, I'm just not sure I really need it | Mike Buland | |
right now. Unfortunately it doesn't compile right now, if you want to build this version, just delete array. On the other hand, Bu::List now has enqueue/dequeue functions. | |||
2007-09-04 | Added the Bu::FString::expand() function, which expands the string in place | Mike Buland | |
using system variables and special tokens, such as ~name and ~/... I like this, and think that it's ample precedent for adding things like format(), formatAppend(), and formatPrepend(), which would all rock. | |||
2007-08-28 | Minor change that may break some other programs in a very minor way, changed | Mike Buland | |
the name of Bu::Hash::size() to Bu::Hash::getSize() to be consistant accross the system. | |||
2007-08-26 | Corrected a bug in the Bu::TafReader, it was getting confused when a stray colon | Mike Buland | |
(common in web addresses) was put in the middle of a property list, now it doesn't get confused, it just complains bitterly and refuses to work. | |||
2007-08-23 | The list now supports insertSorted, and the UnitSuite supports more options, | Mike Buland | |
including StopOnError and handling/reporting of external exceptions. | |||
2007-08-16 | Lists now archive. Yippie! | Mike Buland | |
2007-08-14 | Fixed a crash in the FString::prepend function on a null string corner case. | Mike Buland | |
Also added more tests to the FString unit tests and switched the ParamProc to using FString instead of std::string, this will break a few programs in very minor ways, a few seconds each to fix, I'd say. | |||
2007-08-05 | Minor FString change. | Mike Buland | |
2007-08-05 | Bu::Fstring doesn't give that stupid return warning anymore. | Mike Buland | |
2007-08-05 | Ok, the set looks like it works. That's kinda' cool. It could use a few more | Mike Buland | |
operators, but that's a minor issue. | |||
2007-08-05 | Set is just a copy of hash for now. It'd be cool if they could be linked, not | Mike Buland | |
really sure how that could happen easily. | |||
2007-07-25 | I took the cheap way out and added the filename to the exceptions generated by | Mike Buland | |
the file class. This is probably a good idea anyway, but it feels like a silly fix to another problem. |