OSDN Git Service

* som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
1 2003-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2
3         * config/os/hpux/os_defines.h (_GLIBCPP_GTHREAD_USE_WEAK): Define for
4         __hppa__.
5
6 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
7
8         Further conform g++'s __vmi_class_type_info to the C++ ABI
9         specification.
10         * libsupc++/cxxabi.h
11         (__vmi_class_type_info::__flags_masks): Remove enumerations not
12         required by the specification.
13
14 2003-01-12  Benjamin Kosnik  <bkoz@redhat.com>
15
16         Renames, namespaces for testsuite utilities.    
17         * testsuite/testsuite_hooks.h: Put into namespace __gnu_cxx_test.
18         (gnu_allocator_tracker): Rename to allocation_tracker.
19         (gnu_new_allocator): Rename to tracker_alloc.
20         (__set_testsuite_memlimit): Rename to set_memory_limits.
21         (gnu_assignment_operator): Rename to assignment_operator.
22         (gnu_destructor): Rename to destructor.
23         (gnu_copy_tracker): Rename to copy_tracker.
24         (gnu_char, gnu_int, gnu_long): Rename to pod_char, pod_int, pod_long.
25         (run_tests_wrapped_locale): New.
26         (run_tests_wrapped_env): New.
27         * testsuite/testsuite_hooks.cc: Same.
28         (class locale_data): Add.
29         (class enviornment_variable): Add.
30         (class not_found): Add.
31         * testsuite/testsuite_allocator.h: Same.
32         * testsuite/testsuite_allocator.cc: Same.
33         * testsuite/23_containers/deque_ctor.cc
34         (test_copy_ctor_exception_safety): Change gnu_allocator_tracker to
35         allocation_tracker. 
36         Change gnu_new_allocator to tracker_alloc.
37         Change gnu_counting_struct to counter.
38         Change gnu_copy_tracker to copy_tracker.
39         Change gnu_copy_constructor to copy_constructor.
40         Change gnu_assignment_operator to assignment_operator.  
41         Inject.
42         * testsuite/23_containers/vector_capacity.cc: Same.
43         * testsuite/23_containers/vector_ctor.cc (test01): Same.
44         * testsuite/23_containers/list_modifiers.cc: Change
45         gnu_copy_tracker to copy_tracker.
46         * testsuite/21_strings/ctor_copy_dtor.cc (main): Change
47         __set_testsuite_memlimit to set_memory_limits.
48         * testsuite/21_strings/insert.cc (main): Same.
49         * testsuite/27_io/filebuf.cc: Change gnu_char to pod_char.
50         * testsuite/27_io/stringstream.cc: Same.
51         * testsuite/27_io/stringbuf.cc: Same.
52         * testsuite/27_io/streambuf.cc: Same.
53         * testsuite/27_io/ostream.cc: Same.
54         * testsuite/27_io/istream.cc: Same.
55         * testsuite/27_io/fstream.cc: Same.
56         * testsuite/lib/libstdc++-v3-dg.exp
57         (libstdc++-v3-list-sourcefiles): Additionally handle files two and
58         three levels deeper in glob patterns.
59
60 2003-01-11  Phil Edwards  <pme@gcc.gnu.org>
61
62         * docs/doxygen/tables.html:  Finished now.
63         * docs/doxygen/user.cfg.in:  Update to latest version of Doxygen.
64         * include/bits/basic_ios.h (basic_ios::rdbuf):  Add example to
65         comments.
66
67         * include/bits/deque.tcc, include/bits/stl_alloc.h,
68         include/bits/stl_deque.h, include/bits/stl_list.h,
69         include/bits/stl_vector.h:  Remove _GLIBCPP_DEPRECATED bits scheduled
70         for 3.4 removal.
71
72 2003-01-09  Benjamin Kosnik  <bkoz@redhat.com>
73
74         * configure.in: Revert.
75         * configure: Regenerate.
76
77 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
78
79         * include/Makefile.am (install-data-local): Prepend
80         $(DESTDIR) to destination paths in all (un)installation
81         commands.  Use ${c_base_builddir} and ${std_builddir}
82         as destination subdirectories to achieve consistency with
83         preceding mkinstalldirs commands.  No effect because both
84         variables contain "." only.
85         * include/Makefile.in: Regenerate.
86
87 2003-01-08  Benjamin Kosnik  <bkoz@redhat.com>
88
89         * include/Makefile.am (stamp-*): Add checks for existing stamps.
90         * include/Makefile.in: Regenerate.
91
92         * acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Correct comment.
93         * aclocal.m4: Regenerate.
94
95         * configure.in: Don't add new multi-do rules every time the
96         directory is reconfigured.
97         * configure: Regenerate.
98         
99 2003-01-08  Brad Spencer  <spencer@infointeractive.com>
100             Nathan Myers  <ncm@cantrip.org>
101         
102         * src/Makefile.am (stamp-debug): Clean.
103         * src/Makefile.in: Regenerate.
104         
105 2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
106
107         PR libstdc++/8707
108         * Makefile.am (distclean-multi): Fix.
109         * Makefile.in: Regenerate.
110         
111 2003-01-06  Benjamin Kosnik  <bkoz@redhat.com>
112
113         * include/bits/locale_facets.h (messages): Move ctor, dtor
114         definitions to..
115         (__timepunct): Same.
116         * config/locale/gnu/messages_members.h (messages): Add dtor, ctor
117         definitions. Conditionalize for GNU systems.
118         * config/locale/generic/messages_members.h (messages): Add dtor, ctor
119         definitions.
120         * config/locale/gnu/time_members.h (messages): New. Add dtor, ctor
121         definitions. Conditionalize for GNU systems.
122         * config/locale/generic/time_members.h (messages): New. Add dtor, ctor
123         definitions.
124         * include/bits/localefwd.h (locale::facet::_S_c_name): Add.
125         * src/locale.cc: Define.
126         * src/localename.cc (locale::_Impl::_Impl(facet**, size_t, bool):
127         Use it.
128         * config/locale/gnu/time_members.h: Use it.
129         * config/locale/gnu/messages_members.h: Use it.
130         * config/linker-map.gnu: Add locale::facets details.    
131         * include/Makefile.am (target_headers_extra): Add time_members.h.
132         * include/Makefile.in: Regenerate.
133         * acinclude.m4: Export CTIME_H.
134         * aclocal.m4: Regenerate.
135         * configure: Regnerate.
136
137 2003-01-06  Paolo Carlini  <pcarlini@unitus.it>
138
139         * src/codecvt.cc
140         (codecvt<char, char, mbstate_t>::do_in, do_out):
141         Tweak parameters to avoid unused parameter warnings.
142
143 2003-01-06  Paolo Carlini  <pcarlini@unitus.it>
144
145         PR libstdc++/9151
146         * include/bits/locale_facets.cc (num_put::_M_convert_float):
147         Limit __prec to digits10 + 2, not digits10 + 1, taking into
148         account the possibility of %{g,G} conversion specifiers
149         inside _S_format_float.
150         * testsuite/27_io/ostream_inserter_arith.cc (test06): Add.
151
152 2003-01-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
153
154         * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init,
155         libstdc++-v3-list-sourcefiles): Additionally handle files one
156         level deeper in glob patterns.
157         
158         * testsuite/27_io/istream_extractor_arith.cc: Delete, split...
159         * testsuite/27_io/istream_extractor_arith/01.cc,
160         testsuite/27_io/istream_extractor_arith/02.cc,
161         testsuite/27_io/istream_extractor_arith/03.cc,
162         testsuite/27_io/istream_extractor_arith/06.cc,
163         testsuite/27_io/istream_extractor_arith/07.cc,
164         testsuite/27_io/istream_extractor_arith/08.cc,
165         testsuite/27_io/istream_extractor_arith/09.cc,
166         testsuite/27_io/istream_extractor_arith/10.cc,
167         testsuite/27_io/istream_extractor_arith/11.cc,
168         testsuite/27_io/istream_extractor_arith/12.cc,
169         testsuite/27_io/istream_extractor_arith/13.cc: ... to new files.
170         * testsuite/27_io/istream_extractor_arith/12.cc: Add XFAIL for
171         sparc*-*-solaris2*.
172
173 2003-01-05  Paolo Carlini <pcarlini@unitus.it>
174
175         PR libstdc++/9168
176         * src/codecvt.cc
177         (codecvt<char, char, mbstate_t>::do_in, do_out):
178         Implement the resolution of DR19 (TC).
179         * testsuite/22_locale/codecvt_members_char_char.cc
180         (test01): Tweak.
181
182 2003-01-02  Jason Merrill  <jason@redhat.com>
183
184         * config/cpu/i486/atomicity.h (__exchange_and_add, __atomic_add):
185         *__mem is also an output.
186         * config/cpu/m68k/atomicity.h (__exchange_and_add): Likewise.