home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / gnu / libg++-2.6-fsf.lha / libg++-2.6 / libio / NEWS < prev    next >
Text File  |  1994-07-12  |  1KB  |  26 lines

  1. *** Major changes in libio version 0.65 (released with libg++ 2.6):
  2.  
  3. * _IO_getline and streambuf::sgetline no longer write a '\0' at the end.
  4.  
  5. * A number of improvements to get closer to the ANSI/ISO C++ working
  6. paper, such as:
  7. - Added (preliminary support for) new ANSI streambuf::uflow virtual.
  8. - Added istdiostream and ostdiostream classes.
  9. - Added ostream::operator<<(bool) and istream::operator>>(bool&).
  10.  
  11. * More robust (and faster) initialization and cleanup of standard streambufs.
  12.  
  13. * Many small bug fixes, portability improvements, and random enhancements.
  14.  
  15. *** Major changes in libio version 0.63 (released with libg++ 2.5.3):
  16.  
  17. * There is a g++ bug that causes inconsistent name mangling for the
  18. assembler name of the virtual function table for the istream class.
  19. A work-around has been put into streambuf.h, which will make g++
  20. always do the right thing.  Note that this may require you to
  21. recompile programs that were incorrectly compiled by g++.
  22.  
  23. * Functions that do printf-style formatting to the unbuffered
  24. streams have been optimized to write to a temporary buffer.
  25.  
  26.