diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2014-11-17 22:00:58 -0200 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2015-02-26 02:16:51 -0300 |
commit | 0d822a016b631aef409df5805f58962fe5bbcdc5 (patch) | |
tree | fa1265412059d2b5f06ed1de2f5637e346a90866 /NEWS | |
parent | ca681b7b7b79bea3af62fe709df6594f3f5457e6 (diff) | |
download | glibc-0d822a016b631aef409df5805f58962fe5bbcdc5.zip glibc-0d822a016b631aef409df5805f58962fe5bbcdc5.tar.gz glibc-0d822a016b631aef409df5805f58962fe5bbcdc5.tar.bz2 |
BZ #15969: search locale archive again after alias expansion
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. This patch
fixes it, arranging for the locale archive to be searched again after
alias expansion.
for ChangeLog
[BZ #15969]
* locale/findlocale.c (_nl_find_locale): Retry archive search
after alias expansion.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -9,10 +9,10 @@ Version 2.22 * The following bugs are resolved with this release: - 4719, 14841, 13064, 14094, 15319, 15467, 15790, 16560, 16783, 17269, - 17523, 17569, 17588, 17792, 17836, 17912, 17916, 17932, 17944, 17949, - 17964, 17965, 17967, 17969, 17978, 17987, 17991, 17996, 17998, 17999, - 18019, 18020. + 4719, 14841, 13064, 14094, 15319, 15467, 15790, 15969, 16560, 16783, + 17269, 17523, 17569, 17588, 17792, 17836, 17912, 17916, 17932, 17944, + 17949, 17964, 17965, 17967, 17969, 17978, 17987, 17991, 17996, 17998, + 17999, 18019, 18020. * Character encoding and ctype tables were updated to Unicode 7.0.0, using new generator scripts contributed by Pravin Satpute and Mike FABIAN (Red |