summaryrefslogtreecommitdiff
path: root/src/basic/locale-util.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* locale-util: on overlayfs FTW_MOUNT causes nftw(3) to not list *any* filesFranck Bui2018-06-141-1/+1
* locale-util: add comment with link to unicode chars supported by eurlatgr (#8...Lennart Poettering2018-05-031-0/+7
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-1/+1
* locale: add ellipsis as special glyphLennart Poettering2018-04-181-1/+3
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* systemd-firstboot: add vconsole keymap support (#7035)tblume2017-11-101-0/+95
* locale-util: mark special_glyph() as _const_Zbigniew Jędrzejewski-Szmek2016-05-091-1/+1
* tree-wide: rename draw_special_char to special_glyphZbigniew Jędrzejewski-Szmek2016-05-091-24/+25
* basic: fallback to fstatat if entry->d_type is DT_UNKNOWNEvgeny Vereshchagin2016-04-041-0/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-1/+1
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-1/+10
* util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering2015-10-271-0/+84
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util: move filename_is_valid() and path_is_safe() to path-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-3/+3
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+224