diff options
author | 2015-06-23 16:20:53 +0000 | |
---|---|---|
committer | 2015-08-07 15:50:42 +0000 | |
commit | 6868560773ada8ea31d1f86422be6bf026a1f660 (patch) | |
tree | a8d97674f235783d9e6b424f213433f5d3eb647a /TODO | |
parent | unquote_first_word: set *p=NULL on termination (diff) | |
download | systemd-6868560773ada8ea31d1f86422be6bf026a1f660.tar.gz systemd-6868560773ada8ea31d1f86422be6bf026a1f660.tar.bz2 systemd-6868560773ada8ea31d1f86422be6bf026a1f660.zip |
util: change unquote_*_word to extract_*_word
It now takes a separators argument, which defaults to WHITESPACE if NULL
is passed.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -267,7 +267,7 @@ Features: * maybe add support for specifier expansion in user.conf, specifically DefaultEnvironment= -* code cleanup: retire FOREACH_WORD_QUOTED, port to unquote_first_word() loops instead +* code cleanup: retire FOREACH_WORD_QUOTED, port to extract_first_word() loops instead * introduce systemd-timesync-wait.service or so to sync on an NTP fix? @@ -303,7 +303,7 @@ Features: * exponential backoff in timesyncd and resolved when we cannot reach a server -* unquote_many_words() should probably be used by a lot of code that +* extract_many_words() should probably be used by a lot of code that currently uses FOREACH_WORD and friends. For example, most conf parsing callbacks should use it. |