public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/730] New: libio fmemopen broken
@ 2005-02-16  4:32 roland at gnu dot org
  2005-02-16  9:45 ` [Bug libc/730] " cvs-commit at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: roland at gnu dot org @ 2005-02-16  4:32 UTC (permalink / raw)
  To: glibc-bugs

This trunk change is needed on the 2.3 branch.

2005-01-27  Jakub Jelinek  <jakub@redhat.com>

	* stdio-common/tst-fmemopen2.c: Include string.h.

2005-01-19  Jakub Jelinek  <jakub@redhat.com>

	* libio/iofopncook.c (_IO_cookie_seekoff): Add prototype.

2005-01-05  Ulrich Drepper  <drepper@redhat.com>

	* libio/iofopncook.c (_IO_cookie_seekoff): Define.  Mark offset as
	invalid to disable optimizations in fileops which won't work here.
	(_IO_cookie_jumps): Use it.
	(_IO_old_cookie_jumps): Likewise.
	* libio/fmemopen.c (fmemopen_seek): Result must be returned in *P,
	not the return value.
	* stdio-common/Makefile (tests): Add tst-fmemopen2.
	* stdio-common/tst-fmemopen2.c: New file.

-- 
           Summary: libio fmemopen broken
           Product: glibc
           Version: 2.3.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: roland at gnu dot org
        ReportedBy: roland at gnu dot org
                CC: glibc-bugs at sources dot redhat dot com
OtherBugsDependingO 724
             nThis:


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

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

* [Bug libc/730] libio fmemopen broken
  2005-02-16  4:32 [Bug libc/730] New: libio fmemopen broken roland at gnu dot org
@ 2005-02-16  9:45 ` cvs-commit at gcc dot gnu dot org
  2005-02-16  9:46 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-16  9:45 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-16 09:45 -------
Subject: Bug 730

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-02-16 09:45:11

Modified files:
	libio          : fmemopen.c 
	stdio-common   : Makefile 

Log message:
	2005-01-05  Ulrich Drepper  <drepper@redhat.com>
	
	[BZ #730]
	* libio/iofopncook.c (_IO_cookie_seekoff): Define.  Mark offset as
	invalid to disable optimizations in fileops which won't work here.
	(_IO_cookie_jumps): Use it.
	(_IO_old_cookie_jumps): Likewise.
	* libio/fmemopen.c (fmemopen_seek): Result must be returned in *P,
	not the return value.
	* stdio-common/Makefile (tests): Add tst-fmemopen2.
	* stdio-common/tst-fmemopen2.c: New file.

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&r2=1.8.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/stdio-common/Makefile.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.90&r2=1.90.4.1



-- 


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

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

* [Bug libc/730] libio fmemopen broken
  2005-02-16  4:32 [Bug libc/730] New: libio fmemopen broken roland at gnu dot org
  2005-02-16  9:45 ` [Bug libc/730] " cvs-commit at gcc dot gnu dot org
@ 2005-02-16  9:46 ` cvs-commit at gcc dot gnu dot org
  2005-02-16  9:46 ` cvs-commit at gcc dot gnu dot org
  2005-04-05 23:59 ` roland at gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-16  9:46 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-16 09:45 -------
Subject: Bug 730

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-02-16 09:45:21

Modified files:
	libio          : iofopncook.c 

Log message:
	2005-01-19  Jakub Jelinek  <jakub@redhat.com>
	
	[BZ #730]
	* libio/iofopncook.c (_IO_cookie_seekoff): Add prototype.
	2005-01-05  Ulrich Drepper  <drepper@redhat.com>
	
	[BZ #730]
	* libio/iofopncook.c (_IO_cookie_seekoff): Define.  Mark offset as
	invalid to disable optimizations in fileops which won't work here.
	(_IO_cookie_jumps): Use it.
	(_IO_old_cookie_jumps): Likewise.
	* libio/fmemopen.c (fmemopen_seek): Result must be returned in *P,
	not the return value.
	* stdio-common/Makefile (tests): Add tst-fmemopen2.
	* stdio-common/tst-fmemopen2.c: New file.

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



-- 


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

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

* [Bug libc/730] libio fmemopen broken
  2005-02-16  4:32 [Bug libc/730] New: libio fmemopen broken roland at gnu dot org
  2005-02-16  9:45 ` [Bug libc/730] " cvs-commit at gcc dot gnu dot org
  2005-02-16  9:46 ` cvs-commit at gcc dot gnu dot org
@ 2005-02-16  9:46 ` cvs-commit at gcc dot gnu dot org
  2005-04-05 23:59 ` roland at gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-16  9:46 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-16 09:45 -------
Subject: Bug 730

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-02-16 09:45:16

Added files:
	stdio-common   : tst-fmemopen2.c 

Log message:
	2005-01-27  Jakub Jelinek  <jakub@redhat.com>
	
	[BZ #730]
	* stdio-common/tst-fmemopen2.c: Include string.h.
	2005-01-05  Ulrich Drepper  <drepper@redhat.com>
	
	[BZ #730]
	* libio/iofopncook.c (_IO_cookie_seekoff): Define.  Mark offset as
	invalid to disable optimizations in fileops which won't work here.
	(_IO_cookie_jumps): Use it.
	(_IO_old_cookie_jumps): Likewise.
	* libio/fmemopen.c (fmemopen_seek): Result must be returned in *P,
	not the return value.
	* stdio-common/Makefile (tests): Add tst-fmemopen2.
	* stdio-common/tst-fmemopen2.c: New file.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/stdio-common/tst-fmemopen2.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.3.2.1



-- 


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

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

* [Bug libc/730] libio fmemopen broken
  2005-02-16  4:32 [Bug libc/730] New: libio fmemopen broken roland at gnu dot org
                   ` (2 preceding siblings ...)
  2005-02-16  9:46 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-05 23:59 ` roland at gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: roland at gnu dot org @ 2005-04-05 23:59 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2005-04-05 23:59 -------
These changes are in the 2.3 branch as well as the trunk now.

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


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

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

end of thread, other threads:[~2005-04-05 23:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-16  4:32 [Bug libc/730] New: libio fmemopen broken roland at gnu dot org
2005-02-16  9:45 ` [Bug libc/730] " cvs-commit at gcc dot gnu dot org
2005-02-16  9:46 ` cvs-commit at gcc dot gnu dot org
2005-02-16  9:46 ` cvs-commit at gcc dot gnu dot org
2005-04-05 23:59 ` roland at 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).