summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2010-10-07 09:49:26 +0200
committerGuillem Jover <guillem@debian.org>2010-11-19 05:21:12 +0100
commitc9b7af92e5de0cc9ea40fad53c0e5aa5c93690cd (patch)
tree625703c1cd19a7a3fc32e49582fce38ba5221bfa /TODO
parenta67107c05153db3fde51301450439761e1916a80 (diff)
downloaddpkg-c9b7af92e5de0cc9ea40fad53c0e5aa5c93690cd.tar.gz
Move action and obsolete related functionality to the myopt module
Reduce repeated code, and localize it where it belongs.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 038f575ac..ad1a1bd30 100644
--- a/TODO
+++ b/TODO
@@ -44,7 +44,6 @@ TODO
- Get rid of unuseful "unsigned" modifiers.
- Use internerr instead of assert, and print more meaninful messages.
- Make actionfunction return int, and avoid global exitcode variables.
- - Move ACTION and OBSOLETE, etc to ‘myopt.h’.
- Replace raw write and read calls with safe variants (signals etc).
- Make deb build version a version instead of doing checks over a string.
- Use enums for currently hardcoded literals (tdus, dependtry, etc).