home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / gcc / ixemulsrc.lha / ixemul / BUGS next >
Text File  |  1996-12-20  |  921b  |  19 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.  
  14. ***    The environment (ENV:) is only reread if an environment setting was
  15.     added. Ixemul relies on notification of ENV: to know when to reread
  16.     the environment. Unfortunately, deleting a file or changing a file
  17.     doesn't cause a notification, only creating a file. This is a bug
  18.     in the OS.
  19.