diff options
author | Guillem Jover <guillem@debian.org> | 2010-10-07 09:49:26 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2010-11-19 05:21:12 +0100 |
commit | c9b7af92e5de0cc9ea40fad53c0e5aa5c93690cd (patch) | |
tree | 625703c1cd19a7a3fc32e49582fce38ba5221bfa /TODO | |
parent | a67107c05153db3fde51301450439761e1916a80 (diff) | |
download | dpkg-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-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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). |