Age | Commit message (Expand) | Author |
2010-05-30 | Typo fixes. | Johannes Schickel |
2010-05-30 | Fix non-const version of Common::String::begin. | Johannes Schickel |
2010-05-05 | Add a custom implementation of OpenBSD's strlcat and strlcpy. | Johannes Schickel |
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn |
2010-03-18 | COMMON: Move tag2str from util.h to str.h | Max Horn |
2010-01-31 | Slight formatting fixes to comply to our coding guidelines. | Johannes Schickel |
2009-12-30 | Get rid of Common::String::emptyString, and also of some port specific hacker... | Max Horn |
2009-09-23 | COMMON: Add "ignoreCase" parameter to matchString. | Johannes Schickel |
2009-07-25 | Add Common::String::printf to format a string | Willem Jan Palenstijn |
2009-06-07 | Added some new method variants to Common::String | Max Horn |
2009-05-08 | Clarified docstring for String::insertChar | Max Horn |
2009-04-22 | COMMON: changed class StringList to a simple typedef; enhanced the Common::Ar... | Max Horn |
2009-04-01 | Formatting. | Johannes Schickel |
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-09-27 | Fixed a nasty bug in SearchManager::addDirectory; made the 'char' constructor... | Max Horn |
2008-09-24 | Changed builtin Common::String capacity to 24 (on 32 bit systems), to make si... | Max Horn |
2008-09-05 | Moved matchString from util.* to str.*; added new String::matchString method;... | Max Horn |
2008-09-02 | Added two new global funcs which ease proper handling of 'path' strings: Comm... | Max Horn |
2008-08-26 | And for all of those who love recompiling most of ScummVM... fixed typo prope... | Johannes Schickel |
2008-08-26 | Fixed typo. (Thanks to salty-horse for spotting it). | Johannes Schickel |
2008-08-20 | Unified member names in container/storage classes Array, HashMap and String: ... | Max Horn |
2008-07-23 | Added convenience method String::makeUnique(); simplified String::operator=(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-03-30 | Dropped superfluous 'virtual' keyword (saves us a few bytes for each String) | Max Horn |
2008-02-08 | Added a simple non-optimized StringTokenizer-class for tokenizing strings. Al... | Kari Salminen |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
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-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 new equals(IgnoreCase) and compareTo(IgnoreCase) methods to class String | Max Horn |
2006-06-05 | Lazily allocate _refCount in class String | Max Horn |
2006-06-03 | Allocate and grow Common::String objects in multiples of 32, and leave at lea... | Max Horn |
2006-06-02 | Allocate minimum 16 bytes on String(str) call. Reduces 2.500 malloc() calls | Eugene Sandulenko |
2006-03-28 | Renamed various container isEmpty() methods to empty() to match STL conventions | Max Horn |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-11-27 | Patch #1341626: "New GP32 port" | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-10-08 | PalmOS: cannot use global objects in ARM | Chris Apers |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-05-15 | Added String::iterator | Max Horn |
2005-02-06 | Added String::hasSuffix and hasPrefix | Max Horn |