Temporary fix to work around bug in C++ front end.
[official-gcc.git] / libstdc++-v3 / ChangeLog
blob87cfab966a5d4733b45b6332b743e74c86f24444
1 2001-01-10  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3         * tests_flags.in (check_directory): Fix typo.
5 2001-01-09  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
6          * include/bits/std_complex.h: Fix a typo.
8 2001-01-10  Loren J. Rittle  <ljrittle@acm.org>
10         * config/os/bsd/freebsd/bits/ctype_inline.h (is): (Make right
11         code path:) Remove magic constants and restructure to handle
12         ctype.h bit mask layout changes more gracefully.  (Make fast
13         code path:) Use __maskrune (), if available.
14         (is): Remove special case for digit and xdigit masks.
16 2001-01-09  Robert Lipe <robertlipe@usa.net>
18         * include/c_std/bits/std_ctime.h: Undefine difftime.
20 2001-01-09  Alexandre Oliva  <aoliva@redhat.com>
22         * src/gen-num-limits.cc (signal_adapter): New template function.
23         (signal_handler): Use it, instead of signal.
24         (traps<T>): Likewise.  Install SIGTRAP handler too.  Don't
25         require both tests to trap to set trap_flag.
27 2001-01-08  Benjamin Kosnik  <bkoz@redhat.com>
29         * include/bits/fpos.h (fpos:::fpos(streamoff __pos)): Explicitly
30         initialize mbstate_t member, name offset data members *off, not pos.
31         * include/bits/fstream.tcc (filebuf::filebuf): Same.
32         
33 2001-01-08  Benjamin Kosnik  <bkoz@redhat.com>
35         reported by Chris G. Demetriou <cgd@sibyte.com>
36         * configure.in: Change -linux-* to -linux*.
37         * configure: Regenerate.
38         
39 2001-01-05  Benjamin Kosnik  <bkoz@redhat.com>
41         Fix 27_io/filebuf_members.cc
42         * src/localename.cc (locale::_Impl::_Impl(const _Impl& __imp,
43         const string& __name, category __cat, size_t __refs): Set
44         _M_has_name with _M_name.
45         * include/bits/localefwd.h (locale::operator!=): Protect member
46         function call with this->.
47         * src/locale.cc (locale::operator==): Make fast checks first.
48         * include/bits/basic_ios.tcc (basic_ios::init): Simplify.
50         * include/bits/ios_base.h (_M_synced_with_stdio): Add data member
51         to ios_base::Init.
52         * src/ios.cc (ios_base::Init::Init): Initialize here.
53         (ios_base::sync_with_stdio): Set here.
54         
55 2001-01-04  Loren J. Rittle  <ljrittle@acm.org>
57         * config/c_io_stdio.cc (__basic_file<_CharT>::sys_open()): On
58         systems that support it, call dup() before fdopen().
60 2001-01-03  Benjamin Kosnik  <bkoz@redhat.com>
62         * include/c_std/bits/std_cwctype.h: Include std_cwchar.h for wint_t.
63         * testsuite/17_intro/header_cwctype.cc (main): New file.
65         * src/Makefile.am (base_headers): Change.
66         * include/bits/std_string.h: And here.
67         * include/bits/string.tcc: Tweaks, move to...
68         * include/bits/basic_string.tcc: ...Here.
69         * src/string-inst.cc: Simplify, just instantiate the whole class,
70         not member-by-member.
72 2001-01-02  Benjamin Kosnik  <bkoz@redhat.com>
74         * acinclude.m4 (GLIBCPP_ENABLD_CSTDIO): Add in default value.
75         * aclocal.m4: Regenerate.
76         * configure: Regenerate.
77         
78         * include/bits/c++config (__GLIBCPP__): Bump version number.
80         * ChangeLog: Start new log for year 2001
81         * ChangeLog-2000: New file.
83         * docs/html/configopts.html: Make sure default values are current,
84         add commentary.
86 2001-01-01  Benjamin Kosnik  <bkoz@fillmore.redhat.com>
87         
88         * include/c_std/bits/std_cwchar.h: Same.
89         * testsuite/17_intro/header_cwchar.cc: Same.
90         * include/c_std/bits/std_ctime.h: Same.
91         * testsuite/17_intro/header_ctime.cc: Same.
92         * include/c_std/bits/std_cstdlib.h: Same.
93         Clean up undefs, make consistent with cwchar and cmath, etc.
94         * testsuite/17_intro/header_cstdlib.cc: Same.
95         * include/c_std/bits/std_cstdio.h: Same here.
96         * testsuite/17_intro/header_cstring.cc: Same.
97         * include/c_std/bits/std_cstring.h: Include std_cstddef.h for size_t.
98         * testsuite/17_intro/header_cstring.cc: New file. Check for
99         size_t in namespace std.
101         * include/c_std/bits/std_cwchar.h: Explicit checks for mbstate_t.
102         * acconfig.h (HAVE_MBSTATE_T): Add.
103         * config.h.in: Regenerate.
104         * acinclude.m4(GLIBCPP_CHECK_WCHAR_T_SUPPORT): Always test for
105         mbstate_t.
106         * aclocal.m4: Regenerate.
107         * configure: Regenerate.
108         * testsuite/17_intro/headers_c++.cc: New file.
109         * testsuite/17_intro/headers_c.cc: Small changes.
111 2001-01-01  David Billinghurst <David.Billinghurst@riotinto.com>
113         * tests_flags.in: Fix typo in usage.
115         * tests_flags.in: Set target specific LIBS for cygwin.