home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / biblioteki / asyncio / asyncio.readme < prev   
Text File  |  1997-07-27  |  907b  |  35 lines

  1. short:    AsyncIO library for fast IO. V39.1
  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 version 39.1:
  14.  
  15.     A bugfix in SeekAsync() needed fixing. ;)
  16.  
  17.     Docs cleaned up.
  18.  
  19.     Various other minor changes.
  20.  
  21.  
  22. News in release 9:
  23.  
  24.     Misc small fixes to includes and autodocs, including StormC support.
  25.  
  26.     Really FGets-compatible function included, courtesy by Michael B.
  27.     Smith.
  28.  
  29.     Added PeekAsync(), to allow you to look ahead in the current buffer.
  30.  
  31.     Bumped the library version to 39, because of the new functions.
  32.  
  33.     DICE linker libraries should be updated now. ;)
  34.  
  35.