| changeset 60 | fca1ef50dd2c |
| parent 55 | b21a4953ff91 |
| child 63 | e5479fd779af |
1.1 --- a/TODO Wed Oct 24 00:02:44 2007 -0400 1.2 +++ b/TODO Wed Oct 24 13:20:12 2007 -0400 1.3 @@ -47,3 +47,9 @@ 1.4 1.5 - split out hash table code from importer, make the merger use just 1.6 the hash table. 1.7 + 1.8 +- try to clean up the 1.9 + 1.10 + do { ... } while (((e++)->name & RAZOR_ENTRY_LAST) == 0); 1.11 + 1.12 + idiom for iteration of directories.