public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/11065] New: ctype<wchar_t>::do_is unimplemented
@ 2003-06-02 16:50 paolo@gcc.gnu.org
  2003-08-23  0:23 ` [Bug libstdc++/11065] " dhazeghi at yahoo dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: paolo@gcc.gnu.org @ 2003-06-02 16:50 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11065

           Summary: ctype<wchar_t>::do_is unimplemented
           Product: gcc
           Version: 3.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: paolo@gcc.gnu.org
                CC: gcc-bugs@gcc.gnu.org,uweigand@gcc.gnu.org
 GCC build triplet: any
  GCC host triplet: any
GCC target triplet: any

This is a just a memo, in order not to forget about this issue pointed out
by Ulrich:

  http://gcc.gnu.org/ml/libstdc++/2003-03/msg00335.html



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libstdc++/11065] ctype<wchar_t>::do_is unimplemented
  2003-06-02 16:50 [Bug libstdc++/11065] New: ctype<wchar_t>::do_is unimplemented paolo@gcc.gnu.org
@ 2003-08-23  0:23 ` dhazeghi at yahoo dot com
  2003-09-25 20:29 ` bkoz at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-23  0:23 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11065


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
  GCC build triplet|any                         |
   GCC host triplet|any                         |
 GCC target triplet|any                         |
   Target Milestone|3.4                         |---


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libstdc++/11065] ctype<wchar_t>::do_is unimplemented
  2003-06-02 16:50 [Bug libstdc++/11065] New: ctype<wchar_t>::do_is unimplemented paolo@gcc.gnu.org
  2003-08-23  0:23 ` [Bug libstdc++/11065] " dhazeghi at yahoo dot com
@ 2003-09-25 20:29 ` bkoz at gcc dot gnu dot org
  2003-09-25 22:14 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2003-09-25 20:29 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11065


bkoz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |bkoz at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


------- Additional Comments From bkoz at gcc dot gnu dot org  2003-09-25 20:00 -------
Wow! I didn't realize this was in here. Bonus!

I fixed this yesterday. Can you try it, and confirm?

thanks,
benjamin


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libstdc++/11065] ctype<wchar_t>::do_is unimplemented
  2003-06-02 16:50 [Bug libstdc++/11065] New: ctype<wchar_t>::do_is unimplemented paolo@gcc.gnu.org
  2003-08-23  0:23 ` [Bug libstdc++/11065] " dhazeghi at yahoo dot com
  2003-09-25 20:29 ` bkoz at gcc dot gnu dot org
@ 2003-09-25 22:14 ` cvs-commit at gcc dot gnu dot org
  2003-09-25 22:17 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-09-25 22:14 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11065



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-09-25 21:32 -------
Subject: Bug 11065

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bkoz@gcc.gnu.org	2003-09-25 21:32:15

Modified files:
	libstdc++-v3   : ChangeLog 

Log message:
	2003-09-25  Brad Spencer  <spencer@infointeractive.com>
	
	PR libstdc++/6072
	* acinclude.m4: Split out checks for vfwscanf, vswscanf, vwscanf,
	wcstof, iswblank.
	* aclocal.m4: Regenerate.
	* config.h.in: Regenerate.
	* configure: Regenerate.
	* crossconfig.m4: Add in wchar_t bits for solaris crosses.
	* config/io/basic_file_stdio.cc: Guard unistd.h.
	* include/c_compatibility/wchar.h: Guard extra wchar_t functionality.
	* include/c_std/std_cwchar.h: Same.
	* include/c_std/std_cwctype.h: Same.
	
	2003-09-25  Benjamin Kosnik  <bkoz@redhat.com>
	
	PR libstdc++/11065
	* config/locale/gnu/ctype_members.cc (ctype<wchar_t>::do_is): Fix.
	* config/locale/generic/ctype_members.cc: Same.
	* testsuite/22_locale/ctype/is/char/1.cc: Initialize mask.
	* testsuite/22_locale/ctype/is/wchar_t/1.cc: Same.
	
	* config/os/generic/ctype_inline.h: Update.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1968&r2=1.1969


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libstdc++/11065] ctype<wchar_t>::do_is unimplemented
  2003-06-02 16:50 [Bug libstdc++/11065] New: ctype<wchar_t>::do_is unimplemented paolo@gcc.gnu.org
                   ` (2 preceding siblings ...)
  2003-09-25 22:14 ` cvs-commit at gcc dot gnu dot org
@ 2003-09-25 22:17 ` pinskia at gcc dot gnu dot org
  2003-09-26  0:16 ` cvs-commit at gcc dot gnu dot org
  2003-10-17 18:17 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-25 22:17 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11065


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-25 21:34 -------
Fixed by the patch.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libstdc++/11065] ctype<wchar_t>::do_is unimplemented
  2003-06-02 16:50 [Bug libstdc++/11065] New: ctype<wchar_t>::do_is unimplemented paolo@gcc.gnu.org
                   ` (3 preceding siblings ...)
  2003-09-25 22:17 ` pinskia at gcc dot gnu dot org
@ 2003-09-26  0:16 ` cvs-commit at gcc dot gnu dot org
  2003-10-17 18:17 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-09-26  0:16 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11065



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-09-25 22:25 -------
Subject: Bug 11065

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	bkoz@gcc.gnu.org	2003-09-25 22:25:00

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/config/locale/generic: ctype_members.cc 
	libstdc++-v3/config/locale/gnu: ctype_members.cc 
	libstdc++-v3/config/os/generic: ctype_inline.h 

Log message:
	2003-09-25  Benjamin Kosnik  <bkoz@redhat.com>
	
	PR libstdc++/11065
	* config/locale/gnu/ctype_members.cc (ctype<wchar_t>::do_is): Fix.
	* config/locale/generic/ctype_members.cc: Same.
	
	* config/os/generic/ctype_inline.h: Update.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1464.2.146&r2=1.1464.2.147
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/generic/ctype_members.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.2&r2=1.2.20.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/gnu/ctype_members.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.6.4.1&r2=1.6.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/generic/ctype_inline.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1.22.1&r2=1.1.22.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libstdc++/11065] ctype<wchar_t>::do_is unimplemented
  2003-06-02 16:50 [Bug libstdc++/11065] New: ctype<wchar_t>::do_is unimplemented paolo@gcc.gnu.org
                   ` (4 preceding siblings ...)
  2003-09-26  0:16 ` cvs-commit at gcc dot gnu dot org
@ 2003-10-17 18:17 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-17 18:17 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11065


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.3.2


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-17 18:17 -------
Was fixed in 3.3.2.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-10-17 18:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-02 16:50 [Bug libstdc++/11065] New: ctype<wchar_t>::do_is unimplemented paolo@gcc.gnu.org
2003-08-23  0:23 ` [Bug libstdc++/11065] " dhazeghi at yahoo dot com
2003-09-25 20:29 ` bkoz at gcc dot gnu dot org
2003-09-25 22:14 ` cvs-commit at gcc dot gnu dot org
2003-09-25 22:17 ` pinskia at gcc dot gnu dot org
2003-09-26  0:16 ` cvs-commit at gcc dot gnu dot org
2003-10-17 18:17 ` pinskia at gcc dot gnu dot org

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).