mirror of git://sourceware.org/git/glibc.git
[BZ #1908]
2005-11-22 Ulrich Drepper <drepper@redhat.com> [BZ #1908] * manual/install.texi (Tools for Compilation): Require gawk. 2005-11-22 Jakub Jelinek <jakub@redhat.com> * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove unused is_static field from slotinfo array.
This commit is contained in:
parent
15a493c3b7
commit
8522a05394
10
ChangeLog
10
ChangeLog
|
|
@ -1,3 +1,13 @@
|
||||||
|
2005-11-22 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
[BZ #1908]
|
||||||
|
* manual/install.texi (Tools for Compilation): Require gawk.
|
||||||
|
|
||||||
|
2005-11-22 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
|
||||||
|
unused is_static field from slotinfo array.
|
||||||
|
|
||||||
2005-11-21 Jakub Jelinek <jakub@redhat.com>
|
2005-11-21 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* sunrpc/bindrsvprt.c (bindresvport): Wrap around to startport
|
* sunrpc/bindrsvprt.c (bindresvport): Wrap around to startport
|
||||||
|
|
|
||||||
|
|
@ -357,11 +357,10 @@ understand all the tags used in the document, and the installation
|
||||||
mechanism for the info files is not present or works differently.
|
mechanism for the info files is not present or works differently.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
GNU @code{awk} 3.0, or some other POSIX awk
|
GNU @code{awk} 3.0, or higher
|
||||||
|
|
||||||
@code{Awk} is used in several places to generate files. The scripts
|
@code{Awk} is used in several places to generate files.
|
||||||
should work with any POSIX-compliant @code{awk} implementation;
|
@code{gawk} 3.0 is known to work.
|
||||||
@code{gawk} 3.0 and @code{mawk} 1.3 are known to work.
|
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Perl 5
|
Perl 5
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue