Ulrich Drepper 0ed99ce46d Update.
2000-02-27  Ulrich Drepper  <drepper@redhat.com>

	* conform/conformtest.pl (@headers): Add wordexp.h, wctype.h, wchar.h,
	varargs.h, utmpx.h, utime.h, unistd.h, ulimit.h, ucontext.h, time.h,
	termios.h, tar.h, sys/wait.h, sys/uio.h, sys/types.h, sys/times.h,
	sys/timeb.h, sys/time.h, sys/statvfs.h, sys/stat.h, sys/shm.h,
	sys/sem.h, and sys/resource.h.
	Implement handling of allow-header.
	* conform/data/fcntl.h-data: Correct various bugs.
	* conform/data/fnmatch.h-data: Likewise.
	* conform/data/math.h-data: Likewise.
	* conform/data/ndbm.h-data: Likewise.
	* conform/data/nl_types.h-data: Likewise.
	* conform/data/poll.h-data: Likewise.
	* conform/data/pthread.h-data: Likewise.
	* conform/data/semaphore.h-data: Likewise.
	* conform/data/setjmp.h-data: Likewise.
	* conform/data/signal.h-data: Likewise.
	* conform/data/stdarg.h-data: Likewise.
	* conform/data/stddef.h-data: Likewise.
	* conform/data/stdio.h-data: Likewise.
	* conform/data/stdlib.h-data: Likewise.
	* conform/data/string.h-data: Likewise.
	* conform/data/strings.h-data: Likewise.
	* conform/data/stropts.h-data: Likewise.
	* conform/data/syslog.h-data: Likewise.
	* conform/data/sys/ipc.h-data: Likewise.
	* conform/data/sys/mman.h-data: Likewise.
	* conform/data/sys/msg.h-data: Likewise.
	* conform/data/tar.h-data: New file.
	* conform/data/termios.h-data: New file.
	* conform/data/time.h-data: New file.
	* conform/data/ucontext.h-data: New file.
	* conform/data/ulimit.h-data: New file.
	* conform/data/unistd.h-data: New file.
	* conform/data/utime.h-data: New file.
	* conform/data/utmpx.h-data: New file.
	* conform/data/varargs.h-data: New file.
	* conform/data/wchar.h-data: New file.
	* conform/data/wctype.h-data: New file.
	* conform/data/wordexp.h-data: New file.
	* conform/data/sys/resource.h-data: New file.
	* conform/data/sys/sem.h-data: New file.
	* conform/data/sys/shm.h-data: New file.
	* conform/data/sys/stat.h-data: New file.
	* conform/data/sys/statvfs.h-data: New file.
	* conform/data/sys/time.h-data: New file.
	* conform/data/sys/timeb.h-data: New file.
	* conform/data/sys/times.h-data: New file.
	* conform/data/sys/types.h-data: New file.
	* conform/data/sys/uio.h-data: New file.
	* conform/data/sys/wait.h-data: New file.

	* grp/grp.h (getgrent_r): Declare only if __USE_GNU.

	* include/sys/time.h (__itimes): Fix type of second parameter.

	* io/sys/stat.h (S_IFLNK): Define also if __USE_XOPEN.
	(S_ISVTX): Likewise.

	* io/sys/statvfs.h: Define fsblkcnt_t and fsfilcnt_t.

	* locale/langindo.h: Make ERA_YEAR, INT_CURR_SYMBOL, CURRENCY_SYMBOL,
	MON_DECIMAL_POINT, MON_THOUSANDS_SEP, MON_GROUPING, POSITIVE_SIGN,
	NEGATIVE_SIGN, INT_FRAC_DIGITS, FRAC_DIGITS, P_CS_PRECEDES,
	P_SEP_BY_SPACE, N_CS_PRECEDES, N_SEP_BY_SPACE, P_SIGN_POSN,
	N_SIGN_POSN, DECIMAL_POINT, THOUSANDS_SEP, GROUPING, YESEXPR,
	NOEXPR, YESSTR, and NOSTR only available if __USE_GNU.

	* math/bits/mathcalls.h: Don't declare tgamma and scalbn if only
	__USE_XOPEN.

	* posix/unistd.h: Don't define ptrdiff_t.
	(sbrk): Correct type of parameter.
	* sysdeps/generic/sbrk.c: Likewise.
	* sysdeps/mach/hurd/sbrk.c: Likewise.

	* posix/sys/types.h: Allow id_t, suseconds_t, fsblkcnt_t, and
	fsfilcnt_t being defined elsewhere.

	* resource/sys/resource.h: Define id_t.
	If __USE_XOPEN use int for type of first parameter if getrlimit,
	getrlimit64, setrlimit, setrlimit64, getrusage, getpriority, and
	setpriority.
	* sysdeps/generic/getpriority.c: Fix type of second parameter.
	* sysdeps/generic/setpriority.c: Likewise.
	* sysdeps/mach/hurd/getpriority.c: Likewise.
	* sysdeps/mach/hurd/setpriority.c: Likewise.
	* sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
	* sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
	* sysdeps/unix/sysv/linux/getpriority.c: Likewise.

	* sysdeps/generic/utimes.c: Fix parameter of third parameter.
	* sysdeps/mach/hurd/utimes.c: Likewise.
	* sysdeps/posix/utimes.c: Likewise.

	* sysdeps/generic/bits/shm.h: Define shmatt_t type and use it in
	struct shmid_ds definition.
	* sysdeps/gnu/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.

	* sysvipc/sys/shm.h: Define time_t.

	* sysvipc/sys/sem.h (struct sembuf): Make sem_num field unsigned.

	* sysdeps/gnu/bits/sem.h: Rename anonymous type struct sem_queue and
	struct sem_undo to struct __sem_queue and struct __sem_undo resp.

	* time/time.h: Define suseconds_t if not already done.

	* sysdeps/unix/sysv/linux/bits/statvfs.h: Rename f_spare to __f_spare.
	* sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
	* sysdeps/unix/sysv/linux/statvfs64.c: Likewise.
	* sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.

	* intl/bindtextdom.c: Use rwlock to avoid surprising results in
	multithreaded applications.
	* intl/dcigettext.c: Likewise.
	* intl/textdomain.c: Likewise.
	* intl/*.c: Update copyright.
	* sysdeps/generic/bits/libc-lock.h: Define __libc_rwlock_* stubs.

2000-02-27  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/sysv/linux/configure.in: Treat also "/usr/" as
	prefix especially.

2000-02-27  Ulrich Drepper  <drepper@redhat.com>

	* po/de.po: Update from translation team.
	* po/ko.po: Likewise.
2000-02-28 05:08:01 +00:00
..
2000-02-28 05:08:01 +00:00
2000-02-20 18:05:29 +00:00
2000-02-28 05:08:01 +00:00
2000-02-22 07:51:44 +00:00
2000-02-11 19:44:58 +00:00
2000-02-25 09:00:58 +00:00
1999-11-24 07:30:55 +00:00
1998-04-01 09:15:07 +00:00
1998-11-02 21:48:45 +00:00
1999-06-16 15:11:40 +00:00
1998-10-28 17:09:17 +00:00
1999-06-08 21:20:07 +00:00
1998-12-28 17:01:32 +00:00
1999-08-28 22:34:29 +00:00
1999-05-02 21:09:34 +00:00
1999-05-03 08:46:13 +00:00
2000-02-25 09:00:58 +00:00
1999-12-29 17:52:49 +00:00
2000-02-28 05:08:01 +00:00
2000-01-23 08:54:19 +00:00
1999-06-16 22:55:47 +00:00
1997-01-22 05:26:05 +00:00
1998-07-16 11:44:36 +00:00
1998-12-10 19:09:07 +00:00
2000-01-24 12:09:14 +00:00
1998-07-16 11:44:36 +00:00
1999-02-22 16:10:00 +00:00
1998-11-18 14:46:49 +00:00
2000-02-11 18:50:36 +00:00
2000-02-28 05:08:01 +00:00
1998-01-21 17:04:36 +00:00
2000-01-26 05:49:32 +00:00
1999-05-05 23:29:18 +00:00
1997-07-26 02:33:30 +00:00
1998-04-08 20:27:31 +00:00
1998-02-12 18:22:41 +00:00
2000-02-17 00:21:53 +00:00
1999-10-29 17:38:14 +00:00
1999-07-29 23:46:10 +00:00
2000-02-28 05:08:01 +00:00
2000-01-18 10:53:15 +00:00
1999-05-11 13:00:20 +00:00
2000-01-17 05:24:52 +00:00
1999-12-27 07:55:47 +00:00
1998-10-21 15:29:52 +00:00
1999-08-20 23:44:23 +00:00
1997-12-22 20:53:38 +00:00
1999-04-27 13:06:39 +00:00
1999-04-27 13:06:39 +00:00
1999-08-19 20:57:48 +00:00
1999-06-30 17:41:35 +00:00
1998-07-21 10:36:59 +00:00
1997-02-25 05:18:05 +00:00
2000-02-28 05:08:01 +00:00
1999-11-18 16:42:11 +00:00
1998-07-16 11:44:36 +00:00
1997-02-25 05:18:05 +00:00
1999-07-31 06:11:24 +00:00
1998-08-21 17:22:56 +00:00
1999-11-18 16:42:11 +00:00
1999-10-29 21:40:21 +00:00
1999-10-30 16:13:07 +00:00
1999-08-21 04:13:24 +00:00
1999-06-18 18:06:00 +00:00
2000-02-28 05:08:01 +00:00
2000-01-24 12:38:46 +00:00
1999-10-19 03:14:36 +00:00
1999-02-11 12:11:01 +00:00
1997-11-26 04:23:08 +00:00
1998-08-24 16:46:16 +00:00
1998-04-01 07:11:57 +00:00
1999-11-18 16:42:11 +00:00
1998-07-16 11:44:36 +00:00
2000-01-02 18:58:12 +00:00
1997-10-12 04:05:44 +00:00
1999-12-27 07:55:47 +00:00
1998-10-21 15:29:52 +00:00
1997-10-15 05:34:02 +00:00
2000-01-23 08:54:19 +00:00
1999-07-09 15:17:23 +00:00
2000-01-24 12:38:46 +00:00
2000-01-24 12:38:46 +00:00
2000-01-24 12:38:46 +00:00
2000-01-24 12:38:46 +00:00
1999-01-07 11:57:41 +00:00
1999-10-29 17:38:14 +00:00
1999-06-08 21:20:07 +00:00
1999-05-26 23:37:38 +00:00
1999-12-19 05:29:07 +00:00
1999-12-21 16:33:57 +00:00
1998-10-21 15:29:52 +00:00
1999-08-25 17:57:34 +00:00
2000-01-18 04:33:34 +00:00
1999-12-19 05:29:07 +00:00
1999-04-27 13:06:39 +00:00
1999-04-27 13:06:39 +00:00
1998-10-21 15:29:52 +00:00
1999-02-02 09:26:53 +00:00
1998-01-21 17:04:36 +00:00
1998-07-16 11:44:36 +00:00
1998-08-08 20:02:34 +00:00
1997-12-04 00:12:34 +00:00
1997-12-22 20:53:38 +00:00
1997-12-05 00:40:29 +00:00
1997-12-05 00:40:29 +00:00
1997-12-04 00:12:34 +00:00
1998-04-20 18:41:05 +00:00
1998-04-20 18:41:05 +00:00
1997-10-26 20:13:00 +00:00
1997-10-26 20:13:00 +00:00
2000-01-24 12:38:46 +00:00
2000-01-24 12:38:46 +00:00
2000-01-24 12:38:46 +00:00
1998-01-21 17:04:36 +00:00
1998-08-08 20:02:34 +00:00
1998-07-16 11:44:36 +00:00
2000-01-17 05:24:52 +00:00
1999-05-26 23:37:38 +00:00
1998-07-16 11:44:36 +00:00
2000-01-24 12:38:46 +00:00
2000-01-24 12:38:46 +00:00
2000-01-24 12:38:46 +00:00
2000-01-24 12:38:46 +00:00
1997-02-25 05:18:05 +00:00
1999-06-02 10:18:54 +00:00
1996-12-30 01:47:46 +00:00
1999-05-26 23:37:38 +00:00
1999-05-26 23:37:38 +00:00
2000-01-24 12:09:14 +00:00
1997-12-14 22:24:57 +00:00
1998-06-07 14:06:56 +00:00
2000-02-23 06:02:09 +00:00
1999-05-26 23:37:38 +00:00
1998-10-31 11:42:52 +00:00
1998-10-31 11:42:52 +00:00
1998-02-12 18:22:41 +00:00
1999-10-14 19:21:07 +00:00
1997-06-21 02:59:26 +00:00
1997-02-25 05:18:05 +00:00
1998-12-14 21:48:11 +00:00
1999-07-29 23:46:10 +00:00
2000-02-28 05:08:01 +00:00
2000-01-18 10:53:15 +00:00
2000-01-18 04:33:34 +00:00
1999-05-26 23:37:38 +00:00
1996-09-12 18:29:32 +00:00
1997-06-23 21:55:26 +00:00
1998-05-04 13:19:20 +00:00
1998-12-17 20:59:54 +00:00
1999-05-26 23:37:38 +00:00
2000-01-18 04:33:34 +00:00
1999-04-01 09:33:06 +00:00
1999-04-28 23:13:52 +00:00
1998-07-16 11:44:36 +00:00
1998-08-20 19:16:48 +00:00
1998-08-20 19:16:48 +00:00
1998-09-17 19:51:33 +00:00
1998-04-20 18:41:05 +00:00
1999-08-18 03:42:39 +00:00
1998-10-21 15:29:52 +00:00
1998-04-20 18:41:05 +00:00
2000-01-18 04:33:34 +00:00
1999-01-20 11:36:34 +00:00
1997-06-23 21:55:26 +00:00
1998-10-21 15:29:52 +00:00
1998-10-21 15:29:52 +00:00
1999-12-27 07:55:47 +00:00
1998-10-21 15:29:52 +00:00
2000-01-18 03:13:08 +00:00