mirror of git://sourceware.org/git/glibc.git
Update.
2001-06-28 Ulrich Drepper <drepper@redhat.com> * manual/argp.texi: Tons of cleanups. Patch by Clifford U. Smith <cuel@swbell.net>.
This commit is contained in:
parent
90e5b29e14
commit
f7364247e7
|
@ -1,3 +1,8 @@
|
||||||
|
2001-06-28 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* manual/argp.texi: Tons of cleanups.
|
||||||
|
Patch by Clifford U. Smith <cuel@swbell.net>.
|
||||||
|
|
||||||
2001-06-28 Mark Kettenis <kettenis@gnu.org>
|
2001-06-28 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* manual/users.texi (Setting Groups): Correct initgroups
|
* manual/users.texi (Setting Groups): Correct initgroups
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
2001-06-28 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* Makefile: Include SUPPORTED.
|
||||||
|
(INSTALL-SUPPORTED-LOCALES): New.
|
||||||
|
($(INSTALL-SUPPORTED-LOCALES)): New target.
|
||||||
|
(install-locales-dir): Likewise.
|
||||||
|
(install-locales): Depend on $(INSTALL-SUPPORTED-LOCALES).
|
||||||
|
* SUPPORTED: Changed the format for parallel install.
|
||||||
|
|
||||||
2001-06-27 Ulrich Drepper <drepper@redhat.com>
|
2001-06-27 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* Makefile: Add rules to build and run tst-leaks.
|
* Makefile: Add rules to build and run tst-leaks.
|
||||||
|
|
|
@ -191,13 +191,22 @@ $(objpfx)tst-langinfo.out: tst-langinfo.sh $(objpfx)tst-langinfo \
|
||||||
$(objpfx)tst-digits.out: $(objpfx)tst-locale.out
|
$(objpfx)tst-digits.out: $(objpfx)tst-locale.out
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
include SUPPORTED
|
||||||
|
|
||||||
|
INSTALL-SUPPORTED-LOCALES=$(addprefix install-, $(SUPPORTED-LOCALES))
|
||||||
|
|
||||||
# Sometimes the whole collection of locale files should be installed.
|
# Sometimes the whole collection of locale files should be installed.
|
||||||
LOCALEDEF=I18NPATH=. GCONV_PATH=$(common-objpfx)iconvdata LC_ALL=C \
|
LOCALEDEF=I18NPATH=. GCONV_PATH=$(common-objpfx)iconvdata LC_ALL=C \
|
||||||
$(common-objpfx)elf/ld.so --library-path $(rpath-link) $(common-objpfx)locale/localedef
|
$(common-objpfx)elf/ld.so --library-path $(rpath-link) $(common-objpfx)locale/localedef
|
||||||
install-locales:
|
install-locales: $(INSTALL-SUPPORTED-LOCALES)
|
||||||
|
|
||||||
|
install-locales-dir:
|
||||||
$(..)./scripts/mkinstalldirs $(inst_localedir)
|
$(..)./scripts/mkinstalldirs $(inst_localedir)
|
||||||
while read locale charset; do \
|
|
||||||
case $$locale in \#*) continue;; esac; \
|
$(INSTALL-SUPPORTED-LOCALES): install-locales-dir
|
||||||
|
@locale=`echo $@ | sed -e 's/^install-//'`; \
|
||||||
|
charset=`echo $$locale | sed -e 's,.*/,,'`; \
|
||||||
|
locale=`echo $$locale | sed -e 's,/[^/]*,,'`; \
|
||||||
echo -n `echo $$locale | sed 's/\([^.\@]*\).*/\1/'`; \
|
echo -n `echo $$locale | sed 's/\([^.\@]*\).*/\1/'`; \
|
||||||
echo -n ".$$charset"; \
|
echo -n ".$$charset"; \
|
||||||
echo -n `echo $$locale | sed 's/\([^\@]*\)\(\@.*\)*/\2/'`; \
|
echo -n `echo $$locale | sed 's/\([^\@]*\)\(\@.*\)*/\2/'`; \
|
||||||
|
@ -206,7 +215,6 @@ install-locales:
|
||||||
$(LOCALEDEF) -i locales/$$input -c -f charmaps/$$charset \
|
$(LOCALEDEF) -i locales/$$input -c -f charmaps/$$charset \
|
||||||
$(addprefix --prefix=,$(install_root)) $$locale; \
|
$(addprefix --prefix=,$(install_root)) $$locale; \
|
||||||
echo ' done'; \
|
echo ' done'; \
|
||||||
done < SUPPORTED
|
|
||||||
|
|
||||||
# The mbwc-tests need some environment setup to find the locale data files
|
# The mbwc-tests need some environment setup to find the locale data files
|
||||||
TEST_MBWC_ENV:= LOCPATH=$(common-objpfx)localedata
|
TEST_MBWC_ENV:= LOCPATH=$(common-objpfx)localedata
|
||||||
|
|
|
@ -1,149 +1,150 @@
|
||||||
# This file names the currently supported and somewhat tested locales.
|
# This file names the currently supported and somewhat tested locales.
|
||||||
# If you have any additions please use the glibcbug script to send an
|
# If you have any additions please use the glibcbug script to send an
|
||||||
# appropriate message.
|
# appropriate message.
|
||||||
af_ZA ISO-8859-1
|
SUPPORTED-LOCALES=\
|
||||||
ar_AE ISO-8859-6
|
af_ZA/ISO-8859-1 \
|
||||||
ar_BH ISO-8859-6
|
ar_AE/ISO-8859-6 \
|
||||||
ar_DZ ISO-8859-6
|
ar_BH/ISO-8859-6 \
|
||||||
ar_EG ISO-8859-6
|
ar_DZ/ISO-8859-6 \
|
||||||
ar_IN UTF-8
|
ar_EG/ISO-8859-6 \
|
||||||
ar_IQ ISO-8859-6
|
ar_IN/UTF-8 \
|
||||||
ar_JO ISO-8859-6
|
ar_IQ/ISO-8859-6 \
|
||||||
ar_KW ISO-8859-6
|
ar_JO/ISO-8859-6 \
|
||||||
ar_LB ISO-8859-6
|
ar_KW/ISO-8859-6 \
|
||||||
ar_LY ISO-8859-6
|
ar_LB/ISO-8859-6 \
|
||||||
ar_MA ISO-8859-6
|
ar_LY/ISO-8859-6 \
|
||||||
ar_OM ISO-8859-6
|
ar_MA/ISO-8859-6 \
|
||||||
ar_QA ISO-8859-6
|
ar_OM/ISO-8859-6 \
|
||||||
ar_SA ISO-8859-6
|
ar_QA/ISO-8859-6 \
|
||||||
ar_SD ISO-8859-6
|
ar_SA/ISO-8859-6 \
|
||||||
ar_SY ISO-8859-6
|
ar_SD/ISO-8859-6 \
|
||||||
ar_TN ISO-8859-6
|
ar_SY/ISO-8859-6 \
|
||||||
ar_YE ISO-8859-6
|
ar_TN/ISO-8859-6 \
|
||||||
be_BY CP1251
|
ar_YE/ISO-8859-6 \
|
||||||
bg_BG CP1251
|
be_BY/CP1251 \
|
||||||
ca_ES ISO-8859-1
|
bg_BG/CP1251 \
|
||||||
ca_ES@euro ISO-8859-15
|
ca_ES/ISO-8859-1 \
|
||||||
cs_CZ ISO-8859-2
|
ca_ES@euro/ISO-8859-15 \
|
||||||
da_DK ISO-8859-1
|
cs_CZ/ISO-8859-2 \
|
||||||
de_AT ISO-8859-1
|
da_DK/ISO-8859-1 \
|
||||||
de_AT@euro ISO-8859-15
|
de_AT/ISO-8859-1 \
|
||||||
de_BE ISO-8859-1
|
de_AT@euro/ISO-8859-15 \
|
||||||
de_BE@euro ISO-8859-15
|
de_BE/ISO-8859-1 \
|
||||||
de_CH ISO-8859-1
|
de_BE@euro/ISO-8859-15 \
|
||||||
de_DE ISO-8859-1
|
de_CH/ISO-8859-1 \
|
||||||
de_DE@euro ISO-8859-15
|
de_DE/ISO-8859-1 \
|
||||||
de_LU ISO-8859-1
|
de_DE@euro/ISO-8859-15 \
|
||||||
de_LU@euro ISO-8859-15
|
de_LU/ISO-8859-1 \
|
||||||
el_GR ISO-8859-7
|
de_LU@euro/ISO-8859-15 \
|
||||||
en_AU ISO-8859-1
|
el_GR/ISO-8859-7 \
|
||||||
en_BW ISO-8859-1
|
en_AU/ISO-8859-1 \
|
||||||
en_CA ISO-8859-1
|
en_BW/ISO-8859-1 \
|
||||||
en_DK ISO-8859-1
|
en_CA/ISO-8859-1 \
|
||||||
en_GB ISO-8859-1
|
en_DK/ISO-8859-1 \
|
||||||
en_HK ISO-8859-1
|
en_GB/ISO-8859-1 \
|
||||||
en_IE ISO-8859-1
|
en_HK/ISO-8859-1 \
|
||||||
en_IE@euro ISO-8859-15
|
en_IE/ISO-8859-1 \
|
||||||
en_IN UTF-8
|
en_IE@euro/ISO-8859-15 \
|
||||||
en_NZ ISO-8859-1
|
en_IN/UTF-8 \
|
||||||
en_PH ISO-8859-1
|
en_NZ/ISO-8859-1 \
|
||||||
en_SG ISO-8859-1
|
en_PH/ISO-8859-1 \
|
||||||
en_US ISO-8859-1
|
en_SG/ISO-8859-1 \
|
||||||
en_ZA ISO-8859-1
|
en_US/ISO-8859-1 \
|
||||||
en_ZW ISO-8859-1
|
en_ZA/ISO-8859-1 \
|
||||||
es_AR ISO-8859-1
|
en_ZW/ISO-8859-1 \
|
||||||
es_BO ISO-8859-1
|
es_AR/ISO-8859-1 \
|
||||||
es_CL ISO-8859-1
|
es_BO/ISO-8859-1 \
|
||||||
es_CO ISO-8859-1
|
es_CL/ISO-8859-1 \
|
||||||
es_CR ISO-8859-1
|
es_CO/ISO-8859-1 \
|
||||||
es_DO ISO-8859-1
|
es_CR/ISO-8859-1 \
|
||||||
es_EC ISO-8859-1
|
es_DO/ISO-8859-1 \
|
||||||
es_ES ISO-8859-1
|
es_EC/ISO-8859-1 \
|
||||||
es_ES@euro ISO-8859-15
|
es_ES/ISO-8859-1 \
|
||||||
es_GT ISO-8859-1
|
es_ES@euro/ISO-8859-15 \
|
||||||
es_HN ISO-8859-1
|
es_GT/ISO-8859-1 \
|
||||||
es_MX ISO-8859-1
|
es_HN/ISO-8859-1 \
|
||||||
es_NI ISO-8859-1
|
es_MX/ISO-8859-1 \
|
||||||
es_PA ISO-8859-1
|
es_NI/ISO-8859-1 \
|
||||||
es_PE ISO-8859-1
|
es_PA/ISO-8859-1 \
|
||||||
es_PR ISO-8859-1
|
es_PE/ISO-8859-1 \
|
||||||
es_PY ISO-8859-1
|
es_PR/ISO-8859-1 \
|
||||||
es_SV ISO-8859-1
|
es_PY/ISO-8859-1 \
|
||||||
es_US ISO-8859-1
|
es_SV/ISO-8859-1 \
|
||||||
es_UY ISO-8859-1
|
es_US/ISO-8859-1 \
|
||||||
es_VE ISO-8859-1
|
es_UY/ISO-8859-1 \
|
||||||
et_EE ISO-8859-1
|
es_VE/ISO-8859-1 \
|
||||||
eu_ES ISO-8859-1
|
et_EE/ISO-8859-1 \
|
||||||
eu_ES@euro ISO-8859-15
|
eu_ES/ISO-8859-1 \
|
||||||
fa_IR UTF-8
|
eu_ES@euro/ISO-8859-15 \
|
||||||
fi_FI ISO-8859-1
|
fa_IR/UTF-8 \
|
||||||
fi_FI@euro ISO-8859-15
|
fi_FI/ISO-8859-1 \
|
||||||
fo_FO ISO-8859-1
|
fi_FI@euro/ISO-8859-15 \
|
||||||
fr_BE ISO-8859-1
|
fo_FO/ISO-8859-1 \
|
||||||
fr_BE@euro ISO-8859-15
|
fr_BE/ISO-8859-1 \
|
||||||
fr_CA ISO-8859-1
|
fr_BE@euro/ISO-8859-15 \
|
||||||
fr_CH ISO-8859-1
|
fr_CA/ISO-8859-1 \
|
||||||
fr_FR ISO-8859-1
|
fr_CH/ISO-8859-1 \
|
||||||
fr_FR@euro ISO-8859-15
|
fr_FR/ISO-8859-1 \
|
||||||
fr_LU ISO-8859-1
|
fr_FR@euro/ISO-8859-15 \
|
||||||
fr_LU@euro ISO-8859-15
|
fr_LU/ISO-8859-1 \
|
||||||
ga_IE ISO-8859-1
|
fr_LU@euro/ISO-8859-15 \
|
||||||
ga_IE@euro ISO-8859-15
|
ga_IE/ISO-8859-1 \
|
||||||
gl_ES ISO-8859-1
|
ga_IE@euro/ISO-8859-15 \
|
||||||
gl_ES@euro ISO-8859-15
|
gl_ES/ISO-8859-1 \
|
||||||
gv_GB ISO-8859-1
|
gl_ES@euro/ISO-8859-15 \
|
||||||
he_IL ISO-8859-8
|
gv_GB/ISO-8859-1 \
|
||||||
hi_IN UTF-8
|
he_IL/ISO-8859-8 \
|
||||||
hr_HR ISO-8859-2
|
hi_IN/UTF-8 \
|
||||||
hu_HU ISO-8859-2
|
hr_HR/ISO-8859-2 \
|
||||||
id_ID ISO-8859-1
|
hu_HU/ISO-8859-2 \
|
||||||
is_IS ISO-8859-1
|
id_ID/ISO-8859-1 \
|
||||||
it_CH ISO-8859-1
|
is_IS/ISO-8859-1 \
|
||||||
it_IT ISO-8859-1
|
it_CH/ISO-8859-1 \
|
||||||
it_IT@euro ISO-8859-15
|
it_IT/ISO-8859-1 \
|
||||||
iw_IL ISO-8859-8
|
it_IT@euro/ISO-8859-15 \
|
||||||
ja_JP.EUC-JP EUC-JP
|
iw_IL/ISO-8859-8 \
|
||||||
kl_GL ISO-8859-1
|
ja_JP.EUC-JP/EUC-JP \
|
||||||
ko_KR.EUC-KR EUC-KR
|
kl_GL/ISO-8859-1 \
|
||||||
ko_KR.UTF-8 UTF-8
|
ko_KR.EUC-KR/EUC-KR \
|
||||||
kw_GB ISO-8859-1
|
ko_KR.UTF-8/UTF-8 \
|
||||||
lt_LT ISO-8859-13
|
kw_GB/ISO-8859-1 \
|
||||||
lv_LV ISO-8859-13
|
lt_LT/ISO-8859-13 \
|
||||||
mk_MK ISO-8859-5
|
lv_LV/ISO-8859-13 \
|
||||||
mr_IN UTF-8
|
mk_MK/ISO-8859-5 \
|
||||||
ms_MY ISO-8859-1
|
mr_IN/UTF-8 \
|
||||||
mt_MT ISO-8859-3
|
ms_MY/ISO-8859-1 \
|
||||||
nl_BE ISO-8859-1
|
mt_MT/ISO-8859-3 \
|
||||||
nl_BE@euro ISO-8859-15
|
nl_BE/ISO-8859-1 \
|
||||||
nl_NL ISO-8859-1
|
nl_BE@euro/ISO-8859-15 \
|
||||||
nl_NL@euro ISO-8859-15
|
nl_NL/ISO-8859-1 \
|
||||||
nn_NO ISO-8859-1
|
nl_NL@euro/ISO-8859-15 \
|
||||||
no_NO ISO-8859-1
|
nn_NO/ISO-8859-1 \
|
||||||
pl_PL ISO-8859-2
|
no_NO/ISO-8859-1 \
|
||||||
pt_BR ISO-8859-1
|
pl_PL/ISO-8859-2 \
|
||||||
pt_PT ISO-8859-1
|
pt_BR/ISO-8859-1 \
|
||||||
pt_PT@euro ISO-8859-15
|
pt_PT/ISO-8859-1 \
|
||||||
ro_RO ISO-8859-2
|
pt_PT@euro/ISO-8859-15 \
|
||||||
ru_RU ISO-8859-5
|
ro_RO/ISO-8859-2 \
|
||||||
ru_RU.KOI8-R KOI8-R
|
ru_RU/ISO-8859-5 \
|
||||||
ru_UA KOI8-U
|
ru_RU.KOI8-R/KOI8-R \
|
||||||
sk_SK ISO-8859-2
|
ru_UA/KOI8-U \
|
||||||
sl_SI ISO-8859-2
|
sk_SK/ISO-8859-2 \
|
||||||
sq_AL ISO-8859-1
|
sl_SI/ISO-8859-2 \
|
||||||
sr_YU ISO-8859-2
|
sq_AL/ISO-8859-1 \
|
||||||
sr_YU@cyrillic ISO-8859-5
|
sr_YU/ISO-8859-2 \
|
||||||
sv_FI ISO-8859-1
|
sr_YU@cyrillic/ISO-8859-5 \
|
||||||
sv_FI@euro ISO-8859-15
|
sv_FI/ISO-8859-1 \
|
||||||
sv_SE ISO-8859-1
|
sv_FI@euro/ISO-8859-15 \
|
||||||
ta_IN UTF-8
|
sv_SE/ISO-8859-1 \
|
||||||
te_IN UTF-8
|
ta_IN/UTF-8 \
|
||||||
th_TH TIS-620
|
te_IN/UTF-8 \
|
||||||
tr_TR ISO-8859-9
|
th_TH/TIS-620 \
|
||||||
uk_UA KOI8-U
|
tr_TR/ISO-8859-9 \
|
||||||
vi_VN UTF-8
|
uk_UA/KOI8-U \
|
||||||
zh_CN GB2312
|
vi_VN/UTF-8 \
|
||||||
zh_CN.GB18030 GB18030
|
zh_CN/GB2312 \
|
||||||
zh_CN.GBK GBK
|
zh_CN.GB18030/GB18030 \
|
||||||
zh_HK BIG5-HKSCS
|
zh_CN.GBK/GBK \
|
||||||
zh_TW BIG5
|
zh_HK/BIG5-HKSCS \
|
||||||
zh_TW.EUC-TW EUC-TW
|
zh_TW/BIG5 \
|
||||||
|
zh_TW.EUC-TW/EUC-TW \
|
||||||
|
|
870
manual/argp.texi
870
manual/argp.texi
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue