diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-02 10:12:27 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-02 10:12:27 (EDT) |
commit | 12f19801bf46ecceda69e476119a787e405ff904 (patch) | |
tree | 1101558927e34a0d6082e79bef8e400e9cc94b99 /src/.svn/text-base/TODO.svn-base | |
parent | 5b483e83bc811d42c9eb0a0e38b45d4549df31bd (diff) |
Delete upstream source directory.
Diffstat (limited to 'src/.svn/text-base/TODO.svn-base')
-rw-r--r-- | src/.svn/text-base/TODO.svn-base | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/src/.svn/text-base/TODO.svn-base b/src/.svn/text-base/TODO.svn-base deleted file mode 100644 index 0777b1c..0000000 --- a/src/.svn/text-base/TODO.svn-base +++ /dev/null @@ -1,42 +0,0 @@ - -See issue list: http://code.google.com/p/opkg/issues/list - - - * Regression test suite. - - * Fix comments marked "XXX". - - * Clean up out of date comments. - - * Consistent indentation. - - * Propagate errors up the call stack. In particular, unarchive.c fails to do - this. Errors and error messages must be usable by libopkg frontends. - Don't try to use errno after its been clobbered by other libc calls. - - * Remove dead and duplicate code. Refactor duplicated functionality. - - * Remove pkg_info_preinstall_check(). - - * Reduce memory used per pkg_t and peak memory use in general. - - * #includes are a mess. - - * Refactor opkg_install_pkg() into more precise functions. - - * pkg_hash_fetch_best_installation_candidate() is linear search O(P*PN) - and is slow (frequently called). - P provider - PN pkgs in a provider - It can be O(P) if a hash table is used. - - * Update libbb. - - - -FEATURES - - * Start with all "XXX: FEATURE" comments. Remove them if they are bogus. - - * Improve dpkg compatibility, according to the Debian Policy Manual. - http://www.debian.org/doc/debian-policy/ch-controlfields.html |