1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-30 14:55:37 +03:00
systemd/src/locale
Zbigniew Jędrzejewski-Szmek 5980d46304 strv: declare iterator of FOREACH_STRING() in the loop
Same idea as 03677889f0.

No functional change intended. The type of the iterator is generally changed to
be 'const char*' instead of 'char*'. Despite the type commonly used, modifying
the string was not allowed.

I adjusted the naming of some short variables for clarity and reduced the scope
of some variable declarations in code that was being touched anyway.
2022-03-23 11:50:18 +01:00
..
kbd-model-map kbd-model-map: add Latvian keyboard layout mapping 2021-06-10 23:29:32 +01:00
keymap-util.c various: make parse_env_file error handling the same in various places 2022-03-18 23:26:59 +01:00
keymap-util.h localed: Run locale-gen if available to generate missing locale 2021-01-12 23:15:12 +01:00
language-fallback-map
localectl.c strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
localed.c strv: declare iterator of FOREACH_STRING() in the loop 2022-03-23 11:50:18 +01:00
meson.build meson: move files' closing brace to separate line 2022-03-03 12:14:13 +01:00
org.freedesktop.locale1.conf license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
org.freedesktop.locale1.policy policy files: adjust landing page link 2022-01-12 16:05:59 +01:00
org.freedesktop.locale1.service license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
test-keymap-util.c test: Use TEST macros in more places 2022-03-16 14:50:12 +01:00