aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-01-04 14:28:25 +0100
committerFabian Groffen <grobian@gentoo.org>2020-01-04 14:28:25 +0100
commit2742f0e06c9d79af720231968dfd91bad5c69a73 (patch)
tree737df5840905b4dc5f848a9b2fa6828f98f6fccd /TODO.md
parenttravis: ensure we keep env-set CPPFLAGS/LDFLAGS (diff)
downloadportage-utils-2742f0e06c9d79af720231968dfd91bad5c69a73.tar.gz
portage-utils-2742f0e06c9d79af720231968dfd91bad5c69a73.tar.bz2
portage-utils-2742f0e06c9d79af720231968dfd91bad5c69a73.zip
qkeyword/qlist: replace strtok by strtok_r
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index e4011230..1de8b5f2 100644
--- a/TODO.md
+++ b/TODO.md
@@ -12,8 +12,6 @@
- tree\_get\_atoms should return atoms iso string set, needs a rewrite
to use foreach\_pkg and get\_atom -- set is ready for storing objects
now
-- replace all strtok by strtok\_r, because the latter is already used,
- so we can
- parse package.accept\_keywords such that we can provide the latest
"available" version like Portage
- check timestamps in libq/tree for choosing which method to take:
@@ -78,3 +76,6 @@
guestimate alternative to current time jumping
- multiple files support -- current opinion: don't do it
- compressed file support, use guessing support from qmerge?
+
+# qfile
+- stop searching when absolute path argument was found?