summaryrefslogtreecommitdiff
path: root/src/basic/string-util.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* utf8.[ch] et al: use char32_t and char16_t instead of int, int32_t, int16_tShawn Landden2016-01-271-6/+7
* basic: add ascii_strcasecmp_nn() callLennart Poettering2016-01-131-0/+15
* basic: add new ascii_strcasecmp_n() callLennart Poettering2016-01-131-0/+15
* basic: introduce generic ascii_strlower_n() call and make use of it everywhereLennart Poettering2016-01-111-2/+21
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-0/+7
* util-lib: move character class definitions to string-util.hLennart Poettering2015-11-031-1/+1
* string-util: rework memory_erase() so that it cannot be optimized awayLennart Poettering2015-11-021-8/+23
* Revert "utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t"revert-1740-masterLennart Poettering2015-11-021-2/+2
* utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_tShawn Landden2015-10-311-2/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util: move string_is_safe() to string-util.[ch]Lennart Poettering2015-10-271-0/+17
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+767