glibc/iconv
Zack Weinberg 199fc19d3a Remove __need macros from stdio.h and wchar.h.
wint_t is a little finicky because it might be defined by stddef.h, which
belongs to the compiler.

In addition to the _types_, a bunch of other declarations shared between
wctype.h and wchar.h are factored out to their own header.

	* libio/bits/types/FILE.h, libio/bits/types/__FILE.h
	* wcsmbs/bits/types/mbstate_t.h, wcsmbs/bits/types/__mbstate_t.h
	* wcsmbs/bits/types/wint_t.h: New single-type definition files.
	* wctype/bits/wctype-wchar.h: New file holding declarations shared
	between wctype.h and wchar.h.

	* libio/Makefile, wcsmbs/Makefile, wctype/Makefile:
	Install them.

	* include/bits/types/FILE.h, include/bits/types/__FILE.h
	* include/bits/types/mbstate_t.h, include/bits/types/__mbstate_t.h
	* include/bits/types/wint_t.h, include/bits/wcsmbs-wchar.h:
	New wrappers.
	* include/stdio.h, include/wchar.h, include/wctype.h:
	No need to handle __need macros.

	* grp/grp.h, gshadow/gshadow.h, hurd/hurd.h, iconv/gconv.h
	* libio/stdio.h, mach/mach.h, misc/mntent.h, pwd/pwd.h
	* shadow/shadow.h, stdio-common/printf.h, wcsmbs/uchar.h
	* wcsmbs/wchar.h, wctype/wctype.h
	* sysdeps/generic/_G_config.h, sysdeps/unix/sysv/linux/_G_config.h
	Use the new files instead of __need macros.
2017-06-08 13:58:17 -04:00
..
Makefile Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk. 2017-05-09 07:06:29 -04:00
Versions Complete the removal of __gconv_translit_find 2014-09-12 09:17:32 +02:00
dummy-repertoire.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
gconv.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
gconv.h Remove __need macros from stdio.h and wchar.h. 2017-06-08 13:58:17 -04:00
gconv_builtin.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
gconv_builtin.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
gconv_cache.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
gconv_charset.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
gconv_close.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
gconv_conf.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
gconv_db.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
gconv_dl.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
gconv_int.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
gconv_open.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
gconv_simple.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
gconv_trans.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
iconv.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
iconv.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
iconv_charmap.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
iconv_close.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
iconv_open.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
iconv_prog.c Update copyright dates not handled by scripts/update-copyrights. 2017-01-01 00:26:24 +00:00
iconv_prog.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
iconvconfig.c Update copyright dates not handled by scripts/update-copyrights. 2017-01-01 00:26:24 +00:00
iconvconfig.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
loop.c Narrowing the visibility of libc-internal.h even further. 2017-03-01 20:33:46 -05:00
skeleton.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strtab.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
tst-iconv1.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-iconv2.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
tst-iconv3.c Convert tst-iconv3 to use test-skeleton. 2015-02-25 16:01:13 -08:00
tst-iconv4.c [BZ #9793] 2009-02-03 01:31:30 +00:00
tst-iconv5.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
tst-iconv6.c Add missing header files throughout the testsuite. 2017-02-16 17:33:18 -05:00