public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/12971] Resolution of DR 328 [WP] still unimplemented
       [not found] <20031108231216.12971.pcarlini@suse.de>
@ 2004-01-27  1:20 ` cvs-commit at gcc dot gnu dot org
  2004-01-27  1:21 ` pcarlini at suse dot de
  1 sibling, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-27  1:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-27 01:20 -------
Subject: Bug 12971

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	paolo@gcc.gnu.org	2004-01-27 01:20:19

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/bits: locale_facets.tcc 

Log message:
	2004-01-26  Paolo Carlini  <pcarlini@suse.de>
	
	PR libstdc++/12971
	* include/bits/locale_facets.tcc
	(money_put::do_put(..., long double)): Fix conversion
	specification as per DR 328 [WP].

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.169&r2=1.1464.2.170
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/locale_facets.tcc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.82.4.15&r2=1.82.4.16



-- 


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


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

* [Bug libstdc++/12971] Resolution of DR 328 [WP] still unimplemented
       [not found] <20031108231216.12971.pcarlini@suse.de>
  2004-01-27  1:20 ` [Bug libstdc++/12971] Resolution of DR 328 [WP] still unimplemented cvs-commit at gcc dot gnu dot org
@ 2004-01-27  1:21 ` pcarlini at suse dot de
  1 sibling, 0 replies; 7+ messages in thread
From: pcarlini at suse dot de @ 2004-01-27  1:21 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.0                       |3.3.3


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


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

* [Bug libstdc++/12971] Resolution of DR 328 [WP] still unimplemented
  2003-11-08 23:12 [Bug libstdc++/12971] New: " paolo at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2003-11-09 10:52 ` paolo at gcc dot gnu dot org
@ 2003-11-09 10:58 ` paolo at gcc dot gnu dot org
  4 siblings, 0 replies; 7+ messages in thread
From: paolo at gcc dot gnu dot org @ 2003-11-09 10:58 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


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


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

* [Bug libstdc++/12971] Resolution of DR 328 [WP] still unimplemented
  2003-11-08 23:12 [Bug libstdc++/12971] New: " paolo at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2003-11-09 10:48 ` cvs-commit at gcc dot gnu dot org
@ 2003-11-09 10:52 ` paolo at gcc dot gnu dot org
  2003-11-09 10:58 ` paolo at gcc dot gnu dot org
  4 siblings, 0 replies; 7+ messages in thread
From: paolo at gcc dot gnu dot org @ 2003-11-09 10:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From paolo at gcc dot gnu dot org  2003-11-09 10:52 -------
Fixed for 3.4.

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


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


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

* [Bug libstdc++/12971] Resolution of DR 328 [WP] still unimplemented
  2003-11-08 23:12 [Bug libstdc++/12971] New: " paolo at gcc dot gnu dot org
  2003-11-08 23:12 ` [Bug libstdc++/12971] " paolo at gcc dot gnu dot org
  2003-11-09  2:56 ` pinskia at gcc dot gnu dot org
@ 2003-11-09 10:48 ` cvs-commit at gcc dot gnu dot org
  2003-11-09 10:52 ` paolo at gcc dot gnu dot org
  2003-11-09 10:58 ` paolo at gcc dot gnu dot org
  4 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-11-09 10:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-11-09 10:48 -------
Subject: Bug 12971

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	paolo@gcc.gnu.org	2003-11-09 10:47:58

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/bits: locale_facets.tcc 
	libstdc++-v3/docs/html/ext: howto.html 
Added files:
	libstdc++-v3/testsuite/22_locale/money_put/put/char: 12971.cc 
	libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t: 12971.cc 

Log message:
	2003-11-09  Paolo Carlini  <pcarlini@suse.de>
	
	PR libstdc++/12971
	* include/bits/locale_facets.tcc
	(money_put::do_put(..., long double)): Fix conversion
	specification as per DR 328 [WP].
	* testsuite/22_locale/money_put/put/char/12971.cc: Add.
	* testsuite/22_locale/money_put/put/wchar_t/12971.cc: Ditto.
	* docs/html/ext/howto.html: Add entry for DR 328.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2071&r2=1.2072
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/locale_facets.tcc.diff?cvsroot=gcc&r1=1.142&r2=1.143
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/char/12971.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/12971.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/ext/howto.html.diff?cvsroot=gcc&r1=1.36&r2=1.37



-- 


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


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

* [Bug libstdc++/12971] Resolution of DR 328 [WP] still unimplemented
  2003-11-08 23:12 [Bug libstdc++/12971] New: " paolo at gcc dot gnu dot org
  2003-11-08 23:12 ` [Bug libstdc++/12971] " paolo at gcc dot gnu dot org
@ 2003-11-09  2:56 ` pinskia at gcc dot gnu dot org
  2003-11-09 10:48 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-09  2:56 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED


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


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

* [Bug libstdc++/12971] Resolution of DR 328 [WP] still unimplemented
  2003-11-08 23:12 [Bug libstdc++/12971] New: " paolo at gcc dot gnu dot org
@ 2003-11-08 23:12 ` paolo at gcc dot gnu dot org
  2003-11-09  2:56 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: paolo at gcc dot gnu dot org @ 2003-11-08 23:12 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-08 23:12:28
               date|                            |


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


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

end of thread, other threads:[~2004-01-27  1:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20031108231216.12971.pcarlini@suse.de>
2004-01-27  1:20 ` [Bug libstdc++/12971] Resolution of DR 328 [WP] still unimplemented cvs-commit at gcc dot gnu dot org
2004-01-27  1:21 ` pcarlini at suse dot de
2003-11-08 23:12 [Bug libstdc++/12971] New: " paolo at gcc dot gnu dot org
2003-11-08 23:12 ` [Bug libstdc++/12971] " paolo at gcc dot gnu dot org
2003-11-09  2:56 ` pinskia at gcc dot gnu dot org
2003-11-09 10:48 ` cvs-commit at gcc dot gnu dot org
2003-11-09 10:52 ` paolo at gcc dot gnu dot org
2003-11-09 10:58 ` paolo 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).