glibc/localedata/locales
Ulrich Drepper 5ce98c3f3f Update.
2004-05-03  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/bsd/bits/fcntl.h (F_SETOWN, F_GETOWN): Define if
	__USE_BSD or __USE_UNIX98.
	* sysdeps/unix/bsd/ultrix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* sysdeps/unix/bsd/sun/sunos4/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/common/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* sysdeps/unix/sysv/aix/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* sysdeps/unix/sysv/irix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	*sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/sh/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/i386/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* sysdeps/mach/hurd/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* io/sys/stat.h (S_ISSOCK, S_IFSOCK): Likewise.

2004-05-01  Jakub Jelinek  <jakub@redhat.com>

	* posix/Versions (libc): Remove __libc_wait, __libc_waitpid,
	__libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64,
	__libc_pwrite64, __waitid and __pselect @@GLIBC_PRIVATE.
	* stdlib/Versions (libc): Remove __on_exit@@GLIBC_PRIVATE.
	* sysdeps/unix/sysv/linux/Versions (libc): Remove
	__libc_sigaction@@GLIBC_PRIVATE.
	* sysdeps/unix/sysv/linux/x86_64/Versions (libc): Remove
	__modify_ldt@@GLIBC_PRIVATE.
	* socket/Versions (libc): Remove __libc_accept, __libc_send,
	__libc_recvfrom, __libc_recvmsg, __libc_sendmsg, __libc_recv,
	__libc_sendto and __libc_connect @@GLIBC_PRIVATE.
	* stdio-common/Versions (libc): Remove
	_itoa_upper_digits@@GLIBC_PRIVATE.
	* resolv/Versions (libresolv): Remove __ns_samename@@GLIBC_PRIVATE.
	* misc/Versions (libc): Remove __libc_fsync, __libc_msync,
	__libc_readv and __libc_writev @@GLIBC_PRIVATE.
	* termios/Versions (libc): Remove __libc_tcdrain@@GLIBC_PRIVATE.
	* io/Versions (libc): Remove __libc_open, __libc_close, __libc_read,
	__libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and
	__libc_lseek64 @@GLIBC_PRIVATE.

2004-04-30  Jakub Jelinek  <jakub@redhat.com>

	* elf/dl-load.c (open_verify): Move e_phentsize check after e_type
	check.

2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>

	* sysdeps/powerpc/powerpc64/fpu/s_ceil.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_floor.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_floorf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_llrint.c: Removed.
	* sysdeps/powerpc/powerpc64/fpu/s_llrint.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: Removed.
	* sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_llround.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_lround.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_rint.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_rintf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_round.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_roundf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_trunc.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_truncf.S: New file.

	* math/test-misc.c [LDBL_MANT_DIG == 106](main): Correct LDBL_MAX
	mantissa for AIX long double format.
	* misc/qefgcvt.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Define for AIX
	long double format.
	* misc/qefgcvt_r.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Likewise.
	* stdlib/fpioconst.c [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
	(_fpioconst_pow10): AIX long double format has same exponent range as
	double.
	* stdlib/fpioconst.h [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
	(LDBL_MAX_10_EXP_LOG): AIX long double format has same exponent range
	as double.

2004-04-23  Art Haas  <ahaas@airmail.net>

	* sysdeps/unix/sysv/linux/kernel-features.h: Add 'defined'.
2004-05-03 21:40:12 +00:00
..
aa_DJ Update. 2003-12-06 08:11:37 +00:00
aa_ER Update. 2003-11-04 04:58:50 +00:00
aa_ER@saaho Update. 2003-11-04 04:58:50 +00:00
aa_ET Update. 2003-11-04 04:58:50 +00:00
af_ZA Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
am_ET Update. 2003-12-06 08:11:37 +00:00
an_ES Update. 2003-08-25 09:06:06 +00:00
ar_AE Update. 2003-12-04 04:50:58 +00:00
ar_BH Update. 2003-12-06 08:11:37 +00:00
ar_DZ Update. 2003-12-06 08:11:37 +00:00
ar_EG Update. 2003-12-06 08:11:37 +00:00
ar_IN Update. 2003-12-06 08:11:37 +00:00
ar_IQ Update. 2003-12-04 04:50:58 +00:00
ar_JO Update. 2003-12-04 04:50:58 +00:00
ar_KW Update. 2003-12-04 04:50:58 +00:00
ar_LB Update. 2003-12-04 04:50:58 +00:00
ar_LY Update. 2003-12-04 04:50:58 +00:00
ar_MA Update. 2003-12-04 04:50:58 +00:00
ar_OM Update. 2003-12-04 04:50:58 +00:00
ar_QA Update. 2003-12-04 04:50:58 +00:00
ar_SA Update. 2003-12-04 04:50:58 +00:00
ar_SD Update. 2003-12-04 04:50:58 +00:00
ar_SY Update. 2003-12-04 04:50:58 +00:00
ar_TN Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
ar_YE Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
az_AZ Update. 2003-12-06 08:11:37 +00:00
be_BY Update. 2003-12-06 08:11:37 +00:00
bg_BG Update. 2002-09-10 18:40:35 +00:00
bn_BD Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
bn_IN Update. 2003-12-06 08:11:37 +00:00
br_FR Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
br_FR@euro Update. 2002-02-28 08:54:14 +00:00
bs_BA Update. 2003-12-06 08:11:37 +00:00
byn_ER Update. 2003-11-04 07:06:08 +00:00
ca_ES Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
ca_ES@euro Update. 2002-02-28 09:13:09 +00:00
cs_CZ Update. 2003-12-04 04:50:58 +00:00
cy_GB Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
da_DK Update. 2003-12-06 08:11:37 +00:00
de_AT Update. 2003-12-06 08:11:37 +00:00
de_AT@euro Update. 2002-02-28 09:13:09 +00:00
de_BE Update. 2003-12-06 08:11:37 +00:00
de_BE@euro Update. 2002-02-28 09:13:09 +00:00
de_CH Update. 2003-12-04 04:50:58 +00:00
de_DE Update. 2003-05-06 23:42:06 +00:00
de_DE@euro Update. 2002-02-28 09:13:09 +00:00
de_LU Update. 2003-12-04 04:50:58 +00:00
de_LU@euro Update. 2002-02-28 09:13:09 +00:00
el_GR Update. 2003-12-06 08:11:37 +00:00
el_GR@euro Update. 2002-02-28 09:13:09 +00:00
en_AU Update. 2003-12-06 08:11:37 +00:00
en_BW Update. 2003-12-06 08:11:37 +00:00
en_CA Update. 2003-12-06 08:11:37 +00:00
en_DK Update. 2003-12-06 08:11:37 +00:00
en_GB Update. 2003-12-04 04:50:58 +00:00
en_HK Update. 2003-12-04 04:50:58 +00:00
en_IE Update. 2003-12-04 04:50:58 +00:00
en_IE@euro Update. 2002-02-28 09:13:09 +00:00
en_IN Update. 2003-12-06 08:11:37 +00:00
en_NZ Update. 2003-12-04 04:50:58 +00:00
en_PH Update. 2003-12-04 04:50:58 +00:00
en_SG Update. 2003-12-04 04:50:58 +00:00
en_US Update. 2003-12-05 09:51:08 +00:00
en_ZA * locales/en_ZA: Correcty typo in changelog (Sofware -> Software). 2003-12-24 02:39:43 +00:00
en_ZW Update. 2003-12-04 04:50:58 +00:00
es_AR Update. 2003-12-06 08:11:37 +00:00
es_BO Update. 2003-12-06 08:11:37 +00:00
es_CL Update. 2003-12-06 08:11:37 +00:00
es_CO Update. 2003-12-06 08:11:37 +00:00
es_CR Update. 2003-12-06 08:11:37 +00:00
es_DO Update. 2003-12-06 08:11:37 +00:00
es_EC Update. 2003-12-06 08:11:37 +00:00
es_ES Update. 2003-12-04 04:50:58 +00:00
es_ES@euro Update. 2002-02-28 09:13:09 +00:00
es_GT Update. 2003-12-06 08:11:37 +00:00
es_HN Update. 2003-12-06 08:11:37 +00:00
es_MX Update. 2003-12-04 04:50:58 +00:00
es_NI Update. 2003-12-04 04:50:58 +00:00
es_PA Update. 2003-12-04 04:50:58 +00:00
es_PE Update. 2003-12-04 04:50:58 +00:00
es_PR Update. 2003-12-04 04:50:58 +00:00
es_PY Update. 2003-12-04 04:50:58 +00:00
es_SV Update. 2003-12-06 08:11:37 +00:00
es_US Update. 2003-12-04 04:50:58 +00:00
es_UY Update. 2003-12-04 04:50:58 +00:00
es_VE Update. 2003-12-04 04:50:58 +00:00
et_EE Update. 2004-04-17 22:34:18 +00:00
eu_ES Update. 2003-12-04 04:50:58 +00:00
eu_ES@euro Update. 2000-08-21 18:36:45 +00:00
fa_IR Update. 2004-03-17 17:30:06 +00:00
fi_FI Update. 2003-12-06 08:11:37 +00:00
fi_FI@euro Update. 2002-02-28 09:13:09 +00:00
fo_FO Update. 2003-12-04 04:50:58 +00:00
fr_BE Update. 2003-12-06 08:11:37 +00:00
fr_BE@euro Update. 2002-02-28 09:13:09 +00:00
fr_CA Update. 2003-12-06 08:11:37 +00:00
fr_CH Update. 2003-12-04 04:50:58 +00:00
fr_FR Update. 2003-12-06 08:11:37 +00:00
fr_FR@euro Update. 2002-02-28 09:13:09 +00:00
fr_LU Update. 2003-12-04 04:50:58 +00:00
fr_LU@euro Update. 2002-02-28 09:13:09 +00:00
ga_IE Update. 2003-12-04 04:50:58 +00:00
ga_IE@euro Update. 2002-02-28 09:13:09 +00:00
gd_GB Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
gez_ER Update. 2003-11-04 04:58:50 +00:00
gez_ER@abegede Update. 2003-11-04 04:58:50 +00:00
gez_ET Update. 2003-11-04 04:58:50 +00:00
gez_ET@abegede Update. 2003-11-04 07:06:08 +00:00
gl_ES Update. 2003-12-04 04:50:58 +00:00
gl_ES@euro Update. 2002-02-28 09:13:09 +00:00
gu_IN Update. 2003-12-06 08:11:37 +00:00
gv_GB Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
he_IL Update. 2003-12-04 04:50:58 +00:00
hi_IN Update. 2003-12-06 08:11:37 +00:00
hr_HR * locales/en_ZA: Correcty typo in changelog (Sofware -> Software). 2003-12-24 02:39:43 +00:00
hu_HU Update. 2003-12-06 08:11:37 +00:00
hy_AM Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
i18n Update. 2002-04-20 07:58:48 +00:00
id_ID Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
is_IS Update. 2003-12-06 08:11:37 +00:00
iso14651_t1 Update. 2002-06-30 19:20:39 +00:00
it_CH Update. 2003-12-04 04:50:58 +00:00
it_IT Update. 2003-12-04 04:50:58 +00:00
it_IT@euro Update. 2002-02-28 09:13:09 +00:00
iw_IL Update. 2003-12-04 04:50:58 +00:00
ja_JP * locales/en_ZA: Correcty typo in changelog (Sofware -> Software). 2003-12-24 02:39:43 +00:00
ka_GE Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
kk_KZ Update. 2004-04-17 22:34:18 +00:00
kl_GL Update. 2003-12-04 04:50:58 +00:00
kn_IN Update. 2003-12-06 08:11:37 +00:00
ko_KR * locales/en_ZA: Correcty typo in changelog (Sofware -> Software). 2003-12-24 02:39:43 +00:00
kw_GB Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
lg_UG Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
lo_LA Update. 2003-09-17 09:18:37 +00:00
lt_LT Update. 2003-12-04 04:50:58 +00:00
lv_LV Update. 2003-12-04 04:50:58 +00:00
mi_NZ Update. 2001-08-03 08:42:28 +00:00
mk_MK Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
ml_IN Update. 2003-12-06 08:11:37 +00:00
mn_MN Update. 2003-04-14 17:30:34 +00:00
mr_IN Update. 2003-12-06 08:11:37 +00:00
ms_MY Update. 2003-12-04 04:50:58 +00:00
mt_MT Update. 2003-12-04 04:50:58 +00:00
nb_NO Update. 2003-12-04 04:50:58 +00:00
ne_NP Update. 2003-12-04 04:50:58 +00:00
nl_BE Update. 2003-12-06 08:11:37 +00:00
nl_BE@euro Update. 2000-08-21 18:36:45 +00:00
nl_NL Update. 2003-12-04 04:50:58 +00:00
nl_NL@euro Update. 2002-02-28 09:13:09 +00:00
nn_NO Update. 2004-05-03 21:40:12 +00:00
oc_FR Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
om_ET Update. 2003-11-04 04:58:50 +00:00
om_KE Update. 2003-11-04 04:58:50 +00:00
pa_IN Update. 2003-12-06 08:11:37 +00:00
pl_PL Update. 2003-12-04 04:50:58 +00:00
POSIX Update. 2000-10-26 23:41:17 +00:00
pt_BR Update. 2003-12-06 08:11:37 +00:00
pt_PT Update. 2003-12-04 04:50:58 +00:00
pt_PT@euro Update. 2002-02-28 09:13:09 +00:00
ro_RO Update. 2003-12-04 04:50:58 +00:00
ru_RU Update. 2003-12-06 08:11:37 +00:00
ru_UA Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
se_NO Update. 2003-12-04 04:50:58 +00:00
sid_ET Update. 2004-05-03 21:40:12 +00:00
sk_SK Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
sl_SI Update. 2003-12-04 04:50:58 +00:00
so_DJ Update. 2003-11-04 04:58:50 +00:00
so_ET Update. 2003-11-04 04:58:50 +00:00
so_KE Update. 2003-11-04 04:58:50 +00:00
so_SO Update. 2003-11-04 04:58:50 +00:00
sq_AL Update. 2003-12-06 08:11:37 +00:00
sr_YU Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
sr_YU@cyrillic Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
st_ZA Update. 2003-12-04 04:50:58 +00:00
sv_FI Update. 2003-12-04 04:50:58 +00:00
sv_FI@euro Update. 2000-08-21 18:36:45 +00:00
sv_SE Update. 2003-12-04 04:50:58 +00:00
ta_IN Update. 2003-12-06 08:11:37 +00:00
te_IN Update. 2003-12-06 08:11:37 +00:00
tg_TJ Update. 2003-12-04 04:50:58 +00:00
th_TH Update. 2003-12-04 04:50:58 +00:00
ti_ER Update. 2003-12-06 08:11:37 +00:00
ti_ET Update. 2003-12-06 08:11:37 +00:00
tig_ER Update. 2003-11-04 07:06:08 +00:00
tl_PH Update. 2003-12-04 04:50:58 +00:00
tr_TR Update. 2004-02-17 02:35:52 +00:00
translit_circle Update. 2002-04-20 07:58:48 +00:00
translit_cjk_compat Update. 2002-04-20 07:58:48 +00:00
translit_cjk_variants Update. 2000-10-31 04:38:55 +00:00
translit_combining Update. 2002-04-20 07:58:48 +00:00
translit_compat Update. 2002-04-20 07:58:48 +00:00
translit_font Update. 2002-04-20 07:58:48 +00:00
translit_fraction Update. 2000-11-07 00:05:01 +00:00
translit_hangul Update. 2000-10-31 04:38:55 +00:00
translit_narrow Update. 2000-10-31 04:38:55 +00:00
translit_neutral Update. 2002-04-20 07:58:48 +00:00
translit_small Update. 2002-04-20 07:58:48 +00:00
translit_wide Update. 2002-04-20 07:58:48 +00:00
tt_RU Update. 2003-12-06 08:11:37 +00:00
uk_UA Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
ur_PK Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
uz_UZ Mostly replaced. 2003-10-01 07:18:18 +00:00
uz_UZ@cyrillic Update. 2003-12-04 04:50:58 +00:00
vi_VN Update. 2003-12-04 04:50:58 +00:00
wa_BE Make sure yesexpr and noexpr regex start with '^'. 2004-03-23 07:36:58 +00:00
wa_BE@euro Update. 2002-02-23 19:38:02 +00:00
wal_ET Update. 2004-05-03 21:40:12 +00:00
xh_ZA Update. 2003-12-04 04:50:58 +00:00
yi_US (save_cache): Don't write beyond end of file_entries buffer. Duplicate last old cache entry if the count would be odd. 2003-08-25 18:37:54 +00:00
zh_CN Extend LC_IDENTIFICATION entries a bit. 2001-02-06 18:35:07 +00:00
zh_HK Update. 2003-12-06 08:11:37 +00:00
zh_SG Update. 2003-12-04 04:50:58 +00:00
zh_TW Update. 2002-09-28 05:28:44 +00:00
zu_ZA Update. 2003-12-04 04:50:58 +00:00