Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | util/StringUtil: add ToUpperASCII() | Max Kellermann | 2014-12-04 | 1 | -0/+20 |
| | | | | | Replaces g_ascii_strup() and allows building the Vorbis encoder without GLib. | ||||
* | util/StringUtil: add StripRight() overload with "end" argument | Max Kellermann | 2014-08-07 | 1 | -0/+18 |
| | |||||
* | util/StringUtil: use IsWhitespaceOrNull() in StripRight() | Max Kellermann | 2014-08-07 | 1 | -1/+1 |
| | | | | The null byte is whitespace, too. | ||||
* | util/StringUtil: move code to StripRight() | Max Kellermann | 2014-08-07 | 1 | -6/+17 |
| | |||||
* | util/StringUtil: rename strchug_fast() to StripLeft() | Max Kellermann | 2014-08-07 | 1 | -2/+2 |
| | |||||
* | java: new helper library for the Android port | Max Kellermann | 2014-03-01 | 1 | -0/+14 |
| | |||||
* | util/StringUtil: add StringEndsWith() | Max Kellermann | 2014-02-18 | 1 | -0/+11 |
| | | | Replaces g_str_has_suffix(). | ||||
* | util/StringUtil: add function Strip() | Max Kellermann | 2014-02-17 | 1 | -0/+14 |
| | | | Replaces g_strstrip(). | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | Util/StringUtil: add StringStartsWith() | Max Kellermann | 2013-11-28 | 1 | -0/+8 |
| | | | | Replaces GLib's g_str_has_prefix(). | ||||
* | Util/ASCII: add function StringEqualsCaseASCII() | Max Kellermann | 2013-10-20 | 1 | -3/+2 |
| | | | | Replaces GLib's g_ascii_strcasecmp(). | ||||
* | Util/CharUtil: new library replacing g_ascii_isX() | Max Kellermann | 2013-10-19 | 1 | -1/+2 |
| | |||||
* | util/StringUtil: rename strchug_fast_c() to strchug_fast() | Max Kellermann | 2013-10-18 | 1 | -1/+1 |
| | | | | Overload the name. | ||||
* | string_util: convert to C++ | Max Kellermann | 2013-04-09 | 1 | -0/+46 |