summaryrefslogtreecommitdiff
path: root/src/basic/locale-util.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-04tree-wide: drop locale.h when locale-util.h is includedYu Watanabe1-1/+0
2019-11-04tree-wide: drop dirent.h when dirent-util.h is includedYu Watanabe1-1/+0
2019-11-04tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe1-1/+0
2019-10-22Remove unprintable non-ASCII char from special glyph ASCII fallback tableMarko Myllynen1-1/+1
2019-07-14locale-util: suppress non-UTF-8 locales when enumerating themLennart Poettering1-0/+19
2019-07-14locale-util: normalize UTF-8 locale namesLennart Poettering1-2/+36
2019-04-29codespell: fix spelling errorsBen Boeckel1-1/+1
2019-03-14util: split out kbd related stuffLennart Poettering1-93/+0
2018-12-14locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering1-40/+40
2018-12-04tree-wide: add whitespace between type and variable nameYu Watanabe1-1/+1
2018-11-30locale-util: add logic to output smiley emojis at various happiness levelsLennart Poettering1-27/+62
2018-11-28locale-util: add unicode bullet to special glyphsLennart Poettering1-0/+2
2018-11-16locale-util: add special glyph support for check marks/cross marksLennart Poettering1-0/+4
2018-11-14locale-util: introduce common helper locale_variables_free() for freeing loca...Lennart Poettering1-0/+10
2018-10-23analyze: Add "timespan" command to dump time span in usecChris Down1-1/+3
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-06-14locale-util: on overlayfs FTW_MOUNT causes nftw(3) to not list *any* filesFranck Bui1-1/+1
2018-05-03locale-util: add comment with link to unicode chars supported by eurlatgr (#8...Lennart Poettering1-0/+7
2018-04-27tree-wide: be more careful with the type of array sizesLennart Poettering1-1/+1
2018-04-18locale: add ellipsis as special glyphLennart Poettering1-1/+3
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-2/+1
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering1-2/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-10systemd-firstboot: add vconsole keymap support (#7035)tblume1-0/+95
2016-05-09locale-util: mark special_glyph() as _const_Zbigniew Jędrzejewski-Szmek1-1/+1
2016-05-09tree-wide: rename draw_special_char to special_glyphZbigniew Jędrzejewski-Szmek1-24/+25
2016-04-04basic: fallback to fstatat if entry->d_type is DT_UNKNOWNEvgeny Vereshchagin1-0/+2
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-12-01basic: re-sort includesThomas Hindoe Paaboel Andersen1-1/+1
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen1-1/+10
2015-10-27util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering1-0/+84
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering1-0/+1
2015-10-27util: move filename_is_valid() and path_is_safe() to path-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-1/+2
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-3/+3
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers1-0/+224