public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: bkoz@gcc.gnu.org
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: libstdc++/9870
Date: Sat, 15 Mar 2003 04:56:00 -0000	[thread overview]
Message-ID: <20030315045601.4760.qmail@sources.redhat.com> (raw)

The following reply was made to PR libstdc++/9870; it has been noted by GNATS.

From: bkoz@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: libstdc++/9870
Date: 15 Mar 2003 04:53:53 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	bkoz@gcc.gnu.org	2003-03-15 04:53:52
 
 Modified files:
 	libstdc++-v3   : ChangeLog mkcheck.in 
 	libstdc++-v3/config/locale/generic: ctype_members.cc 
 	libstdc++-v3/config/locale/gnu: ctype_members.cc 
 	libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t: 
 	                                                                1.cc 
 	                                                                2.cc 
 	                                                                3.cc 
 	                                                                4.cc 
 	libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t: 
 	                                                             1.cc 
 	                                                             2.cc 
 	                                                             3.cc 
 	                                                             4.cc 
 	libstdc++-v3/testsuite/22_locale/ctype/cons/char: 1.cc 
 	libstdc++-v3/testsuite/23_containers: bitset_members.cc 
 	                                      map_insert.cc 
 	                                      vector_bool.cc 
 	libstdc++-v3/testsuite/24_iterators: istream_iterator.cc 
 	libstdc++-v3/testsuite/26_numerics: slice.cc 
 	                                    slice_array_assignment.cc 
 	                                    valarray_operators.cc 
 	libstdc++-v3/testsuite/27_io: filebuf_virtuals.cc 
 	                              istream_exception.cc 
 	                              ostream_inserter_arith.cc 
 	                              stringbuf_virtuals.cc 
 Added files:
 	libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t: 3.cc 
 	libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t: 2.cc 3.cc 
 
 Log message:
 	2003-03-14  Benjamin Kosnik  <bkoz@redhat.com>
 	
 	* testsuite/23_containers/bitset_members.cc: Add test variable.
 	* testsuite/23_containers/map_insert.cc: Same.
 	* testsuite/22_locale/ctype/cons/char/1.cc: Same.
 	* testsuite/22_locale/codecvt/max_length/wchar_t/1.cc: Same.
 	* testsuite/22_locale/codecvt/max_length/wchar_t/2.cc: Same.
 	* testsuite/22_locale/codecvt/max_length/wchar_t/3.cc: Same.
 	* testsuite/22_locale/codecvt/max_length/wchar_t/4.cc: Same.
 	* testsuite/22_locale/codecvt/always_noconv/wchar_t/1.cc: Same.
 	* testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc: Same.
 	* testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc: Same.
 	* testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc: Same.
 	* testsuite/27_io/istream_exception.cc: Same.
 	* testsuite/27_io/filebuf_virtuals.cc: Same.
 	* testsuite/27_io/stringbuf_virtuals.cc: Same.
 	* testsuite/27_io/ostream_inserter_arith.cc: Same.
 	* testsuite/26_numerics/valarray_operators.cc: Same.
 	* testsuite/26_numerics/slice.cc: Same.
 	* testsuite/26_numerics/slice_array_assignment.cc: Same.
 	* testsuite/24_iterators/istream_iterator.cc: Same.
 	* mkcheck.in (TESTS_FILE): Use dejagnu-generated file if possible.
 	
 	2003-03-14  Petur Runolfsson  <peturr02@ru.is>
 	
 	PR libstdc++/9581
 	PR libstdc++/9870
 	* config/locale/generic/ctype_members.cc,
 	* config/locale/gnu/ctype_members.cc
 	(ctype<wchar_t>::do_widen(char)):  Cast argument to
 	unsigned char before passing to btowc.
 	(ctype<wchar_t>::do_widen(const char*, const char*, wchar_t*)):
 	Convert characters with btowc instead of mbsrtowcs.
 	(ctype<wchar_t>::do_narrow(const wchar_t*, const wchar_t*,
 	char, char*):
 	Convert characters with wctob instead of wcsrtombs.
 	* testsuite/22_locale/ctype/narrow/wchar_t/3.cc:  New test.
 	* testsuite/22_locale/ctype/widen/wchar_t/2.cc:  New test.
 	* testsuite/22_locale/ctype/widen/wchar_t/3.cc:  New test.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1599&r2=1.1600
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/mkcheck.in.diff?cvsroot=gcc&r1=1.63&r2=1.64
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/generic/ctype_members.cc.diff?cvsroot=gcc&r1=1.2&r2=1.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/gnu/ctype_members.cc.diff?cvsroot=gcc&r1=1.8&r2=1.9
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/1.cc.diff?cvsroot=gcc&r1=1.2&r2=1.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc.diff?cvsroot=gcc&r1=1.1&r2=1.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc.diff?cvsroot=gcc&r1=1.1&r2=1.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc.diff?cvsroot=gcc&r1=1.1&r2=1.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/1.cc.diff?cvsroot=gcc&r1=1.2&r2=1.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/2.cc.diff?cvsroot=gcc&r1=1.1&r2=1.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/3.cc.diff?cvsroot=gcc&r1=1.1&r2=1.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/4.cc.diff?cvsroot=gcc&r1=1.1&r2=1.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/cons/char/1.cc.diff?cvsroot=gcc&r1=1.2&r2=1.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/3.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/2.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/3.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/bitset_members.cc.diff?cvsroot=gcc&r1=1.6&r2=1.7
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/map_insert.cc.diff?cvsroot=gcc&r1=1.1&r2=1.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/vector_bool.cc.diff?cvsroot=gcc&r1=1.2&r2=1.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/24_iterators/istream_iterator.cc.diff?cvsroot=gcc&r1=1.3&r2=1.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/26_numerics/slice.cc.diff?cvsroot=gcc&r1=1.1&r2=1.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/26_numerics/slice_array_assignment.cc.diff?cvsroot=gcc&r1=1.2&r2=1.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/26_numerics/valarray_operators.cc.diff?cvsroot=gcc&r1=1.2&r2=1.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/filebuf_virtuals.cc.diff?cvsroot=gcc&r1=1.17&r2=1.18
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/istream_exception.cc.diff?cvsroot=gcc&r1=1.2&r2=1.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ostream_inserter_arith.cc.diff?cvsroot=gcc&r1=1.18&r2=1.19
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/stringbuf_virtuals.cc.diff?cvsroot=gcc&r1=1.7&r2=1.8
 


             reply	other threads:[~2003-03-15  4:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-15  4:56 bkoz [this message]
2003-05-12 18:28 libstdc++/9870 bkoz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030315045601.4760.qmail@sources.redhat.com \
    --to=bkoz@gcc.gnu.org \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).