diff options
author | Daniel Mack <github@zonque.org> | 2015-11-02 10:57:38 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-11-02 10:57:38 +0100 |
commit | 86b4428a58739a3899f0d2cee5bf78ba861d16b7 (patch) | |
tree | 62b24c733d65866a8302114cc3440d4ee3ca2097 /TODO | |
parent | 8fa7cf70764319982e6617413cd0e287f6e35447 (diff) | |
parent | 025b4c410577a10692c608e7dbad712655abb858 (diff) |
Merge pull request #1740 from shawnl/master
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, 0 insertions, 3 deletions
@@ -120,9 +120,6 @@ 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 |