public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/866] glob should match dangling symlinks
       [not found] <bug-866-131@http.sourceware.org/bugzilla/>
@ 2012-05-08 11:25 ` pmatilai at laiskiainen dot org
  2012-05-08 11:51 ` joseph at codesourcery dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: pmatilai at laiskiainen dot org @ 2012-05-08 11:25 UTC (permalink / raw)
  To: glibc-bugs

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

Panu Matilainen <pmatilai at laiskiainen dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pmatilai at laiskiainen dot
                   |                            |org

--- Comment #3 from Panu Matilainen <pmatilai at laiskiainen dot org> 2012-05-08 11:25:28 UTC ---
Any chance of reconsidering this?

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

* [Bug libc/866] glob should match dangling symlinks
       [not found] <bug-866-131@http.sourceware.org/bugzilla/>
  2012-05-08 11:25 ` [Bug libc/866] glob should match dangling symlinks pmatilai at laiskiainen dot org
@ 2012-05-08 11:51 ` joseph at codesourcery dot com
  2012-05-08 16:43 ` bugdal at aerifal dot cx
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: joseph at codesourcery dot com @ 2012-05-08 11:51 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #4 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2012-05-08 11:50:50 UTC ---
If you believe a bug was inappropriately closed, you need to reopen it, or 
open a new bug for the same issue, preferably with detailed references to 
the appropriate standards or other reasons you think the closure was 
inappropriate.  Comments on closed bugs don't make the bugs appear to 
anyone subsequently doing bug triage.

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

* [Bug libc/866] glob should match dangling symlinks
       [not found] <bug-866-131@http.sourceware.org/bugzilla/>
  2012-05-08 11:25 ` [Bug libc/866] glob should match dangling symlinks pmatilai at laiskiainen dot org
  2012-05-08 11:51 ` joseph at codesourcery dot com
@ 2012-05-08 16:43 ` bugdal at aerifal dot cx
  2012-05-15  9:06 ` mjw at redhat dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: bugdal at aerifal dot cx @ 2012-05-08 16:43 UTC (permalink / raw)
  To: glibc-bugs

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

Rich Felker <bugdal at aerifal dot cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |bugdal at aerifal dot cx
         Resolution|INVALID                     |

--- Comment #5 from Rich Felker <bugdal at aerifal dot cx> 2012-05-08 16:43:12 UTC ---
This seems like yet another unexplained/unreasonable bug closure by Drepper.
Can we please get a serious review of it. I think the fact that glob() is
behaving differently from bash, and the fact that one expects "rm *" to remove
everything including dangling symlinks, speaks for itself; POSIX does not have
any special language about symlinks in the specification for glob, so by
default I think it requires them to be included in the results.

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

* [Bug libc/866] glob should match dangling symlinks
       [not found] <bug-866-131@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-05-08 16:43 ` bugdal at aerifal dot cx
@ 2012-05-15  9:06 ` mjw at redhat dot com
  2012-09-27  4:43 ` glibc at tomlee dot co
  2015-08-27 22:02 ` [Bug glob/866] " jsm28 at gcc dot gnu.org
  5 siblings, 0 replies; 8+ messages in thread
From: mjw at redhat dot com @ 2012-05-15  9:06 UTC (permalink / raw)
  To: glibc-bugs

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

Mark Wielaard <mjw at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjw 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] 8+ messages in thread

* [Bug libc/866] glob should match dangling symlinks
       [not found] <bug-866-131@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-05-15  9:06 ` mjw at redhat dot com
@ 2012-09-27  4:43 ` glibc at tomlee dot co
  2015-08-27 22:02 ` [Bug glob/866] " jsm28 at gcc dot gnu.org
  5 siblings, 0 replies; 8+ messages in thread
From: glibc at tomlee dot co @ 2012-09-27  4:43 UTC (permalink / raw)
  To: glibc-bugs


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

Tom Lee <glibc at tomlee dot co> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #461 is|0                           |1
           obsolete|                            |

--- Comment #6 from Tom Lee <glibc at tomlee dot co> 2012-09-27 04:43:17 UTC ---
Created attachment 6655
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6655
866-v2: updated patch that applies cleanly against master

Here's an updated version of Steven's patch that applies cleanly against the
current master branch in case anybody wants to play with it.

Seems to work well, but I'm new here -- not sure what the policy is wrt tests?

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

* [Bug glob/866] glob should match dangling symlinks
       [not found] <bug-866-131@http.sourceware.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2012-09-27  4:43 ` glibc at tomlee dot co
@ 2015-08-27 22:02 ` jsm28 at gcc dot gnu.org
  5 siblings, 0 replies; 8+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-08-27 22:02 UTC (permalink / raw)
  To: glibc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libc                        |glob

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


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

* [Bug libc/866] glob should match dangling symlinks
  2005-04-22 19:50 [Bug libc/866] New: " splite-glibc at sigint dot cs dot purdue dot edu
  2005-04-22 19:54 ` [Bug libc/866] " splite-glibc at sigint dot cs dot purdue dot edu
@ 2005-09-27  5:54 ` drepper at redhat dot com
  1 sibling, 0 replies; 8+ messages in thread
From: drepper at redhat dot com @ 2005-09-27  5:54 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2005-09-27 05:54 -------
This behavior is correct.  There won't be any change.

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


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

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

* [Bug libc/866] glob should match dangling symlinks
  2005-04-22 19:50 [Bug libc/866] New: " splite-glibc at sigint dot cs dot purdue dot edu
@ 2005-04-22 19:54 ` splite-glibc at sigint dot cs dot purdue dot edu
  2005-09-27  5:54 ` drepper at redhat dot com
  1 sibling, 0 replies; 8+ messages in thread
From: splite-glibc at sigint dot cs dot purdue dot edu @ 2005-04-22 19:54 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From splite-glibc at sigint dot cs dot purdue dot edu  2005-04-22 19:54 -------
Created an attachment (id=461)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=461&action=view)
fix globbing of dangling symlinks in sysdeps/generic/glob.c

Adding another argument to glob_in_dir() was the easiest route, but perhaps one
of its existing arguments could be (ab)used instead.

-- 


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

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

end of thread, other threads:[~2015-08-27 22:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-866-131@http.sourceware.org/bugzilla/>
2012-05-08 11:25 ` [Bug libc/866] glob should match dangling symlinks pmatilai at laiskiainen dot org
2012-05-08 11:51 ` joseph at codesourcery dot com
2012-05-08 16:43 ` bugdal at aerifal dot cx
2012-05-15  9:06 ` mjw at redhat dot com
2012-09-27  4:43 ` glibc at tomlee dot co
2015-08-27 22:02 ` [Bug glob/866] " jsm28 at gcc dot gnu.org
2005-04-22 19:50 [Bug libc/866] New: " splite-glibc at sigint dot cs dot purdue dot edu
2005-04-22 19:54 ` [Bug libc/866] " splite-glibc at sigint dot cs dot purdue dot edu
2005-09-27  5:54 ` drepper 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).