diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-21 14:56:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-21 14:56:27 +0000 |
commit | 45dc3ad77e9ab9648365866c64650593114c84fb (patch) | |
tree | 880d8988ef95152e3f6e9ca35231adef497fc7d1 /ChangeLog | |
parent | 55ea8790a9fdb6e1320be8e5ad84bca04dbf9a7d (diff) | |
download | glibc-45dc3ad77e9ab9648365866c64650593114c84fb.zip glibc-45dc3ad77e9ab9648365866c64650593114c84fb.tar.gz glibc-45dc3ad77e9ab9648365866c64650593114c84fb.tar.bz2 |
[BZ #4925]
* debug/pcprofiledump.c: Turn on internationalization by calling
setlocale. Patch mostly by Benno Schulenberg.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-08-21 Ulrich Drepper <drepper@redhat.com> + [BZ #4925] + * debug/pcprofiledump.c: Turn on internationalization by calling + setlocale. Patch mostly by Benno Schulenberg. + [BZ #4936] * iconv/gconv.c (__gconv): If flush was successful, clear rest of the state. |