home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume27 / clc / part01 / libs / src / sio / CHANGELOG
Encoding:
Text File  |  1993-11-28  |  1.1 KB  |  38 lines

  1.  
  2. 1.0.x-1.4.x:
  3.     -    These version have not been released.
  4.  
  5. 1.5.0:
  6.     -    Added the function Smorefds
  7.     -    Improved the handling of pointers in Sprint
  8.  
  9. 1.5.3:
  10.     -    Fixed a bug in Srdline
  11.  
  12. 1.5.6:
  13.     -    Added multiple ways of determining the number of available fds
  14.  
  15. 1.6.0:
  16.     -    Updated the way SIO is configured. Instead of multiple configuration
  17.         files, one per OS/machine, there is now a single configuration header
  18.         file where the user can define via preprocessor flags the features
  19.         supported by the particular OS/machine.
  20.  
  21. 1.6.1:
  22.     -    Simplified the Sprint-related configuration flags
  23.     -    Fixed a bug in the events code
  24.     -    Replaced all uses of memcpy with sio_memcopy
  25.  
  26. 1.6.2:
  27.     -    Fixed a bug in the INS_CHAR macro: the buffer size was not respected
  28.         when printing to strings. This had no effect on the SIO library,
  29.         but it did affect the strx_* functions of the STR library
  30.  
  31. 1.6.3:
  32.     -    The values for INCLUDEDIR and MANDIR in the Makefile were reversed
  33.         (this might have been confusing to people trying to install the
  34.         library).
  35.     -    Updated the sio manpage with respect to the handling of interrupted
  36.         system calls.
  37.  
  38.