diff options
author | Florian Weimer <fweimer@redhat.com> | 2014-05-28 14:05:03 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2014-07-10 16:30:40 +0200 |
commit | 585367266923156ac6fb789939a923641ba5aaf4 (patch) | |
tree | 06a037e9b202e90331242a0851b372919eef3a1c /ChangeLog | |
parent | 4e8f95a0df7c2300b830ec12c0ae1e161bc8a8a3 (diff) | |
download | glibc-585367266923156ac6fb789939a923641ba5aaf4.tar glibc-585367266923156ac6fb789939a923641ba5aaf4.tar.gz glibc-585367266923156ac6fb789939a923641ba5aaf4.tar.bz2 glibc-585367266923156ac6fb789939a923641ba5aaf4.zip |
manual: Update the locale documentation
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2014-07-02 Florian Weimer <fweimer@redhat.com> + * manual/locale.texi (Locale Names): New section documenting + locale name syntax. Adjust menu and node chaining accordingly. + (Choosing Locale): Reference Locale Names, Locale Categories. + Mention setting LC_ALL=C. Reflect that name syntax is now + documented. + (Locale Categories): New section title. Reference Locale Names. + LC_ALL is an environment variable, but not a category. + (Setting the Locale): Remove "locale -a" invocation and LOCPATH + description, now in Locale Name. Reference that section. Locale + name syntax is now documented. + +2014-07-02 Florian Weimer <fweimer@redhat.com> + [BZ #17137] * locale/findlocale.c (name_present, valid_locale_name): New functions. |