public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/765] New: libio/fmemopen.c: trunk change needed on glibc-2_3-branch
@ 2005-02-25 10:18 schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de
  2005-02-25 10:20 ` [Bug libc/765] " schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de @ 2005-02-25 10:18 UTC (permalink / raw)
  To: glibc-bugs

#v+
2005-02-02  Alfred M. Szmidt  <ams@gnu.org>
[...]
        * libio/fmemopen.c: Include <stdint.h>.
#v-

-- 
           Summary: libio/fmemopen.c: trunk change needed on glibc-2_3-
                    branch
           Product: glibc
           Version: 2.3.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: schwinge-bugzilla-sources dot redhat dot com at nic-nac-
                    project dot de
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i386-pc-gnu
  GCC host triplet: i386-pc-gnu
GCC target triplet: i386-pc-gnu


http://sources.redhat.com/bugzilla/show_bug.cgi?id=765

------- 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] 9+ messages in thread

* [Bug libc/765] libio/fmemopen.c: trunk change needed on glibc-2_3-branch
  2005-02-25 10:18 [Bug libc/765] New: libio/fmemopen.c: trunk change needed on glibc-2_3-branch schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de
@ 2005-02-25 10:20 ` schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de
  2005-03-01  4:02 ` gotom at debian dot or dot jp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de @ 2005-02-25 10:20 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de  2005-02-25 10:19 -------
Created an attachment (id=423)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=423&action=view)
patch for libio/fmemopen.c


-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=765

------- 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] 9+ messages in thread

* [Bug libc/765] libio/fmemopen.c: trunk change needed on glibc-2_3-branch
  2005-02-25 10:18 [Bug libc/765] New: libio/fmemopen.c: trunk change needed on glibc-2_3-branch schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de
  2005-02-25 10:20 ` [Bug libc/765] " schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de
@ 2005-03-01  4:02 ` gotom at debian dot or dot jp
  2005-03-01 20:57 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: gotom at debian dot or dot jp @ 2005-03-01  4:02 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From gotom at debian dot or dot jp  2005-03-01 04:02 -------
Roland, please take a look at it for glibc-2_3 branch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gotom at debian dot or dot  |roland at redhat dot com
                   |jp                          |
             Status|NEW                         |ASSIGNED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=765

------- 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] 9+ messages in thread

* [Bug libc/765] libio/fmemopen.c: trunk change needed on glibc-2_3-branch
  2005-02-25 10:18 [Bug libc/765] New: libio/fmemopen.c: trunk change needed on glibc-2_3-branch schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de
  2005-02-25 10:20 ` [Bug libc/765] " schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de
  2005-03-01  4:02 ` gotom at debian dot or dot jp
@ 2005-03-01 20:57 ` cvs-commit at gcc dot gnu dot org
  2005-03-01 20:58 ` roland at gnu dot org
  2005-03-15  8:10 ` jakub at redhat dot com
  4 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-03-01 20:57 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-01 20:57 -------
Subject: Bug 765

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-03-01 20:57:18

Modified files:
	libio          : fmemopen.c 

Log message:
	2005-02-02  Alfred M. Szmidt  <ams@gnu.org>
	
	[BZ #765]
	* libio/fmemopen.c: Include <stdint.h>.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/libio/fmemopen.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.8.4.1&r2=1.8.4.2



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=765

------- 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] 9+ messages in thread

* [Bug libc/765] libio/fmemopen.c: trunk change needed on glibc-2_3-branch
  2005-02-25 10:18 [Bug libc/765] New: libio/fmemopen.c: trunk change needed on glibc-2_3-branch schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de
                   ` (2 preceding siblings ...)
  2005-03-01 20:57 ` cvs-commit at gcc dot gnu dot org
@ 2005-03-01 20:58 ` roland at gnu dot org
  2005-03-15  8:10 ` jakub at redhat dot com
  4 siblings, 0 replies; 9+ messages in thread
From: roland at gnu dot org @ 2005-03-01 20:58 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |724
              nThis|                            |


http://sources.redhat.com/bugzilla/show_bug.cgi?id=765

------- 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] 9+ messages in thread

* [Bug libc/765] libio/fmemopen.c: trunk change needed on glibc-2_3-branch
  2005-02-25 10:18 [Bug libc/765] New: libio/fmemopen.c: trunk change needed on glibc-2_3-branch schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de
                   ` (3 preceding siblings ...)
  2005-03-01 20:58 ` roland at gnu dot org
@ 2005-03-15  8:10 ` jakub at redhat dot com
  4 siblings, 0 replies; 9+ messages in thread
From: jakub at redhat dot com @ 2005-03-15  8:10 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From jakub at redhat dot com  2005-03-15 08:09 -------
Fixed in CVS.

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


http://sources.redhat.com/bugzilla/show_bug.cgi?id=765

------- 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] 9+ messages in thread

* [Bug libc/765] libio/fmemopen.c: trunk change needed on glibc-2_3-branch
       [not found] <bug-765-131@http.sourceware.org/bugzilla/>
  2011-03-16 21:32 ` roland at gnu dot org
  2012-04-28  2:30 ` mtk.manpages at gmail dot com
@ 2012-04-28  2:35 ` mtk.manpages at gmail dot com
  2 siblings, 0 replies; 9+ messages in thread
From: mtk.manpages at gmail dot com @ 2012-04-28  2:35 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=765

Michael Kerrisk <mtk.manpages at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|eblake at redhat dot com    |

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/765] libio/fmemopen.c: trunk change needed on glibc-2_3-branch
       [not found] <bug-765-131@http.sourceware.org/bugzilla/>
  2011-03-16 21:32 ` roland at gnu dot org
@ 2012-04-28  2:30 ` mtk.manpages at gmail dot com
  2012-04-28  2:35 ` mtk.manpages at gmail dot com
  2 siblings, 0 replies; 9+ messages in thread
From: mtk.manpages at gmail dot com @ 2012-04-28  2:30 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=765

Michael Kerrisk <mtk.manpages at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eblake at redhat dot com,
                   |                            |mtk.manpages at gmail dot
                   |                            |com

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/765] libio/fmemopen.c: trunk change needed on glibc-2_3-branch
       [not found] <bug-765-131@http.sourceware.org/bugzilla/>
@ 2011-03-16 21:32 ` roland at gnu dot org
  2012-04-28  2:30 ` mtk.manpages at gmail dot com
  2012-04-28  2:35 ` mtk.manpages at gmail dot com
  2 siblings, 0 replies; 9+ messages in thread
From: roland at gnu dot org @ 2011-03-16 21:32 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=765

Roland McGrath <roland at gnu dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|roland at redhat dot com    |drepper.fsp at gmail dot
                   |                            |com

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

end of thread, other threads:[~2012-04-28  2:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-25 10:18 [Bug libc/765] New: libio/fmemopen.c: trunk change needed on glibc-2_3-branch schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de
2005-02-25 10:20 ` [Bug libc/765] " schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de
2005-03-01  4:02 ` gotom at debian dot or dot jp
2005-03-01 20:57 ` cvs-commit at gcc dot gnu dot org
2005-03-01 20:58 ` roland at gnu dot org
2005-03-15  8:10 ` jakub at redhat dot com
     [not found] <bug-765-131@http.sourceware.org/bugzilla/>
2011-03-16 21:32 ` roland at gnu dot org
2012-04-28  2:30 ` mtk.manpages at gmail dot com
2012-04-28  2:35 ` mtk.manpages at gmail dot com

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