K 10 svn:author V 8 kientzle K 8 svn:date V 27 2005-01-03T01:24:13.000000Z K 7 svn:log V 500 Next round of work on ISO9660 support: * Reference-count the directory data so that we don't leak memory. * Correctly step through the directory records (skipping unrecognized extensions) * Use better defaults for file modes * Sort directory entries by offset of the end of the file rather than the beginning of the file. This fixes a lot of "out-of-order" problems with zero-length files, in particular. * Style fixes, remove some debug code, add some error messages. END