glibc/rt
Ulrich Drepper 701666b77d * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
void **.
	* nss/nsswitch.h (service_user): Use void * type for KNOWN field.

	* nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
	char * to avoid warning.
	* nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.

	* timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.

	* locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
	allocate_arrays): Cast second argument to charmap_find_symbol
	to char * to avoid warnings.

	* locale/programs/repertoire.c (repertoire_new_char): Change
	from_nr, to_nr and cnt to unsigned long, adjust printf format
	string.

	* locale/programs/ld-collate.c (insert_value, handle_ellipsis):
	Cast second argument to new_element to char * to avoid warnings.

	* locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.

	* intl/gettextP.h (struct loaded_domain): Change plural to const
	struct expression *.
	* intl/plural-eval.c (plural_eval): Change first argument to
	const struct expression *.
	* intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
	argument to const struct expression **.
	* intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
	prototypes.
	* intl/loadmsgcat (_nl_unload_domain): Cast away const
	in call to __gettext_free_exp.

	* posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
	unitialized wstring/wpattern var warnings.

	* posix/runtests.c (struct a_test): Make data field const char *.

	* stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
	vars if not LDBL_MANT_DIG >= 106.

	* stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.

	* stdio-common/vfprintf.c (vfprintf): Cast first arugment to
	__find_specmb to avoid warning.

	* rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.

	* debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
	to avoid warnings.

	* sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
	initializer.

	* sysdeps/unix/clock_gettime.c (clock_gettime): Only define
	tv var when it will be actually used.

	* sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
	to avoid warnings.
2007-07-28 20:36:21 +00:00
..
Depend * manual/install.texi (Installation): Don't mention linuxthreads. 2005-07-03 04:40:53 +00:00
Makefile [BZ #2978] 2006-08-03 08:17:20 +00:00
Versions lio_listio should emit an event for each individual request in 2006-01-03 23:19:03 +00:00
aio.h Update. 2004-09-07 22:33:37 +00:00
aio_cancel.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
aio_error.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
aio_fsync.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
aio_misc.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
aio_notify.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
aio_read.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
aio_read64.c * elf/cache.c: Use <> rather than "" #includes. 2005-12-21 22:16:34 +00:00
aio_return.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
aio_sigqueue.c * elf/cache.c: Use <> rather than "" #includes. 2005-12-21 22:16:34 +00:00
aio_suspend.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
aio_write.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
aio_write64.c * elf/cache.c: Use <> rather than "" #includes. 2005-12-21 22:16:34 +00:00
clock_getcpuclockid.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
clock_getres.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
clock_gettime.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
clock_nanosleep.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
clock_settime.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
get_clockfreq.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
lio_listio.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
lio_listio64.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mq_close.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mq_getattr.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mq_notify.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mq_open.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mq_receive.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mq_send.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mq_setattr.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mq_timedreceive.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mq_timedsend.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mq_unlink.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mqueue.h Cleanups. 2005-10-23 20:38:06 +00:00
shm_open.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
shm_unlink.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
timer_create.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
timer_delete.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
timer_getoverr.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
timer_gettime.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
timer_settime.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
tst-aio.c [BZ #2526, BZ #3138, BZ #3143] 2006-09-12 11:44:01 +00:00
tst-aio2.c lio_listio should emit an event for each individual request in 2006-01-03 23:19:03 +00:00
tst-aio3.c The thread is now supposed to be created. 2006-01-05 22:42:01 +00:00
tst-aio4.c * locale/programs/ld-ctype.c (ctype_read): When given a repertoire 2002-08-26 11:39:12 +00:00
tst-aio5.c * locale/programs/ld-ctype.c (ctype_read): When given a repertoire 2002-08-26 11:39:12 +00:00
tst-aio6.c * locale/programs/ld-ctype.c (ctype_read): When given a repertoire 2002-08-26 11:39:12 +00:00
tst-aio7.c Update. 2003-03-08 18:56:15 +00:00
tst-aio8.c (do_test): aio_offset should be initialized, too. 2006-01-05 00:26:42 +00:00
tst-aio9.c * sysdeps/pthread/aio_misc.h [!DONT_USE_BOOTSTRAP_MAP] 2006-01-06 03:08:04 +00:00
tst-aio10.c * rt/Makefile (tests): Add tst-aio9 and tst-aio10. 2006-01-06 04:13:26 +00:00
tst-aio64.c [BZ #2526, BZ #3138, BZ #3143] 2006-09-12 11:44:01 +00:00
tst-clock.c Update. 2003-12-11 20:46:47 +00:00
tst-clock2.c [BZ #2978] 2006-08-03 08:17:20 +00:00
tst-clock_nanosleep.c Update. 2003-05-17 17:55:27 +00:00
tst-cpuclock1.c * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
tst-cpuclock2.c * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
tst-cputimer1.c * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
tst-cputimer2.c * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
tst-cputimer3.c * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
tst-mqueue.h Update. 2004-04-16 20:44:32 +00:00
tst-mqueue1.c * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to 2007-07-28 20:36:21 +00:00
tst-mqueue2.c Update. 2004-04-13 02:15:43 +00:00
tst-mqueue3.c Update. 2004-04-16 22:28:50 +00:00
tst-mqueue4.c Update. 2004-04-19 17:28:57 +00:00
tst-mqueue5.c Update. 2004-04-19 06:19:34 +00:00
tst-mqueue6.c Update. 2004-04-16 23:49:58 +00:00
tst-mqueue7.c Update. 2004-04-19 17:28:57 +00:00
tst-mqueue8.c Update. 2004-04-18 02:37:56 +00:00
tst-mqueue9.c 2004-04-19 Roland McGrath <roland@redhat.com> 2004-04-19 21:05:23 +00:00
tst-shm.c * rt/tst-shm.c: Use fstat64 instead of fstat. 2007-05-19 03:30:44 +00:00
tst-timer.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
tst-timer2.c * rt/tst-timer2.c (do_test): If timer_create fails, just continue. 2004-08-11 23:32:56 +00:00
tst-timer3.c Update. 2004-04-16 20:44:32 +00:00
tst-timer4.c 2004-12-06 Roland McGrath <roland@redhat.com> 2004-12-06 22:28:45 +00:00
tst-timer5.c 2004-12-07 Roland McGrath <roland@redhat.com> 2004-12-07 20:44:46 +00:00