glibc/locale
Roland McGrath 0a951d0e31 * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Variable removed.
instead of += to append, to be sure $(lib) gets expanded at defn time.
	(libof-$(cpp-src)): New variable, define this instead.
	* extra-lib.mk (cpp-srcs-left): Reduce duplication in include setup.
	(lib): Don't use override.
	(CPPFLAGS-$(lib)): New variable, put -D's here.
	* Makeconfig (CPPFLAGS): Use basename fn for CPPFLAGS-basename.
	Also add $(CPPFLAGS-LIB) before the file-specific flags, for each
	LIB found by $(libof-*) for basename, target, or source.
	* Makerules (CPPFLAGS-nonlib): New variable.
	* nscd/Makefile (lib): Set to nonlib when using cppflags-iterator.mk.
	* locale/Makefile (lib): Likewise.
	* sunrpc/Makefile (lib): Likewise.

	* sysdeps/unix/sysv/linux/fpathconf.c (LINUX_LINK_MAX): Move macro ...
	* sysdeps/unix/sysv/linux/linux_fsinfo.h (LINUX_LINK_MAX): ... here.
	* sysdeps/unix/sysv/linux/pathconf.h: New file.
	(statfs_link_max): New function, guts from fpathconf.c.
	* sysdeps/unix/sysv/linux/fpathconf.c: Rewritten using that.
	* sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
	* sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Rewritten
	to use the linux/pathconf.c code by #include rather than duplication.
	* sysdeps/unix/sysv/linux/alpha/fpathconf.c (__pathconf): Likewise.

2002-10-16  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
	Use __libc_errno only for libc itself.
2002-10-16 22:09:55 +00:00
..
bits
programs (open_archive): Replace using label 'again' with a loop to work around gcc 3.2 bug. 2002-08-28 12:00:53 +00:00
.cvsignore
broken_cur_max.c
C_name.c
C-address.c * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry, 2002-08-28 23:11:21 +00:00
C-collate.c * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry, 2002-08-28 23:11:21 +00:00
C-ctype.c * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry, 2002-08-28 23:11:21 +00:00
C-identification.c * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry, 2002-08-28 23:11:21 +00:00
C-measurement.c * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry, 2002-08-28 23:11:21 +00:00
C-messages.c * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry, 2002-08-28 23:11:21 +00:00
C-monetary.c * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry, 2002-08-28 23:11:21 +00:00
C-name.c * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry, 2002-08-28 23:11:21 +00:00
C-numeric.c * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry, 2002-08-28 23:11:21 +00:00
C-paper.c * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry, 2002-08-28 23:11:21 +00:00
C-telephone.c * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry, 2002-08-28 23:11:21 +00:00
C-time.c * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry, 2002-08-28 23:11:21 +00:00
C-translit.h
C-translit.h.in
categories.def 2002-08-31 Roland McGrath <roland@redhat.com> 2002-08-31 21:08:10 +00:00
coll-lookup.h
duplocale.c * locale/newlocale.c (__newlocale): If setting all categories to "C", 2002-10-11 07:22:18 +00:00
elem-hash.h
findlocale.c * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass 2002-09-01 12:39:40 +00:00
freelocale.c * locale/newlocale.c (__newlocale): If setting all categories to "C", 2002-10-11 07:22:18 +00:00
gen-translit.pl
global-locale.c * locale/xlocale.h (struct __locale_struct): New member `__names'. 2002-08-30 10:36:44 +00:00
hashval.h
indigits.h
indigitswc.h
iso-639.def
iso-3166.def
iso-4217.def
langinfo.h
lc-address.c
lc-collate.c
lc-ctype.c * locale/lc-ctype.c (_nl_postload_ctype): Add compat_symbol decls for 2002-09-18 18:32:27 +00:00
lc-identification.c
lc-measurement.c
lc-messages.c
lc-monetary.c
lc-name.c
lc-numeric.c
lc-paper.c
lc-telephone.c
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 * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass 2002-09-01 12:39:40 +00:00
loadlocale.c * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry, 2002-08-28 23:11:21 +00:00
locale.h
localeconv.c 2002-09-02 Roland McGrath <roland@redhat.com> 2002-09-03 02:33:03 +00:00
localeinfo.h * locale/localeinfo.h (struct locale_data): Add private.ctype. 2002-09-02 19:34:39 +00:00
localename.c * locale/xlocale.h (struct __locale_struct): New member `__names'. 2002-08-30 10:36:44 +00:00
locarchive.h
Makefile * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Variable removed. 2002-10-16 22:09:55 +00:00
mb_cur_max.c
newlocale.c * locale/newlocale.c (__newlocale): If setting all categories to "C", 2002-10-11 07:22:18 +00:00
nl_langinfo_l.c
nl_langinfo.c * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def 2002-08-29 02:18:11 +00:00
outdigits.h
outdigitswc.h
setlocale.c * locale/categories.def (LC_TIME): No more _nl_postload_time. 2002-08-31 21:09:35 +00:00
strlen-hash.h
SYS_libc.c
tst-C-locale.c Update. 2002-09-03 18:43:43 +00:00
uselocale.c * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower): 2002-09-02 07:09:08 +00:00
Versions
weight.h
weightwc.h
xlocale.c * locale/xlocale.h (struct __locale_struct): New member `__names'. 2002-08-30 10:36:44 +00:00
xlocale.h * locale/newlocale.c (__newlocale): Don't use strdup for names. 2002-08-31 20:08:18 +00:00