diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-09-28 10:35:41 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-09-28 10:35:41 -0700 |
commit | 9d076f21cdf5f7bb2293498ed22330bb02c0a68d (patch) | |
tree | 353aeb07a2b6c59bc562951fbd9cc13fec553842 /ChangeLog | |
parent | f450806e22be467a8d613f9a811508ccb87a5d1a (diff) | |
download | glibc-9d076f21cdf5f7bb2293498ed22330bb02c0a68d.tar glibc-9d076f21cdf5f7bb2293498ed22330bb02c0a68d.tar.gz glibc-9d076f21cdf5f7bb2293498ed22330bb02c0a68d.tar.bz2 glibc-9d076f21cdf5f7bb2293498ed22330bb02c0a68d.zip |
Fix locale program error handling
If an unknown name is passed to locale, report it and fail.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-09-28 Ulrich Drepper <drepper@redhat.com> + + * locale/programs/locale-spec.c (locale_special): If nothing matches + fail with an appropriate message. + 2009-09-10 H.J. Lu <hongjiu.lu@intel.com> * configure.in: Exclude binutils 2.X. Support binutils 2.100 |