Files
systemd/src/basic
Zbigniew Jędrzejewski-Szmek 55a8d118d6 basic/strv: return NULL from strv_skip
strv_skip was written to carefully return the original array, but this turns
out to be an unnecessary complication. After the previous patch, no caller
cares about the distinction between NULL and { NULL }, but various callers need
to wrap the process the returned value with strv_isempty(), sometimes more than
once. Let's always return NULL for an empty result to allow callers to be
simplified.
2025-03-27 12:04:23 +01:00
..
2025-03-04 23:02:39 +01:00
2024-10-02 22:15:41 +01:00
2025-03-01 00:33:32 +09:00
2024-06-28 18:55:31 +02:00
2024-10-31 23:08:11 +01:00
2024-10-31 23:08:11 +01:00
2024-10-22 17:51:26 +02:00
2024-10-22 17:51:26 +02:00
2024-03-22 01:44:45 +08:00
2024-03-22 01:44:45 +08:00
2025-02-28 14:18:07 +01:00
2025-02-10 00:43:53 +09:00
2025-03-01 00:33:32 +09:00
2025-03-27 12:04:23 +01:00
2024-12-10 11:15:48 +09:00
2024-12-10 11:15:48 +09:00
2024-12-10 11:15:48 +09:00
2024-12-10 11:15:48 +09:00
2023-11-01 14:07:54 +00:00
2024-12-10 11:15:48 +09:00
2024-12-10 11:15:48 +09:00
2024-12-13 15:36:45 +00:00
2025-02-21 16:12:59 +01:00