diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-07-24 19:52:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-07-24 19:52:01 +0000 |
commit | 76c98ee22b23ccd59684b32dd7af7e110687d79c (patch) | |
tree | 963ea0ac5ef51e1a9dae65510559eb4de1df3a76 /ChangeLog | |
parent | 84d2b24050f6e6783a5db95ab505a6b54b9a3ff2 (diff) | |
download | glibc-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-- | ChangeLog | 6 |
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> |