Alphabetical Index | Tags by Size | Find tag:

String

Authorship: 92% skyjake, 8% danij

View commits by groups

March 2020
2020-03-01 libcore : Removed redundant method
September 2019
2019-09-01 Added | libcore : Added missing += operator
May 2019
2019-05-20 libcore : Splitting an empty string
2019-05-18 Fixed | libcore : Use of uninitialized value
August 2018
2018-08-08 Debug : Check there are no extra null characters in strings
2018-08-02 Fixed | libcore : Reverse-iterating a multibyte string
July 2018
2018-07-19 Cleanup : More DRY definition of BytePos and CharPos
2018-07-19 Fixed | libcore : Extracting file name extension
June 2018
2018-06-27 Added | libcore | ScriptLex : Added a few missing methods
2018-06-18 libcore : Prepending individual characters
July 2017
2017-07-27 Added | libcore : Added a string conversion method
November 2016
2016-11-14 Added : Added a method for checking for words in a string
March 2016
2016-03-20 Added | libcore : Added printf-style formatting, utility methods
January 2016
2016-01-20 libcore : Joining a StringList
2016-01-19 Added | libcore : Added path concatenation operator
November 2014
2014-11-30 Added | Documentation | libcore : Added comment about default codec
2014-11-09 libcore | TokenBuffer : Case sensitive copy-free string equality method
2014-11-08 Fixed | libcore : Out-of-bounds memory access (leading to crash)
May 2014
2014-05-18 Added | libcore : Added method to make only the first character uppercase
March 2013
2013-03-24 Added | Tests : Added a further example of string formatting
February 2013
2013-02-05 Added | libdeng2 : Added length-restricted, case-insensitive string comparison
November 2012
2012-11-28 Fixed : Path concatenation assumed a Unix-style absolute path
October 2012
2012-10-23 libdeng2 : Typo
March 2012
2012-03-06 Added | Performance : Added Str append routines that don't allocate memory
February 2012
2012-02-22 : Improved interface to allow chaining of init functions