about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-07-22 15:12:23 +0000
committerUlrich Drepper <drepper@redhat.com>2005-07-22 15:12:23 +0000
commit84d2b24050f6e6783a5db95ab505a6b54b9a3ff2 (patch)
treec8c1b59bab9dd2556d918f0bf3c9e2f4ceb5b4eb /ChangeLog
parent24452349b126c848e837468bdb9820d44228d609 (diff)
downloadglibc-84d2b24050f6e6783a5db95ab505a6b54b9a3ff2.tar.gz
glibc-84d2b24050f6e6783a5db95ab505a6b54b9a3ff2.tar.xz
glibc-84d2b24050f6e6783a5db95ab505a6b54b9a3ff2.zip
* stdio-common/fxprintf.c (__fxprintf): Declare functions more local.
2005-07-22  Jakub Jelinek  <jakub@redhat.com>

	* wcsmbs/bits/wchar2.h (__vfwprintf_chk, __vwprintf_chk): Use
	__gnuc_va_list rather than _G_va_list.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0272561250..bf148b760e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-07-22  Ulrich Drepper  <drepper@redhat.com>
+
+	* stdio-common/fxprintf.c (__fxprintf): Declare functions more local.
+
+2005-07-22  Jakub Jelinek  <jakub@redhat.com>
+
+	* wcsmbs/bits/wchar2.h (__vfwprintf_chk, __vwprintf_chk): Use
+	__gnuc_va_list rather than _G_va_list.
+
 2005-07-22  Roland McGrath  <roland@redhat.com>
 
 	[BZ #869]