summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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.