about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-08-21 14:56:27 +0000
committerUlrich Drepper <drepper@redhat.com>2007-08-21 14:56:27 +0000
commit45dc3ad77e9ab9648365866c64650593114c84fb (patch)
tree880d8988ef95152e3f6e9ca35231adef497fc7d1 /ChangeLog
parent55ea8790a9fdb6e1320be8e5ad84bca04dbf9a7d (diff)
downloadglibc-45dc3ad77e9ab9648365866c64650593114c84fb.tar.gz
glibc-45dc3ad77e9ab9648365866c64650593114c84fb.tar.xz
glibc-45dc3ad77e9ab9648365866c64650593114c84fb.zip
[BZ #4925]
	* debug/pcprofiledump.c: Turn on internationalization by calling
	setlocale.  Patch mostly by Benno Schulenberg.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c884b4fd58..2ffbc3c955 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.