* cpp.texi, extend.texi, gcc.texi, install.texi, invoke.texi,
[official-gcc.git] / libstdc++-v3 / ChangeLog
blob04ae9606117a6b9d4af4d66ddcb58e0f8827442e
1 2001-01-11   Joseph S. Myers  <jsm28@cam.ac.uk>
3         * include/c_std/bits/std_cstdio.h: Undef printf.
5 2001-01-10  Benjamin Kosnik  <bkoz@redhat.com>
7         * src/ios.cc: Fix typo: change cout->wcout.
9         * src/Makefile.am (targetincludep): Fix for version-specific-libs.
10         * src/Makefile.in: Regenerate.
12 2001-01-10  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
14          * include/bits/std_complex.h: Fix a typo.
16 2001-01-09  Benjamin Kosnik  <bkoz@redhat.com>
17                              <kainz@ilm.com>
19         Fixes for libstdc++/1576
20         * src/stdstreams.cc: Initialize with NULL filebuf. Delete
21         file, move contents into....
22         * src/ios.cc: ...Here. Put defines for iostreams objects and
23         initialization routines into one file to simplify DSO interaction.
24         * include/bits/std_iostream.h: Touch.
25         * include/bits/ios_base.h (_S_synched_with_stdio): Make static.
26         * src/Makefile.am (sources): Remove stdstreams.cc.
27         * src/Makefile.in: Regenerate.
29 2001-01-10  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
31         * tests_flags.in (check_directory): Fix typo.
33 2001-01-09  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
35          * include/bits/std_complex.h: Fix a typo.
37 2001-01-09  Loren J. Rittle  <ljrittle@acm.org>
39         * config/os/bsd/freebsd/bits/ctype_inline.h (is): (Make right
40         code path:) Remove magic constants and restructure to handle
41         ctype.h bit mask layout changes more gracefully.  (Make fast
42         code path:) Use __maskrune (), if available.
43         (is): Remove special case for digit and xdigit masks.
45 2001-01-09  Robert Lipe <robertlipe@usa.net>
47         * include/c_std/bits/std_ctime.h: Undefine difftime.
49 2001-01-09  Alexandre Oliva  <aoliva@redhat.com>
51         * src/gen-num-limits.cc (signal_adapter): New template function.
52         (signal_handler): Use it, instead of signal.
53         (traps<T>): Likewise.  Install SIGTRAP handler too.  Don't
54         require both tests to trap to set trap_flag.
56 2001-01-08  Benjamin Kosnik  <bkoz@redhat.com>
58         * include/bits/fpos.h (fpos:::fpos(streamoff __pos)): Explicitly
59         initialize mbstate_t member, name offset data members *off, not pos.
60         * include/bits/fstream.tcc (filebuf::filebuf): Same.
61         
62 2001-01-08  Benjamin Kosnik  <bkoz@redhat.com>
64         reported by Chris G. Demetriou <cgd@sibyte.com>
65         * configure.in: Change -linux-* to -linux*.
66         * configure: Regenerate.
67         
68 2001-01-05  Benjamin Kosnik  <bkoz@redhat.com>
70         Fix 27_io/filebuf_members.cc
71         * src/localename.cc (locale::_Impl::_Impl(const _Impl& __imp,
72         const string& __name, category __cat, size_t __refs): Set
73         _M_has_name with _M_name.
74         * include/bits/localefwd.h (locale::operator!=): Protect member
75         function call with this->.
76         * src/locale.cc (locale::operator==): Make fast checks first.
77         * include/bits/basic_ios.tcc (basic_ios::init): Simplify.
79         * include/bits/ios_base.h (_M_synced_with_stdio): Add data member
80         to ios_base::Init.
81         * src/ios.cc (ios_base::Init::Init): Initialize here.
82         (ios_base::sync_with_stdio): Set here.
83         
84 2001-01-04  Loren J. Rittle  <ljrittle@acm.org>
86         * config/c_io_stdio.cc (__basic_file<_CharT>::sys_open()): On
87         systems that support it, call dup() before fdopen().
89 2001-01-03  Benjamin Kosnik  <bkoz@redhat.com>
91         * include/c_std/bits/std_cwctype.h: Include std_cwchar.h for wint_t.
92         * testsuite/17_intro/header_cwctype.cc (main): New file.
94         * src/Makefile.am (base_headers): Change.
95         * include/bits/std_string.h: And here.
96         * include/bits/string.tcc: Tweaks, move to...
97         * include/bits/basic_string.tcc: ...Here.
98         * src/string-inst.cc: Simplify, just instantiate the whole class,
99         not member-by-member.
101 2001-01-02  Benjamin Kosnik  <bkoz@redhat.com>
103         * acinclude.m4 (GLIBCPP_ENABLD_CSTDIO): Add in default value.
104         * aclocal.m4: Regenerate.
105         * configure: Regenerate.
106         
107         * include/bits/c++config (__GLIBCPP__): Bump version number.
109         * ChangeLog: Start new log for year 2001
110         * ChangeLog-2000: New file.
112         * docs/html/configopts.html: Make sure default values are current,
113         add commentary.
115 2001-01-01  Benjamin Kosnik  <bkoz@fillmore.redhat.com>
116         
117         * include/c_std/bits/std_cwchar.h: Same.
118         * testsuite/17_intro/header_cwchar.cc: Same.
119         * include/c_std/bits/std_ctime.h: Same.
120         * testsuite/17_intro/header_ctime.cc: Same.
121         * include/c_std/bits/std_cstdlib.h: Same.
122         Clean up undefs, make consistent with cwchar and cmath, etc.
123         * testsuite/17_intro/header_cstdlib.cc: Same.
124         * include/c_std/bits/std_cstdio.h: Same here.
125         * testsuite/17_intro/header_cstring.cc: Same.
126         * include/c_std/bits/std_cstring.h: Include std_cstddef.h for size_t.
127         * testsuite/17_intro/header_cstring.cc: New file. Check for
128         size_t in namespace std.
130         * include/c_std/bits/std_cwchar.h: Explicit checks for mbstate_t.
131         * acconfig.h (HAVE_MBSTATE_T): Add.
132         * config.h.in: Regenerate.
133         * acinclude.m4(GLIBCPP_CHECK_WCHAR_T_SUPPORT): Always test for
134         mbstate_t.
135         * aclocal.m4: Regenerate.
136         * configure: Regenerate.
137         * testsuite/17_intro/headers_c++.cc: New file.
138         * testsuite/17_intro/headers_c.cc: Small changes.
140 2001-01-01  David Billinghurst <David.Billinghurst@riotinto.com>
142         * tests_flags.in: Fix typo in usage.
144         * tests_flags.in: Set target specific LIBS for cygwin.