summaryrefslogtreecommitdiff
path: root/src/locale
AgeCommit message (Expand)AuthorFilesLines
2018-11-15Merge pull request #10742 from poettering/c-utf8Zbigniew Jędrzejewski-Szmek3-55/+43
2018-11-14Merge pull request #10753 from keszybz/pager-no-interruptLennart Poettering1-5/+5
2018-11-14locale-util: introduce common helper locale_variables_free() for freeing loca...Lennart Poettering2-17/+7
2018-11-14fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering1-4/+2
2018-11-14localed: be more careful with the used typesLennart Poettering1-1/+2
2018-11-14fileio: drop "newline" parameter for env file parsersLennart Poettering1-3/+3
2018-11-14tree-wide: replace all remaining uses of parse_env_file() for parsing /proc/c...Lennart Poettering1-18/+18
2018-11-14localed: no need to log twice about reload requestsLennart Poettering1-4/+2
2018-11-14localed: show proper bus error if we can in log messageLennart Poettering1-1/+1
2018-11-14localed: don't silently eat up errors, log somethingLennart Poettering1-7/+8
2018-11-14basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek1-5/+5
2018-11-12hostnamed,localed,timedate: properly propagate errors from sd_event_add_signal()Lennart Poettering1-4/+8
2018-10-19Merge pull request #10450 from poettering/foreach-line-excorcismYu Watanabe1-2/+8
2018-10-18localectl: FOREACH_LINE excorcismLennart Poettering1-2/+8
2018-10-18keymap-util: fgets() excorcismLennart Poettering1-14/+17
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-1/+12
2018-08-07tree-wide: shorten error logging a bitYu Watanabe2-10/+9
2018-07-26locale: increment reference count of sd_bus_messageYu Watanabe1-12/+22
2018-07-20locale: set sd_event_add_signal()Yu Watanabe1-1/+12
2018-06-25tree-wide: add multiple inclusion guardYu Watanabe1-0/+1
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek4-12/+0
2018-06-14Drop my copyright headersZbigniew Jędrzejewski-Szmek2-5/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering6-6/+6
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering4-4/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering5-10/+0
2018-06-06locale: add _unused_ attribute for dummy variableYu Watanabe1-3/+2
2018-05-31locale: assume locale is for LANG= when variable name is not specifiedYu Watanabe1-0/+12
2018-05-31locale: re-read configuration files if changedYu Watanabe3-169/+314
2018-05-31locale: use _cleanup_free_ and free_and_replaceYu Watanabe1-5/+3
2018-05-31locale: check xkb data before requesting authenticationYu Watanabe1-11/+11
2018-05-31locale: return earlier if no operation will be doneYu Watanabe1-102/+100
2018-05-24fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2-3/+3
2018-05-18localectl: drop duplicate property entryDavid Tardon1-1/+0
2018-05-10localed: fix memleak in error pathZbigniew Jędrzejewski-Szmek1-7/+7
2018-05-10tree-wide: use strv_free_and_replace() macroYu Watanabe1-6/+3
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering1-1/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek6-78/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2-4/+2
2018-03-28bus-util: add flags for bus_map_all_properties() (#8546)Yu Watanabe1-0/+1
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering1-4/+2
2018-03-20bus-util: make bus_map_all_properties() not copy stringYu Watanabe1-12/+8
2018-03-19tree-wide: voidify pager_open()Yu Watanabe1-3/+3
2018-03-19localectl: use dispatch_verb()Yu Watanabe1-125/+47
2018-02-16meson: drop unnecessary "transformation" of policy filesZbigniew Jędrzejewski-Szmek2-6/+1
2018-02-16Gettextize policy filesGunnar Hjalmarsson2-10/+8
2018-01-12Comment the fact that some tools need to termintate their bus connect firstFranck Bui1-0/+2
2018-01-12Revert "tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appro...Franck Bui1-1/+2
2018-01-05tree-wide: make name requesting asynchronous in all our servicesLennart Poettering1-2/+2
2017-12-14tree-wide: use __fsetlocking() instead of fxyz_unlocked()Lennart Poettering1-8/+10
2017-12-01localectl: fix list_vconsole_keymaps() indentationVito Caputo1-1/+1