home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GCC258_2.LHA / gcc / NEWS_libio-0.63 < prev    next >
Encoding:
Text File  |  1993-12-27  |  516 b   |  12 lines

  1. *** Major changes in libio version 0.63 (released with libg++ 2.5.3):
  2.  
  3. * There is a g++ bug that causes inconsistent name mangling for the
  4. assembler name of the virtual function table for the istream class.
  5. A work-around has been put into streambuf.h, which will make g++
  6. always do the right thing.  Note that this may require you to
  7. recompile programs that were incorrectly compiled by g++.
  8.  
  9. * Functions that do printf-style formatting to the unbuffered
  10. streams have been optimized to write to a temporary buffer.
  11.  
  12.