Age | Commit message (Expand) | Author |
2009-12-30 | Get rid of Common::String::emptyString, and also of some port specific hacker... | Max Horn |
2009-10-12 | Fix broken size in Common::String::printf output in MSVC | Willem Jan Palenstijn |
2009-10-03 | Use buffer in Common::String::printf slightly more efficiently | Willem Jan Palenstijn |
2009-10-01 | Fix Common::String::printf in MSVC | Willem Jan Palenstijn |
2009-09-23 | COMMON: Add "ignoreCase" parameter to matchString. | Johannes Schickel |
2009-07-25 | Formatting | Eugene Sandulenko |
2009-07-25 | Add Common::String::printf to format a string | Willem Jan Palenstijn |
2009-06-07 | Fixed appending a (substring of a) string to itself | Max Horn |
2009-06-07 | Added some new method variants to Common::String | Max Horn |
2009-05-04 | Fixed new[] / delete mismatch in Common::String | Max Horn |
2009-05-03 | COMMON: Check for failed memory allocations; changed Common::String to use ne... | Max Horn |
2009-02-15 | Merged internal 'matchPath' method of class Archive into global matchString f... | Max Horn |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-10-12 | COMMON: Added a new ObjectPool class, with matching operator new/delete overl... | Max Horn |
2008-10-02 | Ignore String::deleteLastChar when called on an empty string | Max Horn |
2008-09-24 | Changed Common::String to use a MemoryPool for its refcounts | Max Horn |
2008-09-20 | Little readability tweak | Max Horn |
2008-09-05 | Optimized matchString for the common case where there is a trailing * (if tha... | Max Horn |
2008-09-05 | Moved matchString from util.* to str.*; added new String::matchString method;... | Max Horn |
2008-09-03 | Fix nasty off-by-one errors | Max Horn |
2008-09-03 | Modified Common::Str to use exponential growth for its storage; also changed ... | Max Horn |
2008-09-02 | Added two new global funcs which ease proper handling of 'path' strings: Comm... | Max Horn |
2008-08-20 | Unified member names in container/storage classes Array, HashMap and String: ... | Max Horn |
2008-07-23 | Reorder stuff a little bit, moving private String methods together: cleanup | Max Horn |
2008-07-23 | Added convenience method String::makeUnique(); simplified String::operator=(c... | Max Horn |
2008-07-23 | Fix String::trim to work right for shared strings; augemented test cases to c... | Max Horn |
2008-07-22 | Added String::trim() method | Max Horn |
2008-07-20 | Fixed potential issue in Common::String when asserting a substring of a strin... | Max Horn |
2008-03-30 | Removed char &operator [] from class String -- it had the potential to wreak ... | Max Horn |
2008-02-08 | Added a simple non-optimized StringTokenizer-class for tokenizing strings. Al... | Kari Salminen |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-06-02 | Enhanced Common::String by adding char constructor and operator+ for chars | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-15 | Added Common::String::contains() method | Max Horn |
2007-03-09 | Removing some unnecessary #includes | Max Horn |
2007-02-13 | made rtrim() and ltrim() global functions, to reduce code duplication (it see... | Gregory Montoir |
2006-12-17 | replace ensureCapacity(_len-1) by ensureCapacity(_len) (fixes bug #1617410) | Willem Jan Palenstijn |
2006-11-27 | Changed the way String::_storage is initialised, to help GCC 2.95 (see tracke... | Gregory Montoir |
2006-09-30 | Rewrote class String to use an internal (stack based) storage for small strin... | Max Horn |
2006-07-30 | Added explicit string equals/hash functors to a new header common/hash-str.h;... | Max Horn |
2006-07-30 | Added new equals(IgnoreCase) and compareTo(IgnoreCase) methods to class String | Max Horn |
2006-06-10 | Patch #1503718: "Strange results from Common::computeCapacity" | Eugene Sandulenko |
2006-06-05 | Lazily allocate _refCount in class String | Max Horn |
2006-06-04 | When ensureCapacity() does not have an old string to copy, make sure the newly | Torbjörn Andersson |
2006-06-03 | Allocate and grow Common::String objects in multiples of 32, and leave at lea... | Max Horn |
2006-06-02 | Fix mingw compile | Travis Howell |
2006-06-02 | Allocate minimum 16 bytes on String(str) call. Reduces 2.500 malloc() calls | Eugene Sandulenko |
2006-04-16 | Fixed evil longstanding bug in String::toLowercase & toUppercase: Before modi... | Max Horn |
2006-04-14 | Tiny optimization for empty strings, which avoids allocating a single byte ju... | Max Horn |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |