瀏覽代碼

TODO: Add new items

Guillem Jover 17 年之前
父節點
當前提交
44d71c0e8a
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      TODO

+ 12 - 0
TODO

@@ -32,6 +32,7 @@ lenny
    - Get rid of setjmp (at least in the general case, keep for dpkg itself?)
    - Get rid of setjmp (at least in the general case, keep for dpkg itself?)
    - Coalesce hash and checksum functions.
    - Coalesce hash and checksum functions.
    - Move parseerr arguments into a struct (need to push the patch).
    - Move parseerr arguments into a struct (need to push the patch).
+   - Split modstatdb_rw into mode and flags.
    - Move fd and block function out of mlib.
    - Move fd and block function out of mlib.
    - Cleanup status chars -> strings hardcoded mappings all over the place.
    - Cleanup status chars -> strings hardcoded mappings all over the place.
      (Fix tied field enum with its dselect description (pkgdisplay.cc))
      (Fix tied field enum with its dselect description (pkgdisplay.cc))
@@ -40,9 +41,19 @@ lenny
      system version will not ohsite on us.
      system version will not ohsite on us.
    - Fix ncursesw headers.
    - Fix ncursesw headers.
    - Consider ferror_fclose function.
    - Consider ferror_fclose function.
+   - Fix naming consistency of next/prev members.
+   - Do more unused header include removal.
+   - Get rid of unuseful "unsigned" modifiers.
+
+ * Deprecate --force-not-root flag (remove modstatdb_rw rootneeded flags).
+
+ * Test and reenable --command-fd.
+
+ * Check --no-act for log_action().
 
 
  * Man pages:
  * Man pages:
    - Add example to dpkg-scanfoo manpages?
    - Add example to dpkg-scanfoo manpages?
+   - Merge synopsis lines in dpkg-triggers.
    - Check all '<>' use bold instead.
    - Check all '<>' use bold instead.
    - Check all command vs action.
    - Check all command vs action.
    - Check usage of '|' instead of ', '.
    - Check usage of '|' instead of ', '.
@@ -64,6 +75,7 @@ lenny
 
 
  * Cleanup libcompat:
  * Cleanup libcompat:
    - Add fnmatch, IRIX5 doesn't have it.
    - Add fnmatch, IRIX5 doesn't have it.
+   - Fix scandir, leaks on malloc and realloc.
 
 
  * Get rid of install-info.
  * Get rid of install-info.