diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-12 02:03:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-12 02:03:42 +0000 |
commit | bb10459f2d534f67ebe771bed85e4ebfcd9eacd1 (patch) | |
tree | d8f06d6ce03d5289e07b68f0d1726b31a6d9339d /ChangeLog | |
parent | 37169cccddb401c9efeac446703dff7f815b5d1d (diff) | |
download | glibc-bb10459f2d534f67ebe771bed85e4ebfcd9eacd1.tar glibc-bb10459f2d534f67ebe771bed85e4ebfcd9eacd1.tar.gz glibc-bb10459f2d534f67ebe771bed85e4ebfcd9eacd1.tar.bz2 glibc-bb10459f2d534f67ebe771bed85e4ebfcd9eacd1.zip |
* libio/wmemstream.c: New file.
* libio/Makefile (routines): Add wmemstream.
(tests): Add tst-memstream1, tst-memstream2, tst-wmemstream2, and
tst-wmemstream2.
* libio/tst-memstream1.c: New file.
* libio/tst-memstream2.c: New file.
* libio/tst-wmemstream1.c: New file.
* libio/tst-wmemstream2.c: New file.
* libio/memstream.c (_IO_mem_sync): Remove useless call to
_IO_default_sync.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2006-01-11 Ulrich Drepper <drepper@redhat.com> + * libio/wmemstream.c: New file. + * libio/Makefile (routines): Add wmemstream. + (tests): Add tst-memstream1, tst-memstream2, tst-wmemstream2, and + tst-wmemstream2. + * libio/tst-memstream1.c: New file. + * libio/tst-memstream2.c: New file. + * libio/tst-wmemstream1.c: New file. + * libio/tst-wmemstream2.c: New file. + + * libio/memstream.c (_IO_mem_sync): Remove useless call to + _IO_default_sync. + * elf/check-textrel.c: Add missing argument. * Makerules: Define build-module-asneeded. |