glibc/nis
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
..
nss_compat * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set 2007-07-22 18:38:37 +00:00
nss_nis * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to 2007-07-28 20:36:21 +00:00
nss_nisplus * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h. 2007-03-21 20:24:59 +00:00
rpcsvc * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h. 2007-03-21 20:24:59 +00:00
Depend Update. 1998-11-30 16:42:19 +00:00
Makefile * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS 2006-10-06 17:49:27 +00:00
Versions * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS 2006-10-06 17:49:27 +00:00
libnsl.h * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer 2006-05-24 04:07:18 +00:00
nis_add.c Update. 2004-10-24 20:29:20 +00:00
nis_addmember.c * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying. 2006-05-25 17:16:17 +00:00
nis_call.c * nis/nis_domain_of.c (__nis_domain_of): New function. 2007-04-19 14:28:01 +00:00
nis_callback.c * nis/nis_callback.c (__nis_create_callback): Always call xdr_free 2006-05-25 15:52:21 +00:00
nis_checkpoint.c * libio/fmemopen.c (fmemopen): Free stream memory in case of 2006-04-07 04:29:25 +00:00
nis_clone_dir.c * libio/fmemopen.c (fmemopen): Free stream memory in case of 2006-04-07 04:29:25 +00:00
nis_clone_obj.c [BZ #284, BZ #721] 2005-02-17 01:19:55 +00:00
nis_clone_res.c * libio/fmemopen.c (fmemopen): Free stream memory in case of 2006-04-07 04:29:25 +00:00
nis_creategroup.c * io/ftw.c (open_dir_stream): Return right away if REALLOC fails. 2006-05-10 06:39:15 +00:00
nis_defaults.c * malloc/malloc.c (_int_malloc): Remove unused any_larger variable. 2006-10-11 16:29:13 +00:00
nis_destroygroup.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
nis_domain_of.c * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more 2007-06-22 17:01:29 +00:00
nis_domain_of_r.c * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer 2006-05-24 04:07:18 +00:00
nis_error.c * nis/nis_error.c: Remove table of strings. Use position 2006-05-11 20:29:20 +00:00
nis_error.h * nis/nis_error.c: Remove table of strings. Use position 2006-05-11 20:29:20 +00:00
nis_file.c * nis/nis_file.c: Rewrite the two pairs of functions into wrappers 2005-07-28 07:10:28 +00:00
nis_findserv.c Update. 2001-12-13 03:40:19 +00:00
nis_free.c Update. 2004-10-24 20:29:20 +00:00
nis_getservlist.c * io/fts.c (fts_build): Call fts_lfree in the two error cases 2006-04-08 19:35:24 +00:00
nis_hash.c Update. 2004-09-08 15:46:42 +00:00
nis_intern.h * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer 2006-05-24 04:07:18 +00:00
nis_ismember.c * nis/nis_ping.c: Remove unnecessary conditionals before 2006-04-08 20:28:00 +00:00
nis_local_names.c * elf/ldconfig.c (main): Use rawmemchr instead of strchr. 2006-04-07 07:02:20 +00:00
nis_lookup.c * nis/nis_domain_of.c (__nis_domain_of): New function. 2007-04-19 14:28:01 +00:00
nis_mkdir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
nis_modify.c Update. 2004-10-24 20:29:20 +00:00
nis_ping.c * nis/nis_ping.c: Remove unnecessary conditionals before 2006-04-08 20:28:00 +00:00
nis_print.c Update. 2004-10-24 20:29:20 +00:00
nis_print_group_entry.c . 2007-07-31 13:33:18 +00:00
nis_remove.c Update. 2004-10-24 20:29:20 +00:00
nis_removemember.c * nis/nis_removemember.c (nis_removemember): Avoid unnecessary 2006-05-25 18:31:29 +00:00
nis_rmdir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
nis_server.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
nis_subr.c * nis/nis_subr.c (nis_getnames): Revert last change. 2006-12-05 21:28:15 +00:00
nis_table.c * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h. 2007-03-21 20:24:59 +00:00
nis_util.c Update. 2004-10-24 20:29:20 +00:00
nis_verifygroup.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
nis_xdr.c * nis/nis_xdr.c: Avoid some function calls. 2006-08-08 00:39:32 +00:00
nis_xdr.h * nis/nis_call.c (__prepare_niscall): New function. Split out 2006-05-20 19:22:30 +00:00
nisplus-parser.h * nis/nis_call.c (__prepare_niscall): New function. Split out 2006-05-20 19:22:30 +00:00
nss * nis/nss-default.c (vars): Add SETENT_BATCH_READ. 2006-04-28 21:08:22 +00:00
nss-default.c [BZ #4702] 2007-07-03 14:49:53 +00:00
nss-nis.c * nis/Makefile (libnsl-routimes): Add nss-default. 2006-04-14 05:51:51 +00:00
nss-nis.h * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden. 2006-05-10 17:27:03 +00:00
nss-nisplus.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
nss-nisplus.h * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden. 2006-05-10 17:27:03 +00:00
yp_xdr.c * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master. 2006-05-12 02:46:18 +00:00
ypclnt.c * nis/ypclnt.c (__xdr_ypresp_all): Minor optimization in string 2006-04-28 17:01:50 +00:00
ypupdate_xdr.c * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master. 2006-05-12 02:46:18 +00:00