diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-02 07:22:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-02 07:22:55 +0000 |
commit | 7da1e9116ab8acfbec5b0afaf9ad57391ae25479 (patch) | |
tree | 89317f94c4a8d884740036c0db90c0d36ac5d761 | |
parent | abaaba3e2878ee72afffed9ef245737f9d0de42c (diff) | |
download | glibc-7da1e9116ab8acfbec5b0afaf9ad57391ae25479.tar.gz glibc-7da1e9116ab8acfbec5b0afaf9ad57391ae25479.tar.xz glibc-7da1e9116ab8acfbec5b0afaf9ad57391ae25479.zip |
Update.
2003-09-02 Ulrich Drepper <drepper@redhat.com> * libio/Makefile (CFLAGS-oldtmpfile.c): Add -fexceptions. * sysdeps/generic/tmpfile.c (tmpfile): Use __unlink instead of remove. * libio/oldtmpfile.c (__old_tmpfile): Likewise. * misc/Makefile (CFLAGS-getusershell.c): Add -fexceptions. * io/Makefile (CFLAGS-statfs.c): Add -fexceptions. (CFLAGS-fstatfs.c): Likewise. (CFLAGS-statvfs.c): Likewise. (CFLAGS-fstatvfs.c): Likewise. 2003-09-01 Ulrich Drepper <drepper@redhat.com> * misc/Makefile (CFLAGS-getsysstats.c): Add -fexceptions. * posix/unistd.h: Remove __THROW from pathconf, fpathconf, sysconf. * posix/Makefile (CFLAGS-sysconf.c): Add -fexceptions. * misc/Makefile (CFLAGS-fstab.c): Add -fexceptions. * misc/fstab.h: Remove all __THROW. * misc/Makefile (CFLAGS-mntent.c): Add -fexceptions. (CFLAGS-mntent_r.c): Likewise. * misc/mntent.h: Remove most __THROW. * misc/Makefile (CFLAGS-mkstemp.c): Add -fexceptions. (CFLAGS-mkstemp64.c): Likewise. * sysdeps/generic/wordexp.c (parse_comm): Disable cancellation around call to exec_comm. * posix/wordexp.h: Remove __THROW from wordexp. * posix/Makefile (CFLAGS-wordexp.c): Add -fexceptions. * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Use not-cancelable functions. * libio/Makefile (CFLAGS-oldiofopen.c): Add -fexceptions. (CFLAGS-iofopen.c): Likewise. (CFLAGS-iofopen64.c): Likewise. * stdlib/fmtmsg.c (fmtmsg): Disable cancellation around output functions. * stdlib/Makefile (CFLAGS-fmtmsg.c): Add -fexceptions. * stdlib/fmtmsg.h: Remove __THROW from fmtmsg. * stdlib/stdlib.h: Remove __THROW from posix_openpt and getpt. * login/Makefile (CFLAGS-getpt.c): Add -fexceptions.
-rw-r--r-- | ChangeLog | 49 | ||||
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
2 files changed, 54 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a758044c4e..3adff6415c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +2003-09-02 Ulrich Drepper <drepper@redhat.com> + + * libio/Makefile (CFLAGS-oldtmpfile.c): Add -fexceptions. + * sysdeps/generic/tmpfile.c (tmpfile): Use __unlink instead of remove. + * libio/oldtmpfile.c (__old_tmpfile): Likewise. + + * misc/Makefile (CFLAGS-getusershell.c): Add -fexceptions. + + * io/Makefile (CFLAGS-statfs.c): Add -fexceptions. + (CFLAGS-fstatfs.c): Likewise. + (CFLAGS-statvfs.c): Likewise. + (CFLAGS-fstatvfs.c): Likewise. + +2003-09-01 Ulrich Drepper <drepper@redhat.com> + + * misc/Makefile (CFLAGS-getsysstats.c): Add -fexceptions. + * posix/unistd.h: Remove __THROW from pathconf, fpathconf, + sysconf. + * posix/Makefile (CFLAGS-sysconf.c): Add -fexceptions. + + * misc/Makefile (CFLAGS-fstab.c): Add -fexceptions. + * misc/fstab.h: Remove all __THROW. + * misc/Makefile (CFLAGS-mntent.c): Add -fexceptions. + (CFLAGS-mntent_r.c): Likewise. + * misc/mntent.h: Remove most __THROW. + + * misc/Makefile (CFLAGS-mkstemp.c): Add -fexceptions. + (CFLAGS-mkstemp64.c): Likewise. + + * sysdeps/generic/wordexp.c (parse_comm): Disable cancellation + around call to exec_comm. + * posix/wordexp.h: Remove __THROW from wordexp. + * posix/Makefile (CFLAGS-wordexp.c): Add -fexceptions. + + * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Use + not-cancelable functions. + + * libio/Makefile (CFLAGS-oldiofopen.c): Add -fexceptions. + (CFLAGS-iofopen.c): Likewise. + (CFLAGS-iofopen64.c): Likewise. + + * stdlib/fmtmsg.c (fmtmsg): Disable cancellation around output + functions. + * stdlib/Makefile (CFLAGS-fmtmsg.c): Add -fexceptions. + * stdlib/fmtmsg.h: Remove __THROW from fmtmsg. + + * stdlib/stdlib.h: Remove __THROW from posix_openpt and getpt. + * login/Makefile (CFLAGS-getpt.c): Add -fexceptions. + 2003-09-01 Thorsten Kukuk <kukuk@suse.de> * nis/nss_compat/compat-spwd.c (getspnam_plususer): Return diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 20f59046d2..9324545dd4 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2003-09-02 Ulrich Drepper <drepper@redhat.com> + + * barrier.c (pthread_barrierattr_setpshared): We don't handle + inter-process barriers. + 2003-09-01 Jakub Jelinek <jakub@redhat.com> * Makefile (tests): Add tst-tls1. |