index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
locale-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
basic/locale-util: reduce variable scope
Zbigniew Jędrzejewski-Szmek
2021-02-11
1
-5
/
+2
*
feature: display status with a different shape depending on the status (#17728)
Jiehong
2021-01-22
1
-0
/
+6
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
locale-util: add support for touch emoji
Lennart Poettering
2020-07-01
1
-1
/
+5
*
locale-util: add glyph for external links
Lennart Poettering
2020-05-29
1
-0
/
+4
*
locale-util: add new helper locale_is_installed()
Lennart Poettering
2020-05-07
1
-0
/
+15
*
locale-util: export emoji_enable() for other code to use
Lennart Poettering
2020-04-15
1
-1
/
+1
*
locale-util: add support for lock+key emoji
Lennart Poettering
2020-04-15
1
-1
/
+5
*
locale-util: add special glyph Σ
Lennart Poettering
2020-01-20
1
-0
/
+2
*
locale-util: add block drawing special glyphs
Lennart Poettering
2020-01-20
1
-0
/
+4
*
locale-util: extend comments on unicode glyph use, and drop mdash (that actua...
Lennart Poettering
2020-01-07
1
-15
/
+22
*
locale-util: drop weird invisible unicode codepoints accidentally inserted in...
Lennart Poettering
2019-12-11
1
-1
/
+1
*
tree-wide: drop locale.h when locale-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop dirent.h when dirent-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
Remove unprintable non-ASCII char from special glyph ASCII fallback table
Marko Myllynen
2019-10-22
1
-1
/
+1
*
locale-util: suppress non-UTF-8 locales when enumerating them
Lennart Poettering
2019-07-14
1
-0
/
+19
*
locale-util: normalize UTF-8 locale names
Lennart Poettering
2019-07-14
1
-2
/
+36
*
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-1
/
+1
*
util: split out kbd related stuff
Lennart Poettering
2019-03-14
1
-93
/
+0
*
locale-util: prefix special glyph enum values with SPECIAL_GLYPH_
Lennart Poettering
2018-12-14
1
-40
/
+40
*
tree-wide: add whitespace between type and variable name
Yu Watanabe
2018-12-04
1
-1
/
+1
*
locale-util: add logic to output smiley emojis at various happiness levels
Lennart Poettering
2018-11-30
1
-27
/
+62
*
locale-util: add unicode bullet to special glyphs
Lennart Poettering
2018-11-28
1
-0
/
+2
*
locale-util: add special glyph support for check marks/cross marks
Lennart Poettering
2018-11-16
1
-0
/
+4
*
locale-util: introduce common helper locale_variables_free() for freeing loca...
Lennart Poettering
2018-11-14
1
-0
/
+10
*
analyze: Add "timespan" command to dump time span in usec
Chris Down
2018-10-23
1
-1
/
+3
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
locale-util: on overlayfs FTW_MOUNT causes nftw(3) to not list *any* files
Franck Bui
2018-06-14
1
-1
/
+1
*
locale-util: add comment with link to unicode chars supported by eurlatgr (#8...
Lennart Poettering
2018-05-03
1
-0
/
+7
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-1
/
+1
*
locale: add ellipsis as special glyph
Lennart Poettering
2018-04-18
1
-1
/
+3
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-2
/
+1
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
systemd-firstboot: add vconsole keymap support (#7035)
tblume
2017-11-10
1
-0
/
+95
*
locale-util: mark special_glyph() as _const_
Zbigniew Jędrzejewski-Szmek
2016-05-09
1
-1
/
+1
*
tree-wide: rename draw_special_char to special_glyph
Zbigniew Jędrzejewski-Szmek
2016-05-09
1
-24
/
+25
*
basic: fallback to fstatat if entry->d_type is DT_UNKNOWN
Evgeny Vereshchagin
2016-04-04
1
-0
/
+2
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
basic: re-sort includes
Thomas Hindoe Paaboel Andersen
2015-12-01
1
-1
/
+1
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-1
/
+10
*
util-lib: move more locale-related calls to locale-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+84
*
util-lib: move string table stuff into its own string-table.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util: move filename_is_valid() and path_is_safe() to path-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-3
/
+3
[next]