aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/ASCII.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Util/ASCII: add StringEqualsCaseASCII() overload with lengthMax Kellermann2013-10-211-0/+12
| | | | Replaces GLib's g_ascii_strncasecmp().
* Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann2013-10-201-0/+54
Replaces GLib's g_ascii_strcasecmp().