Age | Commit message (Expand) | Author |
2017-11-10 | COMMON: Add basic fixed-width word wrap to Common::String | Colin Snover |
2017-01-05 | COMMON: Add strnlen for safer C string length reads | Colin Snover |
2016-08-24 | JANITORIAL: Remove spaces at the end of the line | Alexander Tkachev |
2016-08-24 | COMMON: Add replace(String, String, String) | Alexander Tkachev |
2016-08-24 | COMMON: Add String::asUint64() | Alexander Tkachev |
2016-05-16 | COMMON: Add replace functions to Common and String. | Borja Lorente Escobar |
2016-01-26 | COMMON: Allow '#' to only match digits in matchString. | Johannes Schickel |
2016-01-06 | IOS: Moves the helper function were it is used. | Vincent Bénony |
2016-01-06 | IOS: Adds two helper functions on strings | Vincent Bénony |
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 |