home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / useful / disk / cdrom / mkisofs / todo < prev    next >
Text File  |  1994-05-29  |  899b  |  20 lines

  1.     1) Improve handling of overflow in size of RR records - use
  2.     continuation records for correct treatment instead of issuing 
  3.     an error message.
  4.  
  5.     2) Allow multiple input paths to be concatenated together.
  6.     This is a little tricky, because the directory entries need to be
  7.     correctly sorted as per iso9660 specifications.  It would be better to
  8.     force the user to add hard links or copies of the files rather than do
  9.     the wrong thing.  Leave alone for the time being, I am not sure that
  10.     this feature is really needed.
  11.  
  12.     3) For symlinks, we may need to strip out the leading path
  13.     information if the link is to an absolute file, and the absolute
  14.     address is in the space that we are dumping to the CDROM.  Who the
  15.     hell knows what we should  really  do with this, actually.  Leave it
  16.     for now and see if anyone  squalks.
  17.  
  18.     4) Find out if output needs to be written at a particular
  19.     blocksize or not.
  20.