diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-11-02 11:21:25 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-11-02 11:21:25 +0100 |
commit | dcd12626734ce81e89c74515eaca601ef9edf785 (patch) | |
tree | 8c9b6eec38d5ee62148db6ce62d5ae1561da0b2b /TODO | |
parent | 6b61ae72fae00a94ebd36bee402c5a84c6aba14b (diff) |
Revert "utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t"
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -120,6 +120,9 @@ Features: * nspawn: as soon as networkd has a bus interface, hook up --network-interface=, --network-bridge= with networkd, to trigger netdev creation should an interface be missing +* rework C11 utf8.[ch] to use char32_t instead of uint32_t when referring + to unicode chars, to make things more expressive. + * "machinectl migrate" or similar to copy a container from or to a difference host, via ssh |