aboutsummaryrefslogtreecommitdiff
path: root/common/str.h
AgeCommit message (Expand)Author
2019-12-10COMMON: Added helper function to produce printable stringsEugene Sandulenko
2019-10-19COMMON: Moved string encoding to separate fileEugene Sandulenko
2019-10-18COMMON: Added String::find()Eugene Sandulenko
2019-03-03COMMON: Allow '\#' to match '#' in matchStringsluicebox
2018-10-14COMMON: Add mutex to protect access to the String memory poolThierry Crozat
2018-08-18COMMON: Move new_strdup to common/str.cppCameron Cawley
2018-04-30GUI: Make the tab completion case insensitive in the debug consoleBastien Bouclet
2018-04-15JANITORIAL: Fix whitespaceAdrian Frühwirth
2017-11-10COMMON: Add basic fixed-width word wrap to Common::StringColin Snover
2017-01-05COMMON: Add strnlen for safer C string length readsColin Snover
2016-08-24JANITORIAL: Remove spaces at the end of the lineAlexander Tkachev
2016-08-24COMMON: Add replace(String, String, String)Alexander Tkachev
2016-08-24COMMON: Add String::asUint64()Alexander Tkachev
2016-05-16COMMON: Add replace functions to Common and String.Borja Lorente Escobar
2016-01-26COMMON: Allow '#' to only match digits in matchString.Johannes Schickel
2016-01-06IOS: Moves the helper function were it is used.Vincent Bénony
2016-01-06IOS: Adds two helper functions on stringsVincent Bénony
2014-08-29COMMON: Fix some Doxygen comments that seem wrong.Einar Johan Trøan Sømåen
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-23COMMON: Document Common::String::unsigned_type.Johannes Schickel
2013-11-23COMMON: Add underlying type names to Common::String.Johannes Schickel
2013-06-20COMMON: Add erase method to String classrichiesams
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