This is the mail archive of the
libstdc++-cvs@sourceware.cygnus.com
mailing list for the libstdc++ project.
libstdc++/ /ChangeLog its/std_cmath.h /ChangeL ...
- To: libstdc++-cvs at sourceware dot cygnus dot com
- Subject: libstdc++/ /ChangeLog its/std_cmath.h /ChangeL ...
- From: bkoz at sourceware dot cygnus dot com
- Date: 20 Oct 1999 21:01:27 -0000
CVSROOT: /cvs/libstdc++
Module name: libstdc++
Changes by: bkoz@sourceware.cygnus.com 99/10/20 14:01:27
Modified files:
. : ChangeLog
bits : std_cmath.h
Log message:
1999-10-12 Petter Urkedal <petter@matfys.lth.se>
* bits/std_cmath.h (abs(float)): When ::absf is not present, call
Modified files:
. : ChangeLog
Log message:
1999-10-12 Phil Edwards <philip.edwards@sn.wpafb.af.mil>
* docs/index.html: Fix minor typos and tweaks.
* docs/17_intro/contribute.html: Ditto.
* docs/*/howto.html: Ditto. More "EGCS"->"GCC" conversion, notes on
thread safety and binary I/O, links to external sites.
* docs/faq/index.html: EGCS/GCC cleanup, new entries for Cygwin
and MT.
Modified files:
. : ChangeLog
bits : std_cstdio.h
Log message:
1999-10-12 Chris Prince <prince@wcug.wwu.edu>
* bits/std_cstdio.h: Remove Solaris hacks.
Modified files:
. : ChangeLog
src : ios.cc
bits : ios_base.h basic_ios.tcc basic_ios.h
streambuf.tcc std_streambuf.h
Log message:
1999-10-20 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
Work on compilation slowdowns from 10-5 to 10-12, which are
related to the _Callback_list inlining/merge-ifcation, which is
still a pending issue, but this stuff is necessary cleanup anyway.
* src/ios.cc: Re-arrange.
* bits/ios_base.h: Tweak.
* bits/basic_ios.tcc: Move out of line definitions here, move
small out-of-line definitions inline.
* bits/basic_ios.h: From here.
* bits/streambuf.tcc (pbackfail, overflow): Move back inline.
* bits/std_streambuf.h: From here.