diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-09-01 19:24:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-09-01 19:24:55 +0000 |
commit | 1bc83d2bb213bb32d8f7ae42595bbc1fec91094e (patch) | |
tree | 2b680473931c42b3a6a967f5318a795ced7a0e4f /ChangeLog | |
parent | 9a1f71a7238deea567c3e3bd95c8ec5fd973f54d (diff) | |
download | glibc-1bc83d2bb213bb32d8f7ae42595bbc1fec91094e.zip glibc-1bc83d2bb213bb32d8f7ae42595bbc1fec91094e.tar.gz glibc-1bc83d2bb213bb32d8f7ae42595bbc1fec91094e.tar.bz2 |
Update.
2001-09-01 Richard Henderson <rth@redhat.com>
* sysdeps/alpha/elf/Dist: Remove file.
* sysdeps/alpha/elf/Makefile: Remove file.
* sysdeps/alpha/elf/crtbegin.S: Remove file.
* sysdeps/alpha/elf/crtend.S: Remove file.
* sysdeps/alpha/elf/initfini.c: New file.
2001-09-01 Mark Kettenis <kettenis@gnu.org>
* iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
* iconv/tst-iconv3.c: Likewise.
2001-09-01 Jakub Jelinek <jakub@redhat.com>
* sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
handle it like 'I' for symmetry with strftime.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -1,3 +1,20 @@ +2001-09-01 Richard Henderson <rth@redhat.com> + + * sysdeps/alpha/elf/Dist: Remove file. + * sysdeps/alpha/elf/Makefile: Remove file. + * sysdeps/alpha/elf/crtbegin.S: Remove file. + * sysdeps/alpha/elf/crtend.S: Remove file. + * sysdeps/alpha/elf/initfini.c: New file. + +2001-09-01 Mark Kettenis <kettenis@gnu.org> + + * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t. + * iconv/tst-iconv3.c: Likewise. + +2001-09-01 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++. + 2001-09-01 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and @@ -10,7 +27,7 @@ 2001-08-31 Ulrich Drepper <drepper@redhat.com> * time/strptime.c (strptime_internal): Recognize 'l' format and - handle it like 'I' for symmatry with strftime. + handle it like 'I' for symmetry with strftime. 2001-08-31 Richard Henderson <rth@redhat.com> |