public inbox for glibc-bugs-regex@sourceware.org
help / color / mirror / Atom feed
* [Bug regex/11561] Collation characters represented by internal name instead of character sequence
       [not found] <bug-11561-132@http.sourceware.org/bugzilla/>
@ 2011-07-08 20:19 ` vapier at gentoo dot org
  2013-02-03 15:38 ` bensberg at justemail dot net
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: vapier at gentoo dot org @ 2011-07-08 20:19 UTC (permalink / raw)
  To: glibc-bugs-regex

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

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |toolchain at gentoo dot org

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

* [Bug regex/11561] Collation characters represented by internal name instead of character sequence
       [not found] <bug-11561-132@http.sourceware.org/bugzilla/>
  2011-07-08 20:19 ` [Bug regex/11561] Collation characters represented by internal name instead of character sequence vapier at gentoo dot org
@ 2013-02-03 15:38 ` bensberg at justemail dot net
  2013-02-03 15:42 ` bensberg at justemail dot net
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: bensberg at justemail dot net @ 2013-02-03 15:38 UTC (permalink / raw)
  To: glibc-bugs-regex

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

Benno Schulenberg <bensberg at justemail dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bensberg at justemail dot
                   |                            |net

--- Comment #1 from Benno Schulenberg <bensberg at justemail dot net> 2013-02-03 15:37:37 UTC ---
> POSIX especially mentions [[.ch.]] in the example instead of [[.ch-digraph.]]
> so this is a bug in glibc.  It shouldn't be hard to fix it in regcomp.

The easiest fix would be, in my opnion, to rename all the
collation-element names for digraphs from their hyphenated
form to the non-hyphenated form.  But a few users may have
gotten used to using the hyphented forms, working around
this bug in glibc.  They would be pissed.  So for quite a
while both forms will have to recognized.  Attached patch
is an attempt to do this -- when the user specifies [.xx.],
it will first try to look up "xx" in the table of collation
elements, and when that fails, it will look up "x-x".  Is
this what you had in mind, Paolo?

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

* [Bug regex/11561] Collation characters represented by internal name instead of character sequence
       [not found] <bug-11561-132@http.sourceware.org/bugzilla/>
  2011-07-08 20:19 ` [Bug regex/11561] Collation characters represented by internal name instead of character sequence vapier at gentoo dot org
  2013-02-03 15:38 ` bensberg at justemail dot net
@ 2013-02-03 15:42 ` bensberg at justemail dot net
  2013-02-12  8:27 ` schwab@linux-m68k.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: bensberg at justemail dot net @ 2013-02-03 15:42 UTC (permalink / raw)
  To: glibc-bugs-regex

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

--- Comment #2 from Benno Schulenberg <bensberg at justemail dot net> 2013-02-03 15:42:18 UTC ---
Created attachment 6843
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6843
seek also the hyphenated form of a collation-element name

(Untested patch.  I'm just majorly annoyed that collation elements
don't work as one would expect from the documenmtation.)

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

* [Bug regex/11561] Collation characters represented by internal name instead of character sequence
       [not found] <bug-11561-132@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2013-02-03 15:42 ` bensberg at justemail dot net
@ 2013-02-12  8:27 ` schwab@linux-m68k.org
  2014-02-16 17:44 ` jackie.rosen at hushmail dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: schwab@linux-m68k.org @ 2013-02-12  8:27 UTC (permalink / raw)
  To: glibc-bugs-regex

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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |2.18

--- Comment #3 from Andreas Schwab <schwab@linux-m68k.org> 2013-02-12 08:26:48 UTC ---
Fixed in 2.18.

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

* [Bug regex/11561] Collation characters represented by internal name instead of character sequence
       [not found] <bug-11561-132@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2013-02-12  8:27 ` schwab@linux-m68k.org
@ 2014-02-16 17:44 ` jackie.rosen at hushmail dot com
  2014-05-28 19:44 ` schwab at sourceware dot org
  2014-06-30 18:14 ` fweimer at redhat dot com
  6 siblings, 0 replies; 7+ messages in thread
From: jackie.rosen at hushmail dot com @ 2014-02-16 17:44 UTC (permalink / raw)
  To: glibc-bugs-regex

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

Jackie Rosen <jackie.rosen at hushmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackie.rosen at hushmail dot com

--- Comment #4 from Jackie Rosen <jackie.rosen at hushmail dot com> ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Page where seen: http://volichat.com/adult-chat-rooms
Marked for reference. Resolved as fixed @bugzilla.

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


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

* [Bug regex/11561] Collation characters represented by internal name instead of character sequence
       [not found] <bug-11561-132@http.sourceware.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2014-02-16 17:44 ` jackie.rosen at hushmail dot com
@ 2014-05-28 19:44 ` schwab at sourceware dot org
  2014-06-30 18:14 ` fweimer at redhat dot com
  6 siblings, 0 replies; 7+ messages in thread
From: schwab at sourceware dot org @ 2014-05-28 19:44 UTC (permalink / raw)
  To: glibc-bugs-regex

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

Andreas Schwab <schwab at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|jackie.rosen at hushmail dot com   |

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


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

* [Bug regex/11561] Collation characters represented by internal name instead of character sequence
       [not found] <bug-11561-132@http.sourceware.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2014-05-28 19:44 ` schwab at sourceware dot org
@ 2014-06-30 18:14 ` fweimer at redhat dot com
  6 siblings, 0 replies; 7+ messages in thread
From: fweimer at redhat dot com @ 2014-06-30 18:14 UTC (permalink / raw)
  To: glibc-bugs-regex

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

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

end of thread, other threads:[~2014-06-30 18:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11561-132@http.sourceware.org/bugzilla/>
2011-07-08 20:19 ` [Bug regex/11561] Collation characters represented by internal name instead of character sequence vapier at gentoo dot org
2013-02-03 15:38 ` bensberg at justemail dot net
2013-02-03 15:42 ` bensberg at justemail dot net
2013-02-12  8:27 ` schwab@linux-m68k.org
2014-02-16 17:44 ` jackie.rosen at hushmail dot com
2014-05-28 19:44 ` schwab at sourceware dot org
2014-06-30 18:14 ` 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).