aboutsummaryrefslogtreecommitdiff
path: root/src/fstring.h (follow)
AgeCommit message (Expand)Author
2009-11-12I've started my campaign to clean up all of the header files in libbu++ as farMike Buland
2009-08-11Added some more functions to Bu::FBasicString, including a setSize function.Mike Buland
2009-01-07Only two real changes. First, Bu::FString and Bu::FBasicString are in differentMike Buland
2008-12-29Fixed some horror inside the Taf writer. It had a strange corner case whenMike Buland
2008-12-22Hey, corrected a minor issue in Bu::FString. Turns out C++ is hardass enoughMike Buland
2008-12-12All of those changes I thought I'd already committed. The taf writer handlesMike Buland
2008-09-24Something may be wrong.Mike Buland
2008-09-24Minor tweak, the newer version of the compiler had a couple of extra really goodMike Buland
2008-09-24Added a getSubStr function to Bu::FString, and more tests to the fstring unitMike Buland
2008-09-24Ok, now all the warnings are gone (except for those coming from nids, but that'sMike Buland
2008-09-15Whoa! Loads of NIDS work. It actually compiles, runs, and I'm optimizing theMike Buland
2008-09-15david - made precompiler not do wordexp stuff in expand function on win32 tar...David
2008-09-11Fixed some whacky old FBasicString hikinx. Basically it supports all the basic,Mike Buland
2008-09-04XML is important, I guess...Mike Buland
2008-02-07Just updated the copyright date.Mike Buland
2008-01-23Added a new helper to the Stream classes, a write function that takes a singleMike Buland
2007-12-12Corrected some issues with the new trace system. It's now working fine. It'...Mike Buland
2007-12-11Interum commit, fixing the bu directory.Mike Buland
2007-12-04Minor update to Bu::FString, it now always returns a valid C style string whenMike Buland
2007-11-30Added some helpers to fstring, and fixed a bug in Bu::Process, it wasn't closingMike Buland
2007-11-24Alright, *now* remove works.Mike Buland
2007-11-23Ok, that was a strange bug...Mike Buland
2007-11-23Bu::FString now has insert and remove functions, yay!Mike Buland
2007-11-23Added the Process stream class, this will allow us to do some really cool stuffMike Buland
2007-11-15david - adding license tag to the top of all header filesDavid
2007-11-08Bu::FString now has the functions format, formatAppend, and formatPrepend, allMike Buland
2007-11-01Just made some functions that are usable const labeled const so you can use themMike Buland
2007-10-20Just marked Bu::FString::c_str as deprecated, don't use it, it'll go away later.Mike Buland
2007-10-08More updates, I'll doc them later, http works, client is less picky.Mike Buland
2007-10-04Discovered that the Bu::Client::disconnect() function didn't do anything. ThatMike Buland
2007-09-04Added the Bu::FString::expand() function, which expands the string in placeMike Buland
2007-08-14Fixed a crash in the FString::prepend function on a null string corner case.Mike Buland
2007-08-05Minor FString change.Mike Buland
2007-08-05Bu::Fstring doesn't give that stupid return warning anymore.Mike Buland
2007-07-18Incorporated a patch contributed by Brandon CS Sanders that allows libbu++ toMike Buland
2007-07-11Fixed a horrifying FString bug.Mike Buland
2007-07-10OK, this time I really fixed it so that it compares raw strings and FStringsMike Buland
2007-07-10Updated the FString to const char * string comparison, it should work betterMike Buland
2007-07-10More FString updates, this one fixes the hashing and string comparison.Mike Buland
2007-07-10Fixed a bunch of stuff, I don't even know what...Mike Buland
2007-07-09Fixed a bug in a new constructor.Mike Buland
2007-07-09Removed the refconuting for now, it just copies the string. Obviously it isMike Buland
2007-07-03Added an assignment operator to get data from comparable std::basic_stringMike Buland
2007-06-30For now we have no const char * cast operator on FString, ISO C++ says that weMike Buland
2007-06-29A few changes here and there, mainly related to getting the new Server systemMike Buland
2007-06-28The FString has more things that it can do...now.Mike Buland
2007-06-28Many minor changes, hopefully the header fixes will keep future header macroMike Buland
2007-06-27More fstring stuff.Mike Buland
2007-06-27Added more functions to fstring, now it has isSet and a bool cast operator.Mike Buland
2007-06-26Fixed a minor bug in FString, and added the Logger and a test...it's cool, andMike Buland