aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-12-30 20:03:30 +0100
committerFabian Groffen <grobian@gentoo.org>2019-12-30 20:03:30 +0100
commitacd6354c5f3b1e771bbba9cb4738c264f9e11af3 (patch)
treeb925365a3e262d6fbb1d00b14a21916100e8e419 /TODO.md
parentlibq/tree: introduce a wrapper for retrieving ebuild metadata (diff)
downloadportage-utils-acd6354c5f3b1e771bbba9cb4738c264f9e11af3.tar.gz
portage-utils-acd6354c5f3b1e771bbba9cb4738c264f9e11af3.tar.bz2
portage-utils-acd6354c5f3b1e771bbba9cb4738c264f9e11af3.zip
libq/atom: slightly improve atom_explode
Use malloc iso zalloc and only clear the struct bit of the allocation. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO.md b/TODO.md
index f4775eb..b0bac64 100644
--- a/TODO.md
+++ b/TODO.md
@@ -21,17 +21,12 @@
- implement our own iniparser so we *can* be dep-free
-- add applet/functionality to view latest version of package in tree
- (functionality necessary for upgrade in qmerge, easy printing would
- also allow to use q instead of eix from Puppet provider)
-
# Atoms
- only 32bit values are supported for revision (-r#)
- only 64bit values are supported in any individual version component
foo-(1234)\_alpha(56789)
- these limits should not be an issue for all practical purposes
-- remove zalloc from atom explode (just initialise what needs to)
- make PVR match PMS https://dev.gentoo.org/~ulm/pms/head/pms.html#x1-10800011
# qmerge