public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [Bug localedata/17396] New: globbing for locale by [[.collating-elemnet.]]
@ 2014-09-16  4:00 33user at gmail dot com
  2014-09-16  9:44 ` [Bug localedata/17396] " schwab@linux-m68k.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: 33user at gmail dot com @ 2014-09-16  4:00 UTC (permalink / raw)
  To: libc-locales

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

            Bug ID: 17396
           Summary: globbing for locale by [[.collating-elemnet.]]
           Product: glibc
           Version: 2.19
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: 33user at gmail dot com
                CC: libc-locales at sourceware dot org

i don't see how `[[.collating-element.]]' really work.

I tried for es_ES [[.ll.]] or [[.l-l.]] or [[.<l-l>.]] to match the string `ll'
and it doesn't work.

locale was set with setlocale(return was not null), and with export
LC_COLLATE=es_ES

so far i see 2 bugs in posix/fnmatch_loop.c
in line 590, should be: if (n[c1] != wextra[1 + idx + c1]), (the + idx, is
missing)

 line 808 is very strange: idx = (idx + 3) & ~4;
it should probably be `& ~3', 

thanks

-- 
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:[~2019-02-04 14:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-16  4:00 [Bug localedata/17396] New: globbing for locale by [[.collating-elemnet.]] 33user at gmail dot com
2014-09-16  9:44 ` [Bug localedata/17396] " schwab@linux-m68k.org
2014-09-16 11:32 ` schwab@linux-m68k.org
2014-09-16 11:33 ` 33user at gmail dot com
2014-10-06  1:24 ` 33user at gmail dot com
2014-10-06  3:41 ` 33user at gmail dot com
2014-10-30 12:01 ` [Bug localedata/17396] globbing for locale by [[.collating-element.]] schwab@linux-m68k.org
2019-02-04 14:46 ` cvs-commit at gcc dot gnu.org
2019-02-04 14:54 ` schwab@linux-m68k.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).