diff options
author | Kristian Høgsberg <krh@redhat.com> | 2007-10-24 00:05:42 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2007-10-24 00:05:42 -0400 |
commit | c07cdb7cee184beceef44e23006dfd81e48360c3 (patch) | |
tree | e39c39f9b15d2917bc29aba93a5a32ccc3238788 /TODO | |
parent | 28fcde039b3d5456da4c5a92eaf405b5cca93111 (diff) |
Track files per package and add command to list them.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |