glibc/time
Roland McGrath 20acbc2542 * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
* manual/filesys.texi (File Times): Document lutimes and futimes.
	* misc/Makefile (routines): Add them.
	* misc/Versions (libc: GLIBC_2.3): Likewise.
	* sysdeps/generic/lutimes.c: New file.
	* sysdeps/generic/futimes.c: New file.
	* sysdeps/mach/hurd/lutimes.c: New file.
	* sysdeps/mach/hurd/futimes.c: New file.

	* manual/filesys.texi (File Times): Add explicit note about null
	pointer argument to utimes.

2002-08-26  Roland McGrath  <roland@frob.com>

	* sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
	(__ifreq): Add a cast.  Remove an unused variable.

	* hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
	_HURD_THREADVAR_LOCALE.
2002-08-27 02:10:01 +00:00
..
sys * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them. 2002-08-27 02:10:01 +00:00
.cvsignore
Depend * time/Makefile (tst-getdate-ENV): Add TZDIR to environment. 2001-07-18 09:43:36 +00:00
Makefile Update. 2001-08-10 00:01:27 +00:00
Versions (GLIBC_2.1): Move getitimer to sysdeps/unix/sysv/linux/alpha/Versions. 2000-11-10 06:25:30 +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
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
localtime.c * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__]. 2002-08-03 12:09:37 +00:00
mktime.c * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__]. 2002-08-03 12:09:37 +00:00
offtime.c Update. 2002-05-16 06:14:36 +00:00
strftime.c 2002-08-05 Jakub Jelinek <jakub@redhat.com> 2002-08-05 22:11:14 +00:00
strptime.c * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__]. 2002-08-03 12:09:37 +00:00
test_time.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
time.h Update. 2001-08-18 23:36:58 +00:00
timegm.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-getdate.c * time/Makefile (tst-getdate-ENV): Add TZDIR to environment. 2001-07-18 09:43:36 +00:00
tst-mktime.c Update. 2002-04-19 07:49:16 +00:00
tst-posixtz.c Update. 2002-03-12 07:50:21 +00:00
tst-strptime.c Update. 2001-08-10 00:01:27 +00:00
tst_wcsftime.c
tzfile.c Update. 2001-07-17 08:32:35 +00:00
tzset.c Update. 2002-03-12 10:25:36 +00:00
wcsftime.c