diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-21 02:46:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-21 02:46:26 +0000 |
commit | 62ed552b937bc0367df22207d316c14614e94421 (patch) | |
tree | 37e896a9a61df77491c91daebd19caa0c1e7dd24 /ChangeLog | |
parent | 3f1c767d1e3454e190ab6f3afa101911dbf21f2f (diff) | |
download | glibc-62ed552b937bc0367df22207d316c14614e94421.zip glibc-62ed552b937bc0367df22207d316c14614e94421.tar.gz glibc-62ed552b937bc0367df22207d316c14614e94421.tar.bz2 |
Update.
2001-08-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
* sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
change of the gregset_t type.
* sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
2001-08-20 kaz Kojima <kkojima@rr.iij4u.or.jp>
* sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
* posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ +2001-08-20 Martin Schwidefsky <schwidefsky@de.ibm.com> + + * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the + change of the gregset_t type. + * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise. + +2001-08-20 kaz Kojima <kkojima@rr.iij4u.or.jp> + + * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno. + 2001-08-20 Ulrich Drepper <drepper@redhat.com> + * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb. + * string/strnlen.c: Fix the implementation. We cannot use memchr. 2001-08-18 Mark Kettenis <kettenis@gnu.org> |