This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/15969] New: re-search for locale aliases in archives


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

            Bug ID: 15969
           Summary: re-search for locale aliases in archives
           Product: glibc
           Version: 2.18
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: aoliva at sourceware dot org
          Reporter: aoliva at sourceware dot org
                CC: drepper.fsp at gmail dot com

Created attachment 7208
  --> http://sourceware.org/bugzilla/attachment.cgi?id=7208&action=edit
patch that fixes this problem

If a locale alias is defined in locale.alias but not in an archive, and the
referenced locale is only present in the archive, setlocale will fail if given
the alias name.  This is unintuitive.  We should search the archive for the
definition of the locale, even if the alias is defined in locale.alias.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]