2000-11-09  H.J. Lu  <hjl@gnu.org>

	* sunrpc/Versions (GLIBC_2.1): Remove xdr_cryptkeyarg,
	xdr_cryptkeyarg2, xdr_cryptkeyres, xdr_des_block,
	xdr_key_netstarg, xdr_key_netstres, xdr_keybuf and
	xdr_keystatus.

	* time/Versions (GLIBC_2.1): Move getitimer to...
	* sysdeps/unix/sysv/linux/alpha/Versions (GLIBC_2.1): ...here.

2000-11-03  Bruno Haible  <haible@clisp.cons.org>

	* manual/install.texi: Recommend to set LANGUAGE=C LC_ALL-C during
	"make install", to work around a binary incompatibility between
	glibc 2.1 and glibc 2.2 gconv modules.

2000-11-09  Ulrich Drepper  <drepper@redhat.com>

	* intl/locale.alias: Add thai.
	Patch by Chanop Silpa-Anan <chanop@syseng.anu.edu.au>.
This commit is contained in:
Ulrich Drepper 2000-11-10 05:00:25 +00:00
parent 718bac2923
commit 920e11e91b
4 changed files with 31 additions and 6 deletions

View File

@ -1,3 +1,24 @@
2000-11-09 H.J. Lu <hjl@gnu.org>
* sunrpc/Versions (GLIBC_2.1): Remove xdr_cryptkeyarg,
xdr_cryptkeyarg2, xdr_cryptkeyres, xdr_des_block,
xdr_key_netstarg, xdr_key_netstres, xdr_keybuf and
xdr_keystatus.
* time/Versions (GLIBC_2.1): Move getitimer to...
* sysdeps/unix/sysv/linux/alpha/Versions (GLIBC_2.1): ...here.
2000-11-03 Bruno Haible <haible@clisp.cons.org>
* manual/install.texi: Recommend to set LANGUAGE=C LC_ALL-C during
"make install", to work around a binary incompatibility between
glibc 2.1 and glibc 2.2 gconv modules.
2000-11-09 Ulrich Drepper <drepper@redhat.com>
* intl/locale.alias: Add thai.
Patch by Chanop Silpa-Anan <chanop@syseng.anu.edu.au>.
2000-11-07 Akim Demaille <akim@epita.fr> 2000-11-07 Akim Demaille <akim@epita.fr>
* malloc/obstack.c (obstack_grow, obstack_grow0): Rename the second * malloc/obstack.c (obstack_grow, obstack_grow0): Rename the second

View File

@ -70,4 +70,5 @@ slovene sl_SI.ISO-8859-2
slovenian sl_SI.ISO-8859-2 slovenian sl_SI.ISO-8859-2
spanish es_ES.ISO-8859-1 spanish es_ES.ISO-8859-1
swedish sv_SE.ISO-8859-1 swedish sv_SE.ISO-8859-1
thai th_TH.TIS-620
turkish tr_TR.ISO-8859-9 turkish tr_TR.ISO-8859-9

View File

@ -243,12 +243,12 @@ work with object files for the target you configured for.
@cindex installing @cindex installing
To install the library and its header files, and the Info files of the To install the library and its header files, and the Info files of the
manual, type @code{make install}. This will build things if necessary, manual, type @code{env LANGUAGE=C LC_ALL=C make install}. This will
before installing them. However, you should still compile everything first. build things if necessary, before installing them. However, you should
If you are installing glibc as your primary C library, we recommend that you still compile everything first. If you are installing glibc as your
shut the system down to single-user mode first, and reboot afterward. primary C library, we recommend that you shut the system down to
This minimizes the risk of breaking things when the library changes out single-user mode first, and reboot afterward. This minimizes the risk
from underneath. of breaking things when the library changes out from underneath.
If you're upgrading from Linux libc5 or some other C library, you need to If you're upgrading from Linux libc5 or some other C library, you need to
replace the @file{/usr/include} with a fresh directory before installing it. replace the @file{/usr/include} with a fresh directory before installing it.

View File

@ -51,6 +51,9 @@ libc {
# w* # w*
wait4; wait4;
} }
GLIBC_2.1.1 {
getitimer;
}
GLIBC_2.1.4 { GLIBC_2.1.4 {
pciconfig_iobase; pciconfig_iobase;
} }