diff options
author | Sergey Poznyakoff <gray@gnu.org.ua> | 2010-04-04 10:04:55 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-04 10:04:55 -0700 |
commit | 8c6de69d00c6be60657ca0d763dda803172c6aab (patch) | |
tree | 9e94ffeccfeff3d334fada889a1c95e33d2ae22e /ChangeLog | |
parent | Various changes to the es_CR locale. (diff) | |
download | glibc-8c6de69d00c6be60657ca0d763dda803172c6aab.tar.gz glibc-8c6de69d00c6be60657ca0d763dda803172c6aab.tar.bz2 glibc-8c6de69d00c6be60657ca0d763dda803172c6aab.zip |
Fix option aliasing in argp.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-02-05 Sergey Poznyakoff <gray@gnu.org.ua> + + [BZ #11254] + * argp/argp-parse.c (convert_options): Fix improper use of `|' + between character values. + 2010-04-04 Ulrich Drepper <drepper@redhat.com> [BZ #11276] |