summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3
Commit message (Collapse)AuthorAgeFilesLines
* 2002-01-24 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-2430-21/+386
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * testsuite/22_locale/num_put_members_wchar_t.cc (test03): Use _GLIBCPP_HAVE_SETENV. * testsuite/22_locale/codecvt_members_wchar_t_char.cc (test02): Same. * testsuite/22_locale/collate_members_char.cc (test02): Same. * testsuite/22_locale/ctype_members_char.cc (test03): Same. * testsuite/22_locale/ctype_members_wchar_t.cc (test03): Same. * testsuite/22_locale/messages_members_char.cc (test02): Same. * testsuite/22_locale/moneypunct_members_char.cc (test02): Same. * testsuite/22_locale/moneypunct_members_wchar_t.cc (test02): Same. * testsuite/22_locale/money_put_members_char.cc (test04): Same. * testsuite/22_locale/money_put_members_wchar_t.cc (test04): Same. * testsuite/22_locale/num_get_members_char.cc (test03): Same. * testsuite/22_locale/num_get_members_wchar_t.cc (test03): Same. * testsuite/22_locale/numpunct_members_char.cc (test02): Same. * testsuite/22_locale/numpunct_members_wchar_t.cc (test02): Same. * testsuite/22_locale/time_get_members_char.cc (test07): Same. * testsuite/22_locale/time_get_members_wchar_t.cc (test07): Same. * testsuite/22_locale/time_put_members_char.cc (test03): Same. * testsuite/22_locale/time_put_members_wchar_t.cc (test03): Same. * testsuite/22_locale/num_put_members_char.cc (test03): Same. * acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Check for setenv. * aclocal.m4: Regenerate. * configure: Regenerate. * config.h.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49191 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-01-241-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49175 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/thread/pthread1.cc: New test.ljrittle2002-01-247-0/+598
| | | | | | | | | | | | * testsuite/thread/pthread2.cc: New test adapted from libstdc++/5347. * testsuite/thread/pthread3.cc: Likewise. * testsuite/thread/pthread4.cc: New test adapted from http://gcc.gnu.org/ml/gcc-bugs/2002-01/msg00679.html * testsuite/thread/pthread5.cc: New test adapted from libstdc++/5464. * testsuite/thread/pthread6.cc: New test adapted from libstdc++/5444. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49173 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libstdc++/5198rth2002-01-242-10/+93
| | | | | | | | | | * config/cpu/m68k/bits/atomicity.h (__exchange_and_add): Only use CAS on the cpu variants that support it. Add versions that use TAS and that disable interrupts. (__atomic_add): Use __exchange_and_add to guarantee atomicity. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49160 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-23 Matt Kraai <kraai@alumni.cmu.edu>bkoz2002-01-232-10/+16
| | | | | | | | | | | | | * include/bits/locale_facets.tcc: Remove old comments. 2002-01-23 Andreas Tobler <toa@pop.agri.ch> * include/bits/locale_facets.tcc (__convert_to_v): Change template parameter to _Tv. (__convert_from_v): Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49156 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-23 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-233-89/+57
| | | | | | | | | | | * include/bits/locale_facets.h (num_get::_M_extract_int): Change prototype. * include/bits/locale_facets.tcc (num_get::_M_extract_int): Remove __max_digits checks, adjust arguments. (num_get::do_get(*)): Changeup. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49154 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/locale/c_locale_generic.cc: Fix typename usage.ljrittle2002-01-232-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49141 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-01-231-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49127 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-22 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-233-4/+8
| | | | | | | * config/locale/c_locale_generic.cc: Fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49125 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-22 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-233-14/+24
| | | | | | | | * docs/html/22_locale/messages.html: Remove angle brackets. * docs/html/17_intro/TODO: Add. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49119 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-22 Paolo Carlini <pcarlini@unitus.it>paolo2002-01-235-1/+11
| | | | | | | | | | * testsuite/27_io/ios_manip_basefield.cc: Enable test02. * testsuite/27_io/ostream_inserter_arith.cc: Enable test03. * testsuite/27_io/ostream_inserter_char.cc: Enable test01. * testsuite/27_io/ostream_inserter_other.cc: Enable test04. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49116 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-22 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-2236-227/+915
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Audit for LANG independence. * include/bits/localefwd.h: Tweaks. * include/bits/locale_facets.tcc (money_get::do_get(long double)): Use __convert_to_v. (time_get::do_get_year): Same. (__convert_from_v): Add. (num_put::_M_convert_float): Use. (num_put::_M_convert_int): Same. (money_put::do_put): Same. * src/locale-inst.cc: Add instantiations for __convert_from_v. * config/locale/time_members_gnu.cc: Cleanup setlocale usage. * config/locale/time_members_generic.cc: * config/locale/messages_members_gnu.cc: Same. * config/locale/messages_members_gnu.h: Same. * testsuite/22_locale/codecvt_members_wchar_t_char.cc (test02): New. * testsuite/22_locale/codecvt_members_char_char.cc (test02): New. * testsuite/22_locale/collate_members_wchar_t.cc (test02): New. * testsuite/22_locale/collate_members_char.cc (test02): New. * testsuite/22_locale/ctype_members_wchar_t.cc (test03): New. * testsuite/22_locale/ctype_members_char.cc (test03): New. * testsuite/22_locale/messages_members_char.cc (test02): New. * testsuite/22_locale/moneypunct_members_wchar_t.cc (test02): New. * testsuite/22_locale/moneypunct_members_char.cc (test02): New. * testsuite/22_locale/money_get_members_wchar_t.cc (test04): New. * testsuite/22_locale/money_get_members_char.cc (test04): New. * testsuite/22_locale/money_put_members_wchar_t.cc (test04): New. * testsuite/22_locale/money_put_members_char.cc (test04): New. * testsuite/22_locale/numpunct_members_wchar_t.cc (test02): New. * testsuite/22_locale/numpunct_members_char.cc (test02): New. * testsuite/22_locale/time_put_members_wchar_t.cc (test03): New. * testsuite/22_locale/time_put_members_char.cc (test03): New. * testsuite/22_locale/time_get_members_wchar_t.cc (test07): New. * testsuite/22_locale/time_get_members_char.cc (test07): New. * testsuite/22_locale/num_get_members_wchar_t.cc (test03): New. * testsuite/22_locale/num_get_members_char.cc (test03): New. * testsuite/22_locale/num_put_members_wchar_t.cc (test03): New. * testsuite/22_locale/num_put_members_char.cc (test03): New. * testsuite/22_locale/time_get_members_char.cc: Fixups for global locale issues. * testsuite/22_locale/time_get_members_char.cc: Same. 2002-01-22 Benjamin Kosnik <bkoz@redhat.com> libstdc++/5280 * include/bits/localefwd.h: Tweak comments. * include/bits/locale_facets.h (__convert_to_v): Add. * include/bits/locale_facets.tcc (num_get::do_get(double)): Use it. (num_get::do_get(float)): Same. (num_get::do_get(long double)): Same. (num_get::do_get(bool)): Same. (num_get::do_get(long)): Same. (num_get::do_get(long long)): Same. (num_get::do_get(unsigned int)): Same. (num_get::do_get(unsigned short)): Same. (num_get::do_get(unsigned long)): Same. (num_get::do_get(unsigned long long)): Same. * config/locale/c_locale_gnu.cc (__convert_to_v): Specialize. * config/locale/c_locale_generic.cc: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49108 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/Makefile.am (c_base_builddir): Remove redundant slash.ljrittle2002-01-223-253/+40
| | | | | | | | | | | (std_builddir): Likewise. (std_headers_rename): Fix cut-n-paste typo. (install-data-local): Concat path per element instead of once to first element of list. * include/Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49081 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-22 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-224-5/+14
| | | | | | | | | * config/os/aix/bits/ctype_noninline.h: Fix formatting. * config/os/bsd/netbsd/bits/ctype_noninline.h: Fix typo. * config/os/bsd/freebsd/bits/ctype_noninline.h: Fix formatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49078 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-01-221-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49067 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-01-211-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49036 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-20 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-2116-61/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include/bits/locale_facets.h (ctype<char>::classic_table): Remove definition. (ctype<char>::_S_ctable): Remove. * config/os/gnu-linux/bits/ctype_noninline.h (ctype<char>::_S_table): Remove definition. (ctype<char>::classic_table): Define. (ctype<char>::ctype): Replace _S_ctable with classic_table(). * config/os/aix/bits/ctype_noninline.h: Same. * config/os/bsd/freebsd/bits/ctype_noninline.h: Same. * config/os/bsd/netbsd/bits/ctype_noninline.h: Same. * config/os/djgpp/bits/ctype_noninline.h: Same. * config/os/generic/bits/ctype_noninline.h: Same. * config/os/gnu-linux/bits/ctype_noninline.h: Same. * config/os/hpux/bits/ctype_noninline.h: Same. * config/os/irix/irix5.2/bits/ctype_noninline.h: Same. * config/os/irix/irix6.5/bits/ctype_noninline.h: Same. * config/os/mingw32/bits/ctype_noninline.h: Same. * config/os/newlib/bits/ctype_noninline.h: Same. * config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same. * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same. * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same. 2002-01-20 Danny Smith <dannysmith@users.sourceforge.net> * config/os/mingw32/bits/ctype_noninline.h: Declare _ctype instead of _pctype. Use to define _S_ctable. Add definition for alternate ctor. Initialise _M_ctable to _S_ctable in ctors. (do_toupper, do_tolower): Use inline code appropriate for C-locale rather than ::toupper, ::tolower. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49032 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-01-201-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49017 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-01-191-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49010 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/18_support/numeric_limits.cc (test_extrema<long double>):ljrittle2002-01-182-0/+31
| | | | | | | | Add specialization for FreeBSD systems only to avoid losing test only due to extra precision unmentioned in system headers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48997 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-01-181-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48980 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-18 David Billinghurst <David.Billinghurst@riotinto.com>billingd2002-01-182-1/+4
| | | | | | | * config/os/irix/irix6.5/bits/ctype_noninline.h: Fix typo git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48979 138bc75d-0d04-0410-961f-82ee72b054a4
* oops - incorrect changelog for previous deltanickc2002-01-171-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48974 138bc75d-0d04-0410-961f-82ee72b054a4
* fix typo in commentnickc2002-01-172-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48973 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>bkoz2002-01-172-2/+5
| | | | | | | * testsuite/22_locale/ctor_copy_dtor.cc: Remove check. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48967 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.target: Define OPT_LDFLAGS for AIX case.dje2002-01-172-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48958 138bc75d-0d04-0410-961f-82ee72b054a4
* - acsectionLDflags fix omitted from previous commit.dje2002-01-173-6/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48957 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/std/std_limits.h (__glibcpp_float_has_quiet_NaN,gdr2002-01-172-2/+7
| | | | | | | __glibcpp_double_has_quiet_NaN): Correct mispelling. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48955 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-17 Andreas Tobler <toa@pop.agri.ch>bkoz2002-01-172-2/+6
| | | | | | | * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48945 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-01-171-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48943 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-16 David Edelsohn <dje@watson.ibm.com>bkoz2002-01-175-25/+33
| | | | | | | | | | * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Do not clear SECTION_LDFLAGS and OPT_LDFLAGS. Fix ac_sectionLDflags type. * aclocal.m4: Regenerate. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48941 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-16 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-1739-101/+194
| | | | | | | | | | | | | | | | | | | | | | | * include/Makefile.am (c_base_headers_rename): New. (c_base_headers_extra): New. (stamp-c_base): Modify. (install-data-local): Use both. * include/Makefile.in: Regenerate. * include/c/[cctype ciso646 cmath cstdarg cstdlib cerrno climits csetjmp cstddef cstring cwchar cassert cfloat clocale csignal cstdio ctime cwctype]: Move to.. * include/c/std_*: Here. * include/c_std/[cctype ciso646 cmath cstdarg cstdlib cerrno climits csetjmp cstddef cstring cwchar cassert cfloat clocale csignal cstdio ctime cwctype]: Move to.. * include/c_std/std_*: Here. Alexandre Oliva <aoliva@redhat.com> * include/Makefile.am (.PRECIOUS): Add rule. * include/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48940 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-16 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-1721-84/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de> * include/bits/stl_iterator.h (reverse_iterator::_M_current): Deuglify, should be current. (back_insert_iterator::_M_container): Deuglify, should be container. (front_insert_iterator::_M_container): Same. (insert_iterator::_M_container): Same. * testsuite/24_iterators/reverse_iterator.cc: Add check. * testsuite/24_iterators/back_insert_iterator.cc: Add check. * testsuite/24_iterators/front_insert_iterator.cc: Same. * testsuite/24_iterators/insert_iterator.cc: Same. 2002-01-16 Benjamin Kosnik <bkoz@redhat.com> * include/bits/locale_facets.h (ctype<char>::classic_table): Make static. (ctype<char>::_M_ctable): Make static, change name to _S_ctable. * config/os/gnu-linux/bits/ctype_noninline.h: Define _S_ctable. * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same. * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same. * config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same. * config/os/newlib/bits/ctype_noninline.h: Same. * config/os/irix/irix6.5/bits/ctype_noninline.h: Same. * config/os/irix/irix5.2/bits/ctype_noninline.h: Same. * config/os/hpux/bits/ctype_noninline.h: Same. * config/os/djgpp/bits/ctype_noninline.h: Same. * config/os/bsd/netbsd/bits/ctype_noninline.h: Same. * config/os/bsd/freebsd/bits/ctype_noninline.h: Same. * config/os/aix/bits/ctype_noninline.h: Same. Testcase by Dietmar K�hl via Peter Schmid * testsuite/22_locale/ctype_members_char.cc (char>): Add test for classic_table(). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48938 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-16 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-1642-42/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libmath/signbitl.c: Copyright years as list, not range. * libmath/Makefile.am: Same. * libmath/Makefie.in: Regenerate. * libmath/signbit.c: Same. * libmath/nan.c: Same. * libmath/copysignf.c: Same. * libmath/signbitf.c: Same. * testsuite/22_locale/money_get_members_char.cc: Same. * testsuite/22_locale/money_get_members_wchar_t.cc: Same. * testsuite/22_locale/money_put_members_char.cc: Same. * testsuite/22_locale/money_put_members_wchar_t.cc: Same. * testsuite/22_locale/time_get_members_char.cc: Same. * testsuite/22_locale/time_get_members_wchar_t.cc: Same. * testsuite/22_locale/time_put_members_char.cc: Same. * testsuite/22_locale/time_put_members_wchar_t.cc: Same. * testsuite/21_strings/nonmember.cc: Same. * testsuite/21_strings/compare.cc: Same. * testsuite/27_io/stringstream.cc: Same. * testsuite/27_io/stringbuf.cc: Same. * testsuite/27_io/filebuf.cc: Same. * testsuite/27_io/ios_manip_basefield.cc: Same. * testsuite/27_io/ios_manip_fmtflags.cc: Same. * include/bits/cpp_type_traits.h: Same. * include/bits/generic_shadow.h: Same. * include/bits/gslice_array.h: Same. * include/bits/gslice.h: Same. * include/bits/indirect_array.h: Same. * include/bits/slice_array.h: Same. * include/bits/sstream.tcc: Same. * include/bits/streambuf_iterator.h: Same. * include/bits/valarray_array.tcc: Same. * include/bits/valarray_meta.h: Same. * include/bits/valarray_array.h: Same. * config/os/mingw32/bits/ctype_noninline.h: Same. * config/os/mingw32/bits/ctype_base.h: Same. * config/os/hpux/bits/ctype_noninline.h: Same. * config/os/hpux/bits/ctype_base.h: Same. * config/os/gnu-linux/bits/ctype_noninline.h: Same. * config/os/gnu-linux/bits/ctype_base.h: Same. * config/os/generic/bits/ctype_noninline.h: Same. * config/os/generic/bits/ctype_base.h: Same. * libsupc++/tinfo.h: Tweaks. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48922 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-01-161-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48903 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-15 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-162-3/+2
| | | | | | | | | * testsuite/22_locale/num_put_members_wchar_t.cc (test02): Same. * testsuite/22_locale/num_put_members_char.cc (test01): Tweak. * testsuite/22_locale/ctype_members_char.cc: Tweak. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48902 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-15 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-163-4/+11
| | | | | | | | * testsuite/22_locale/num_put_members_wchar_t.cc (test02): Same. * testsuite/22_locale/num_put_members_char.cc (test01): Tweak. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48901 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-15 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-166-17/+298
| | | | | | | | | | | | | * include/bits/locale_facets.tcc (num_put::do_put(bool): Fix. (num_put::do_put(void*)): Fix. * testsuite/22_locale/num_put_members_char.cc (test02): Add. * testsuite/22_locale/num_put_members_wchar_t.cc (test02): Add. * testsuite/22_locale/num_get_members_char.cc (test02): Add long double, void, bool types. * testsuite/22_locale/num_get_members_wchar_t.cc (test02): Add. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48892 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-15 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-153-4/+14
| | | | | | | | | | Alexandre Oliva <aoliva@redhat.com> * libmath/Makefile.am (LINK): Add --tag CC. * libmath/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48883 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/os/hpux/bits/ctype_noninline.h: Use __SB_masks for addressdanglin2002-01-152-3/+8
| | | | | | | of character to attribute mapping table. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48880 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-01-151-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48866 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-08 David Billinghurst <David.Billinghurst@riotinto.com>billingd2002-01-152-2/+6
| | | | | | | | * testsuite/26_numerics/c99_classification_macros_c.cc Remove dg-error and dg-excess-errors comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48862 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-14 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-157-12/+290
| | | | | | | | | | | | * include/bits/locale_facets.tcc (time_put::put): Correct output iterator positions. * testsuite/22_locale/time_put_members_char.cc (test02): Add. * testsuite/22_locale/time_put_members_wchar_t.cc (test02): Add. * testsuite/22_locale/time_get_members_wchar_t.cc (test06): Add. * testsuite/22_locale/time_get_members_char.cc (test06): Add. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48861 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-14 Craig Rodrigues <rodrigc@gcc.gnu.org>rodrigc2002-01-152-1/+7
| | | | | | | * docs/html/17_intro/porting-howto.xml: Update filebuf section. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48860 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-14 Paolo Carlini <pcarlini@unitus.it>paolo2002-01-144-24/+95
| | | | | | | | | | | | | | | | | | | | | | | Nathan Myers <ncm@cantrip.org> * include/bits/basic_string.h (replace(__pos, __n1, __s, __n2)): Optimize by avoiding temporaries (i.e., call _M_replace_safe) when possible. (replace(__pos, __n, __str)): Call replace(__pos, __n1, __s, __n2). (replace(__pos, __n1, __s)): Call replace(__pos, __n1, __s , __n2). (replace(__i1, __i2, __str)): Call replace(__i1, __i2, __s, __n). (replace(__i1, __i2, __s)): Call replace(__i1, __i2, __s, __n). (replace(__i1, __i2, __s, __n)): Call replace(__pos1, __n1, __s, __n2). * include/bits/basic_string.tcc (replace(__pos1, __n1, __str, __pos2, __n2)): Call replace(__pos, __n1, __s, __n2). * testsuite/21_strings/replace.cc (test03): New testcases. * include/bits/basic_string.h (insert(__pos, __s, __n)): Adjust comparison wrt overflow. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48834 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-01-141-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48825 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-01-131-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48813 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-12 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-133-18/+85
| | | | | | | | | * include/Makefile.am (std_headers_rename): New variable. (install-data-local): Use it. * include/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48811 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-12 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-135-6/+100
| | | | | | | | | | * include/bits/locale_facets.tcc (money_put::do_put(string): Correct output iterator value. * testsuite/22_locale/money_put_members_char.cc (test03): Add. * testsuite/22_locale/money_put_members_wchar_t.cc: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48809 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-01-121-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48795 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud