Alphabetical Index | Tags by Size | Find tag:

String (Grouped)

Authorship: 92% skyjake, 8% danij

View commits by date

Jump down to:
  libcore (16)
  Added (11)
  Fixed (5)
  libdeng2 (2)
  Cleanup (1)
  Debug (1)
  Documentation (1)
  Performance (1)
  ScriptLex (1)
  Tests (1)
  TokenBuffer (1)
February 2012
2012-02-22 : Improved interface to allow chaining of init functions

  libcore (16) — String

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-02 Fixed | libcore : Reverse-iterating a multibyte string
July 2018
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
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

↑ Back to top

  Added (11) — String

September 2019
2019-09-01 Added | libcore : Added missing += operator
June 2018
2018-06-27 Added | libcore | ScriptLex : Added a few missing methods
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-19 Added | libcore : Added path concatenation operator
November 2014
2014-11-30 Added | Documentation | libcore : Added comment about default codec
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
March 2012
2012-03-06 Added | Performance : Added Str append routines that don't allocate memory

↑ Back to top

  Fixed (5) — String

May 2019
2019-05-18 Fixed | libcore : Use of uninitialized value
August 2018
2018-08-02 Fixed | libcore : Reverse-iterating a multibyte string
July 2018
2018-07-19 Fixed | libcore : Extracting file name extension
November 2014
2014-11-08 Fixed | libcore : Out-of-bounds memory access (leading to crash)
November 2012
2012-11-28 Fixed : Path concatenation assumed a Unix-style absolute path

↑ Back to top

  libdeng2 (2) — String

February 2013
2013-02-05 Added | libdeng2 : Added length-restricted, case-insensitive string comparison
October 2012
2012-10-23 libdeng2 : Typo

↑ Back to top

  Cleanup (1) — String

July 2018
2018-07-19 Cleanup : More DRY definition of BytePos and CharPos

↑ Back to top

  Debug (1) — String

August 2018
2018-08-08 Debug : Check there are no extra null characters in strings

↑ Back to top

  Documentation (1) — String

November 2014
2014-11-30 Added | Documentation | libcore : Added comment about default codec

↑ Back to top

  Performance (1) — String

March 2012
2012-03-06 Added | Performance : Added Str append routines that don't allocate memory

↑ Back to top

  ScriptLex (1) — String

June 2018
2018-06-27 Added | libcore | ScriptLex : Added a few missing methods

↑ Back to top

  Tests (1) — String

March 2013
2013-03-24 Added | Tests : Added a further example of string formatting

↑ Back to top

  TokenBuffer (1) — String

November 2014
2014-11-09 libcore | TokenBuffer : Case sensitive copy-free string equality method

↑ Back to top