OSDN Git Service

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