diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-04-23 18:16:26 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-04-23 18:16:26 +0200 |
commit | e485b2b6e006a7efa5d73e6be7e357a395c77fe3 (patch) | |
tree | 66995dc87e947c94f06197e0f64598dc13bc97e0 /ChangeLog | |
parent | 25f7a3c96116a9102df8bf7b04ef160faa32416d (diff) | |
download | glibc-e485b2b6e006a7efa5d73e6be7e357a395c77fe3.tar glibc-e485b2b6e006a7efa5d73e6be7e357a395c77fe3.tar.gz glibc-e485b2b6e006a7efa5d73e6be7e357a395c77fe3.tar.bz2 glibc-e485b2b6e006a7efa5d73e6be7e357a395c77fe3.zip |
locale: Add LOCPATH diagnostics to the locale program
The implementation of quote_string is based on support_quote_blob.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2019-04-23 Florian Weimer <fweimer@redhat.com> + + locale: Add LOCPATH diagnostics to the locale program. + * locale/programs/locale.c (setlocale_failed): New variable. + (try_setlocale): New function. + (quote_string): Likewise. + (setlocale_diagnostics): Likewise. + (main): Call try_setlocale instead of setlocale. Call + setlocale_diagnostics. + * locale/Makefile (tests-special): Add tst-locale-locpath.out. + (tst-locale-locpath.out): New target. + * locale/tst-locale-locpath.sh: New file. + 2019-04-21 Adhemerval Zanella <adhemerval.zanella@linaro.org> * NEWS: Move memory allocation changes of BZ#23741 from 2.29 |