aboutsummaryrefslogtreecommitdiff
path: root/common/str.h
AgeCommit message (Expand)Author
2011-08-07COMMON: Remove superfluous Common:: qualifiers.Christoph Mallon
2011-06-18COMMON: Add vformat() function (Common::String analog to vsprintf)Max Horn
2011-05-31COMMON: Move scumm_str(n)icmp declaration to str.hMax Horn
2011-05-25ALL: behaviour -> behaviorMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-12-01ALL: Fix a few typosJordi Vilalta Prat
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-10-18Revert "COMMON: Implement Common::vprintf(). Patch by littleboy"Eugene Sandulenko
2010-10-18COMMON: Implement Common::vprintf(). Patch by littleboyEugene Sandulenko
2010-07-05Note Common::String's behaviour may be undefined with \0 characters.Willem Jan Palenstijn
2010-05-30Typo fixes.Johannes Schickel
2010-05-30Fix non-const version of Common::String::begin.Johannes Schickel
2010-05-05Add a custom implementation of OpenBSD's strlcat and strlcpy.Johannes Schickel
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2010-03-18COMMON: Move tag2str from util.h to str.hMax Horn
2010-01-31Slight formatting fixes to comply to our coding guidelines.Johannes Schickel
2009-12-30Get rid of Common::String::emptyString, and also of some port specific hacker...Max Horn
2009-09-23COMMON: Add "ignoreCase" parameter to matchString.Johannes Schickel
2009-07-25Add Common::String::printf to format a stringWillem Jan Palenstijn
2009-06-07Added some new method variants to Common::StringMax Horn
2009-05-08Clarified docstring for String::insertCharMax Horn
2009-04-22COMMON: changed class StringList to a simple typedef; enhanced the Common::Ar...Max Horn
2009-04-01Formatting.Johannes Schickel
2009-02-15Merged internal 'matchPath' method of class Archive into global matchString f...Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-09-27Fixed a nasty bug in SearchManager::addDirectory; made the 'char' constructor...Max Horn
2008-09-24Changed builtin Common::String capacity to 24 (on 32 bit systems), to make si...Max Horn
2008-09-05Moved matchString from util.* to str.*; added new String::matchString method;...Max Horn
2008-09-02Added two new global funcs which ease proper handling of 'path' strings: Comm...Max Horn
2008-08-26And for all of those who love recompiling most of ScummVM... fixed typo prope...Johannes Schickel
2008-08-26Fixed typo. (Thanks to salty-horse for spotting it).Johannes Schickel
2008-08-20Unified member names in container/storage classes Array, HashMap and String: ...Max Horn
2008-07-23Added convenience method String::makeUnique(); simplified String::operator=(c...Max Horn
2008-07-22Added String::trim() methodMax Horn
2008-07-20Fixed potential issue in Common::String when asserting a substring of a strin...Max Horn
2008-03-30Removed char &operator [] from class String -- it had the potential to wreak ...Max Horn
2008-03-30Dropped superfluous 'virtual' keyword (saves us a few bytes for each String)Max Horn
2008-02-08Added a simple non-optimized StringTokenizer-class for tokenizing strings. Al...Kari Salminen
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-06-02Enhanced Common::String by adding char constructor and operator+ for charsMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-15Added Common::String::contains() methodMax Horn
2007-03-09Removing some unnecessary #includesMax Horn
2007-02-13made rtrim() and ltrim() global functions, to reduce code duplication (it see...Gregory Montoir
2006-11-27Changed the way String::_storage is initialised, to help GCC 2.95 (see tracke...Gregory Montoir
2006-09-30Rewrote class String to use an internal (stack based) storage for small strin...Max Horn
2006-07-30Added new equals(IgnoreCase) and compareTo(IgnoreCase) methods to class StringMax Horn
2006-06-05Lazily allocate _refCount in class StringMax Horn
2006-06-03Allocate and grow Common::String objects in multiples of 32, and leave at lea...Max Horn