home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / c / AsyncIO.lha / AsyncIO / AsyncIO.readme < prev   
Encoding:
Text File  |  1997-01-25  |  1007 b   |  36 lines

  1. short:    AsyncIO library for fast IO. Release 8
  2. uploader: cmh@lls.se (Magnus Holmgren)
  3. type:     dev/c
  4.  
  5. This link library (optionally shared library) provides DOS-like functions
  6. for using double buffered asyncronous IO on files. This provides very good
  7. performance on DMA devices.
  8.  
  9. The code was originally written by Martin Taillefer. A few bug fixes and
  10. updates were made by Magnus Holmgren, with inspiration from Olaf 'Olsen'
  11. Barthel.
  12.  
  13. News in release 8:
  14.  
  15.     SeekAsync() wouldn't notice seeks past the end of the file.
  16.  
  17.     Finished up the ReadLineAsync() function. Only difference from
  18.     dos.library/FGets() should be the return value.
  19.  
  20.     Recompiled with SAS/C 6.57.
  21.  
  22.  
  23. News in release 7:
  24.  
  25.     Files to use asyncio.library from E included.
  26.  
  27.     Fixed yet some SeekAsync() problems. It could (still) get confused
  28.     when called multiple times in a row with no intervening IO. I
  29.     wonder if there are any holes left. ;)
  30.  
  31.     Recompiled asyncio.library using SAS/C 6.56, and added general
  32.     SAS/C support.
  33.  
  34.     Misc minor fixes.
  35.  
  36.