summaryrefslogtreecommitdiff
path: root/src/basic/string-util.c
Commit message (Expand)AuthorAge
* basic: use _unlocked() stdio in strip_tab_ansi() (#6385)Vito Caputo2017-08-10
* treewide: replace homegrown memory_erase with explicit_bzeroZbigniew Jędrzejewski-Szmek2017-07-17
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2017-07-17
* Prep v232.2: Mask more unneeded functionsSven Eden2017-07-07
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2017-07-05
* Always use unicode ellipsis when ellipsizingZbigniew Jędrzejewski-Szmek2017-07-05
* string-util: rework memory_erase() to not use GCC optimize attribute (#3812)Michael Biebl2017-07-05
* bootctl: move toupper() implementation to string-util.hLennart Poettering2017-07-05
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2017-06-16
* Prep v229: Add missing fixes from upstream [1/6] src/basicSven Eden2017-05-17
* basic: add ascii_strcasecmp_nn() callLennart Poettering2017-05-17
* basic: add new ascii_strcasecmp_n() callLennart Poettering2017-05-17
* basic: introduce generic ascii_strlower_n() call and make use of it everywhereLennart Poettering2017-05-17
* utf8.[ch] et al: use char32_t and char16_t instead of int, int32_t, int16_tShawn Landden2017-05-17
* Prep v228: Add remaining updates from upstream (1/3)Sven Eden2017-04-26