about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-07-24 19:52:01 +0000
committerUlrich Drepper <drepper@redhat.com>2005-07-24 19:52:01 +0000
commit76c98ee22b23ccd59684b32dd7af7e110687d79c (patch)
tree963ea0ac5ef51e1a9dae65510559eb4de1df3a76 /ChangeLog
parent84d2b24050f6e6783a5db95ab505a6b54b9a3ff2 (diff)
downloadglibc-76c98ee22b23ccd59684b32dd7af7e110687d79c.tar.gz
glibc-76c98ee22b23ccd59684b32dd7af7e110687d79c.tar.xz
glibc-76c98ee22b23ccd59684b32dd7af7e110687d79c.zip
* wcsmbs/bits/wchar2.h: Use __FILE not FILE.
	* stdio-common/fxprintf.c (__fxprintf): Define variable more local.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bf148b760e..028c47ea2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
+2005-07-24  Ulrich Drepper  <drepper@redhat.com>
+
+	* wcsmbs/bits/wchar2.h: Use __FILE not FILE.
+
 2005-07-22  Ulrich Drepper  <drepper@redhat.com>
 
-	* stdio-common/fxprintf.c (__fxprintf): Declare functions more local.
+	* stdio-common/fxprintf.c (__fxprintf): Define variable more local.
 
 2005-07-22  Jakub Jelinek  <jakub@redhat.com>