summaryrefslogtreecommitdiff
path: root/src/basic/locale-util.c
Commit message (Expand)AuthorAgeFilesLines
* locale-util: make SpecialGlyph more like our usual enumsLennart Poettering2021-04-081-1/+3
* basic/locale-util: reduce variable scopeZbigniew Jędrzejewski-Szmek2021-02-111-5/+2
* feature: display status with a different shape depending on the status (#17728)Jiehong2021-01-221-0/+6
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* locale-util: add support for touch emojiLennart Poettering2020-07-011-1/+5
* locale-util: add glyph for external linksLennart Poettering2020-05-291-0/+4
* locale-util: add new helper locale_is_installed()Lennart Poettering2020-05-071-0/+15
* locale-util: export emoji_enable() for other code to useLennart Poettering2020-04-151-1/+1
* locale-util: add support for lock+key emojiLennart Poettering2020-04-151-1/+5
* locale-util: add special glyph ΣLennart Poettering2020-01-201-0/+2
* locale-util: add block drawing special glyphsLennart Poettering2020-01-201-0/+4
* locale-util: extend comments on unicode glyph use, and drop mdash (that actua...Lennart Poettering2020-01-071-15/+22
* locale-util: drop weird invisible unicode codepoints accidentally inserted in...Lennart Poettering2019-12-111-1/+1
* tree-wide: drop locale.h when locale-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop dirent.h when dirent-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* Remove unprintable non-ASCII char from special glyph ASCII fallback tableMarko Myllynen2019-10-221-1/+1
* locale-util: suppress non-UTF-8 locales when enumerating themLennart Poettering2019-07-141-0/+19
* locale-util: normalize UTF-8 locale namesLennart Poettering2019-07-141-2/+36
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* util: split out kbd related stuffLennart Poettering2019-03-141-93/+0
* locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-141-40/+40
* tree-wide: add whitespace between type and variable nameYu Watanabe2018-12-041-1/+1
* locale-util: add logic to output smiley emojis at various happiness levelsLennart Poettering2018-11-301-27/+62
* locale-util: add unicode bullet to special glyphsLennart Poettering2018-11-281-0/+2
* locale-util: add special glyph support for check marks/cross marksLennart Poettering2018-11-161-0/+4
* locale-util: introduce common helper locale_variables_free() for freeing loca...Lennart Poettering2018-11-141-0/+10
* analyze: Add "timespan" command to dump time span in usecChris Down2018-10-231-1/+3
* 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