home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ixemul-45.0-src.tgz / tar.out / contrib / ixemul / BUGS next >
Text File  |  1996-10-01  |  632b  |  13 lines

  1. This file documents bugs which have no obvious solution at the moment.
  2. If they did have an obvious solution, they would be in TODO instead.
  3.  
  4. ***    The date of a softlink is always Jan 1, 1970 and this is unlikely
  5.     to be fixed until a future version of AmigaOS includes a efficient
  6.     function to obtain the date of the linked to file.
  7.  
  8. ***    When calling ixemul's write() on nonblocking file descriptors the
  9.     library will block when the write cannot be performed (e.g. on
  10.     pipe:filename). Neither can the block be avoided by using select().
  11.     The problem is that there is no way to check beforehand if the
  12.     dos.library Write() will block.
  13.