summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2007-10-24 00:05:42 -0400
committerKristian Høgsberg <krh@redhat.com>2007-10-24 00:05:42 -0400
commitc07cdb7cee184beceef44e23006dfd81e48360c3 (patch)
treee39c39f9b15d2917bc29aba93a5a32ccc3238788 /TODO
parent28fcde039b3d5456da4c5a92eaf405b5cca93111 (diff)
Track files per package and add command to list them.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index b29ac63..eea05b0 100644
--- a/TODO
+++ b/TODO
@@ -47,3 +47,9 @@
- split out hash table code from importer, make the merger use just
the hash table.
+
+- try to clean up the
+
+ do { ... } while (((e++)->name & RAZOR_ENTRY_LAST) == 0);
+
+ idiom for iteration of directories.