Authorship: 92% skyjake, 8% danij
|
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 | |
| 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 |
| 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 |
| February 2013 | |||
| 2013-02-05 | Added | libdeng2 | : | Added length-restricted, case-insensitive string comparison |
| October 2012 | |||
| 2012-10-23 | libdeng2 | : | Typo |
| November 2014 | |||
| 2014-11-30 | Added | Documentation | libcore | : | Added comment about default codec |
| June 2018 | |||
| 2018-06-27 | Added | libcore | ScriptLex | : | Added a few missing methods |
| March 2013 | |||
| 2013-03-24 | Added | Tests | : | Added a further example of string formatting |
| November 2014 | |||
| 2014-11-09 | libcore | TokenBuffer | : | Case sensitive copy-free string equality method |