glibc/time
Ulrich Drepper 7329994338 Update.
More cancellation handling fixups.
	* sysdeps/unix/sysv/linux/not-cancel.h: Add waitpid_not_cancel.
	* sysdeps/generic/not-cancel.h: Likewise.
	* catgets/open_catalog.c: Use not-cancelable syscalls.
	* time/Makefile (CFLAGS-getdate.c): Add -fexceptions.
	* sysdeps/unix/sysv/linux/llseek.c: Must not be cancelable.
	* sysdeps/unix/syscalls.list: Don't mark lseek as cancelable.
	* dlfcn/dlfcn.h: Mark dlopen with __THROW again.
	* io/fcntl.h: Don't mark posix_fallocate with __THROW.
	* libio/fileops.c: Use not-cancelable syscalls for fclose.
	* libio/iopopen.c: Use no-cancelable syscalls.
	* libio/stdio.h: Mark popen and pclose with __THROW again.
	* misc/Makefile (CFLAGS-syslog.c): Add -fexceptions.
	* misc/syslog.c: Fix locking and cancellation cleanup handling.
	* posix/unistd.h: Mark ttyname and ttyname_r again with __THROW.
	* stdio-common/Makefile (CFLAGS-tmpfile.c, CFLAGS-tmpfile64.c,
	CFLAGS-tempname.c): Add -fexceptions.
	* stdlib/Makefile (CFLAGS-mkstemp.c): Add -fexceptions.
	* string/string.h: Mark strerror and strerror_r with _THROW again.
	* sysdeps/generic/unwind.inc: New file.  Copied from gcc.
	* sysdeps/generic/unwind-dw2.c: Update from gcc version.  Remove
	#ifs since we now need all the code compiled.
	* sysdeps/posix/spawni.c: Use close_not_cancel instead of close.
	* sysdeps/unix/closedir.c: Use not-cancelable syscalls.
	* sysdeps/unix/opendir.c: Likewise.
2003-07-15 07:52:52 +00:00
..
sys Update. 2003-07-12 09:03:03 +00:00
.cvsignore Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
Depend * time/Makefile (tst-getdate-ENV): Add TZDIR to environment. 2001-07-18 09:43:36 +00:00
Makefile Update. 2003-07-15 07:52:52 +00:00
Versions Update. 2003-01-08 02:31:28 +00:00
alt_digit.c * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry, 2002-08-28 23:11:21 +00:00
asctime.c * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__]. 2002-08-03 12:09:37 +00:00
clocktest.c Make local functions static. 2000-12-27 20:26:07 +00:00
ctime.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ctime_r.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
datemsk * time/Makefile (tst-getdate-ENV): Add TZDIR to environment. 2001-07-18 09:43:36 +00:00
difftime.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
dysize.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
era.c * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry, 2002-08-28 23:11:21 +00:00
getdate.c (__getdate_r): Initialize tm_isdst, tm_gmtoff and tm_zone before calling strptime. 2001-07-17 18:07:32 +00:00
gmtime.c Update. 2002-08-04 23:32:14 +00:00
lc-time-cleanup.c * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry, 2002-08-28 23:11:21 +00:00
localtime.c * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__]. 2002-08-03 12:09:37 +00:00
mktime.c (__mon_yday, __mktime_internal) [!_LIBC]: Declare as `static'. 2002-11-24 18:37:56 +00:00
offtime.c Update. 2002-05-16 06:14:36 +00:00
strftime.c Update. 2003-06-13 02:54:37 +00:00
strftime_l.c * time/time.h (__strptime_l, strptime_l): Declare them. 2002-08-27 22:38:19 +00:00
strptime.c Update. 2002-11-24 18:41:22 +00:00
strptime_l.c * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l 2002-08-27 22:57:05 +00:00
test_time.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
time.h Update. 2003-04-19 16:57:17 +00:00
timegm.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-ftime_l.c (main): Also test strftime with uselocale. 2002-08-31 20:15:31 +00:00
tst-getdate.c * catgets/open_catalog.c (__open_catalog): Don't use a value type 2002-09-24 04:24:25 +00:00
tst-mktime.c Update. 2002-04-19 07:49:16 +00:00
tst-posixtz.c * catgets/open_catalog.c (__open_catalog): Don't use a value type 2002-09-24 04:24:25 +00:00
tst-strftime.c (do_test): Add tests for - flag. 2003-05-11 22:41:23 +00:00
tst-strptime.c * catgets/open_catalog.c (__open_catalog): Don't use a value type 2002-09-24 04:24:25 +00:00
tst_wcsftime.c Update. 1999-06-16 22:55:47 +00:00
tzfile.c Update. 2003-06-11 23:22:36 +00:00
tzset.c Update. 2003-02-01 20:53:16 +00:00
wcsftime.c Update. 1999-06-16 22:55:47 +00:00
wcsftime_l.c * time/time.h (__strptime_l, strptime_l): Declare them. 2002-08-27 22:38:19 +00:00