public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/16978] New: tar.h should define TSVTX for older POSIX
@ 2014-05-22 23:10 jsm28 at gcc dot gnu.org
  2014-05-23 20:38 ` [Bug libc/16978] " cvs-commit at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-05-22 23:10 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16978

            Bug ID: 16978
           Summary: tar.h should define TSVTX for older POSIX
           Product: glibc
           Version: 2.19
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
                CC: drepper.fsp at gmail dot com

In POSIX versions before 2001, the TSVTX macro is specified to be in tar.h,
although as a reserved value rather than having defined semantics; only from
2001 did it become XSI-conditional.  Thus tar.h should define that macro in
those cases.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug libc/16978] tar.h should define TSVTX for older POSIX
  2014-05-22 23:10 [Bug libc/16978] New: tar.h should define TSVTX for older POSIX jsm28 at gcc dot gnu.org
@ 2014-05-23 20:38 ` cvs-commit at gcc dot gnu.org
  2014-05-23 20:40 ` jsm28 at gcc dot gnu.org
  2014-06-12 19:11 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-05-23 20:38 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16978

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  e59252a58edad4bf74a094e22a70811d5585c60f (commit)
      from  bc89e9625fc0d638c4bb43c91fac01db181f1b31 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e59252a58edad4bf74a094e22a70811d5585c60f

commit e59252a58edad4bf74a094e22a70811d5585c60f
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri May 23 20:37:40 2014 +0000

    Define TSVTX in tar.h for older POSIX (bug 16978).

    As noted in bug 16978, older POSIX versions include

    in the specified contents of <tar.h>, with only the 2001 edition
    introducing the notion of XSI-conditional definitions and conditioning
    that definition.  Thus, this macro should be defined for
    !__USE_XOPEN2K as well as for __USE_XOPEN, and this patch duly defines
    it in that case.  Tested x86_64.

        [BZ #16978]
        * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
        * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
        variable.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    7 +++++++
 NEWS             |    2 +-
 conform/Makefile |    1 -
 posix/tar.h      |    2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug libc/16978] tar.h should define TSVTX for older POSIX
  2014-05-22 23:10 [Bug libc/16978] New: tar.h should define TSVTX for older POSIX jsm28 at gcc dot gnu.org
  2014-05-23 20:38 ` [Bug libc/16978] " cvs-commit at gcc dot gnu.org
@ 2014-05-23 20:40 ` jsm28 at gcc dot gnu.org
  2014-06-12 19:11 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-05-23 20:40 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16978

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

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

--- Comment #2 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
Fixed for 2.20.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug libc/16978] tar.h should define TSVTX for older POSIX
  2014-05-22 23:10 [Bug libc/16978] New: tar.h should define TSVTX for older POSIX jsm28 at gcc dot gnu.org
  2014-05-23 20:38 ` [Bug libc/16978] " cvs-commit at gcc dot gnu.org
  2014-05-23 20:40 ` jsm28 at gcc dot gnu.org
@ 2014-06-12 19:11 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fweimer at redhat dot com @ 2014-06-12 19:11 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16978

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-06-12 19:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-22 23:10 [Bug libc/16978] New: tar.h should define TSVTX for older POSIX jsm28 at gcc dot gnu.org
2014-05-23 20:38 ` [Bug libc/16978] " cvs-commit at gcc dot gnu.org
2014-05-23 20:40 ` jsm28 at gcc dot gnu.org
2014-06-12 19:11 ` fweimer at redhat 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).