Age | Commit message (Expand) | Author |
2014-08-29 | COMMON: Fix some Doxygen comments that seem wrong. | Einar Johan Trøan Sømåen |
2014-02-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-11-23 | COMMON: Document Common::String::unsigned_type. | Johannes Schickel |
2013-11-23 | COMMON: Add underlying type names to Common::String. | Johannes Schickel |
2013-06-20 | COMMON: Add erase method to String class | richiesams |
2011-08-07 | COMMON: Remove superfluous Common:: qualifiers. | Christoph Mallon |
2011-06-18 | COMMON: Add vformat() function (Common::String analog to vsprintf) | Max Horn |
2011-05-31 | COMMON: Move scumm_str(n)icmp declaration to str.h | Max Horn |
2011-05-25 | ALL: behaviour -> behavior | Matthew Hoops |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2010-12-01 | ALL: Fix a few typos | Jordi Vilalta Prat |
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn |
2010-10-18 | Revert "COMMON: Implement Common::vprintf(). Patch by littleboy" | Eugene Sandulenko |
2010-10-18 | COMMON: Implement Common::vprintf(). Patch by littleboy | Eugene Sandulenko |
2010-07-05 | Note Common::String's behaviour may be undefined with \0 characters. | Willem Jan Palenstijn |
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 |