index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
str.cpp
Age
Commit message (
Expand
)
Author
2017-01-05
COMMON: Add strnlen for safer C string length reads
Colin Snover
2016-08-24
COMMON: Add replace(String, String, String)
Alexander Tkachev
2016-08-24
COMMON: Add String::asUint64()
Alexander Tkachev
2016-05-28
COMMON: Fix warning about shadowing class members
Eugene Sandulenko
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
2014-02-18
COMMON: Make GPL headers consistent in themselves.
Johannes Schickel
2013-06-20
COMMON: Add erase method to String class
richiesams
2013-03-20
COMMON: Fix assert condition in String::setChar()
Thierry Crozat
2013-01-26
JANITORIAL: Enforce "} // End of namespace" with a single space after }.
Johannes Schickel
2012-12-13
COMMON: Add wrapper for isprint.
Johannes Schickel
2012-02-21
Merge pull request #182 from fingolfin/forbid-ctype
Willem Jan Palenstijn
2012-02-16
COMMON: Fix typo
Max Horn
2012-02-15
ALL: Avoid using is* macros from ctype.h
Max Horn
2011-06-23
ANALYSIS: Add static casts to is* functions
Littleboy
2011-06-18
COMMON: Add vformat() function (Common::String analog to vsprintf)
Max Horn
2011-06-03
COMMON: Let Common::normalizePath normalize '..' in paths
Max Horn
2011-05-23
COMMON: Provide our own implementations for scumm_str(n)icmp
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
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-10-10
COMMON: work around different vsnprintf behaviour on IRIX
Joost Peters
2010-09-07
COMMON: Fix edge case for wildcard in matchString
Willem Jan Palenstijn
2010-08-17
COMMON: fix MSVC assert when using umlauts (or other characters > 127) in the...
Florian Kagerer
2010-08-17
COMMON: Remove redundant include from str.cpp
Eugene Sandulenko
2010-08-16
Common: Fix bug in lastPathComponent.
Johannes Schickel
2010-07-05
Note Common::String's behaviour may be undefined with \0 characters.
Willem Jan Palenstijn
2010-06-19
Fix an issue in String::ensureCapacity() when the string is shared. It could ...
Thierry Crozat
2010-05-05
Add a custom implementation of OpenBSD's strlcat and strlcpy.
Johannes Schickel
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-10-12
Fix broken size in Common::String::printf output in MSVC
Willem Jan Palenstijn
2009-10-03
Use buffer in Common::String::printf slightly more efficiently
Willem Jan Palenstijn
2009-10-01
Fix Common::String::printf in MSVC
Willem Jan Palenstijn
2009-09-23
COMMON: Add "ignoreCase" parameter to matchString.
Johannes Schickel
2009-07-25
Formatting
Eugene Sandulenko
2009-07-25
Add Common::String::printf to format a string
Willem Jan Palenstijn
2009-06-07
Fixed appending a (substring of a) string to itself
Max Horn
2009-06-07
Added some new method variants to Common::String
Max Horn
2009-05-04
Fixed new[] / delete mismatch in Common::String
Max Horn
2009-05-03
COMMON: Check for failed memory allocations; changed Common::String to use ne...
Max Horn
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-10-12
COMMON: Added a new ObjectPool class, with matching operator new/delete overl...
Max Horn
2008-10-02
Ignore String::deleteLastChar when called on an empty string
Max Horn
2008-09-24
Changed Common::String to use a MemoryPool for its refcounts
Max Horn
2008-09-20
Little readability tweak
Max Horn
2008-09-05
Optimized matchString for the common case where there is a trailing * (if tha...
Max Horn
[next]