glibc/locale
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
..
bits Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
programs * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to 2007-07-28 20:36:21 +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
C-address.c * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99. 2002-12-16 02:05:36 +00:00
C-collate.c * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99. 2002-12-16 02:05:36 +00:00
C-ctype.c Update. 2003-11-16 07:14:28 +00:00
C-identification.c * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99. 2002-12-16 02:05:36 +00:00
C-measurement.c * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99. 2002-12-16 02:05:36 +00:00
C-messages.c * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99. 2002-12-16 02:05:36 +00:00
C-monetary.c * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99. 2002-12-16 02:05:36 +00:00
C-name.c * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99. 2002-12-16 02:05:36 +00:00
C-numeric.c * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99. 2002-12-16 02:05:36 +00:00
C-paper.c * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99. 2002-12-16 02:05:36 +00:00
C-telephone.c * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99. 2002-12-16 02:05:36 +00:00
C-time.c Update. 2004-08-13 05:42:43 +00:00
C-translit.h [BZ #3213] 2007-04-28 06:40:56 +00:00
C-translit.h.in [BZ #3213] 2007-04-28 06:40:56 +00:00
C_name.c Update. 2001-04-06 17:49:18 +00:00
Makefile [BZ #1978] 2005-12-20 07:21:59 +00:00
SYS_libc.c [BZ #284, BZ #721] 2005-02-17 01:19:55 +00:00
Versions * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Revert last change. 2003-03-03 09:45:25 +00:00
broken_cur_max.c Update. 2002-03-14 20:48:50 +00:00
categories.def Update. 2003-11-16 07:14:28 +00:00
coll-lookup.c Update. 2003-06-13 21:05:42 +00:00
coll-lookup.h Update. 2003-06-13 21:05:42 +00:00
duplocale.c * locale/xlocale.c (_nl_C_locobj): Mark as const. 2005-12-21 07:28:33 +00:00
elem-hash.h Update. 2001-08-09 05:21:51 +00:00
findlocale.c * locale/setlocale.c: Change _nl_category_names into a string. 2006-05-15 18:36:28 +00:00
freelocale.c * locale/xlocale.c (_nl_C_locobj): Mark as const. 2005-12-21 07:28:33 +00:00
gen-translit.pl Update. 2000-11-02 07:51:38 +00:00
global-locale.c . 2007-07-31 13:33:18 +00:00
hashval.h Roland McGrath <roland@redhat.com> 2002-08-28 07:29:53 +00:00
indigits.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
indigitswc.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
iso-639.def [BZ #566] 2005-09-24 17:37:33 +00:00
iso-3166.def [BZ #3322] 2007-02-17 07:56:58 +00:00
iso-4217.def [BZ #3322] 2007-02-17 07:56:58 +00:00
langinfo.h 2005-03-28 Roland McGrath <roland@redhat.com> 2005-03-28 19:22:05 +00:00
lc-address.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lc-collate.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lc-ctype.c [BZ #284, BZ #721] 2005-02-17 01:19:55 +00:00
lc-identification.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lc-measurement.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lc-messages.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lc-monetary.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lc-name.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lc-numeric.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lc-paper.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lc-telephone.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lc-time.c * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry, 2002-08-28 23:11:21 +00:00
loadarchive.c (_nl_load_locale_from_archive): Free normalized_codeset even if p was already normalized. 2005-09-09 16:56:52 +00:00
loadlocale.c * locale/setlocale.c: Change _nl_category_names into a string. 2006-05-15 18:36:28 +00:00
locale.h [BZ #2648] 2007-02-17 18:58:25 +00:00
localeconv.c 2002-09-02 Roland McGrath <roland@redhat.com> 2002-09-03 02:33:03 +00:00
localeinfo.h . 2007-07-31 13:33:18 +00:00
localename.c * wcsmbs/wcsmbsload.c (__wcsmbs_getfct): Move attribute_hidden 2004-09-01 00:50:33 +00:00
locarchive.h * locale/locarchive.h (struct locale_category_data): Give this name to 2002-08-15 07:02:19 +00:00
mb_cur_max.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
newlocale.c * locale/setlocale.c: Change _nl_category_names into a string. 2006-05-15 18:36:28 +00:00
nl_langinfo.c 2005-03-28 Roland McGrath <roland@redhat.com> 2005-03-28 19:22:05 +00:00
nl_langinfo_l.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
outdigits.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
outdigitswc.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setlocale.c * locale/setlocale.c: Change _nl_category_names into a string. 2006-05-15 18:36:28 +00:00
strlen-hash.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-C-locale.c Update. 2004-08-13 05:42:43 +00:00
uselocale.c * include/locale.h (__uselocale): Add libc_hidden_proto. 2007-02-02 15:37:16 +00:00
weight.h * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Remove 2004-09-24 17:09:04 +00:00
weightwc.h * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to 2007-07-28 20:36:21 +00:00
xlocale.c * locale/xlocale.c (_nl_C_locobj): Mark as const. 2005-12-21 07:28:33 +00:00
xlocale.h * locale/newlocale.c (__newlocale): Don't use strdup for names. 2002-08-31 20:08:18 +00:00