mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Update.
This commit is contained in:
parent
27658f2067
commit
d667195cbe
4
README
4
README
@ -1,4 +1,4 @@
|
|||||||
This directory contains the version 2.0.101 test release of the GNU C Library.
|
This directory contains the version 2.0.102 test release of the GNU C Library.
|
||||||
Many bugs have been fixed since the last release.
|
Many bugs have been fixed since the last release.
|
||||||
Some bugs surely remain.
|
Some bugs surely remain.
|
||||||
|
|
||||||
@ -53,7 +53,7 @@ provides the Unix `crypt' function, plus some other entry points.
|
|||||||
Because of the United States export restriction on DES implementations,
|
Because of the United States export restriction on DES implementations,
|
||||||
we are distributing this code separately from the rest of the C
|
we are distributing this code separately from the rest of the C
|
||||||
library. There is an extra distribution tar file just for crypt; it is
|
library. There is an extra distribution tar file just for crypt; it is
|
||||||
called `glibc-crypt-2.0.101.tar.gz'. You can just unpack the crypt
|
called `glibc-crypt-2.0.102.tar.gz'. You can just unpack the crypt
|
||||||
distribution along with the rest of the C library and build; you can
|
distribution along with the rest of the C library and build; you can
|
||||||
also build the library without getting crypt. Users outside the USA
|
also build the library without getting crypt. Users outside the USA
|
||||||
can get the crypt distribution via anonymous FTP from ftp.ifi.uio.no
|
can get the crypt distribution via anonymous FTP from ftp.ifi.uio.no
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
% texinfo.tex -- TeX macros to handle Texinfo files.
|
% texinfo.tex -- TeX macros to handle Texinfo files.
|
||||||
\def\texinfoversion{1998-09-30}%
|
%
|
||||||
|
% Load plain if necessary, i.e., if running under initex.
|
||||||
|
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
|
||||||
|
%
|
||||||
|
\def\texinfoversion{1998-11-13}%
|
||||||
%
|
%
|
||||||
% Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98
|
% Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98
|
||||||
% Free Software Foundation, Inc.
|
% Free Software Foundation, Inc.
|
||||||
@ -50,12 +54,6 @@
|
|||||||
% Sometimes one run after texindex suffices, and sometimes you need more
|
% Sometimes one run after texindex suffices, and sometimes you need more
|
||||||
% than two; texi2dvi does it as many times as necessary.
|
% than two; texi2dvi does it as many times as necessary.
|
||||||
|
|
||||||
|
|
||||||
% Make it possible to create a .fmt file just by loading this file:
|
|
||||||
% if the underlying format is not loaded, start by loading it now.
|
|
||||||
% Added by gildea November 1993.
|
|
||||||
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
|
|
||||||
|
|
||||||
\message{Loading texinfo [version \texinfoversion]:}
|
\message{Loading texinfo [version \texinfoversion]:}
|
||||||
|
|
||||||
% If in a .fmt file, print the version number
|
% If in a .fmt file, print the version number
|
||||||
@ -189,13 +187,16 @@
|
|||||||
\shipout\vbox{%
|
\shipout\vbox{%
|
||||||
\ifcropmarks \vbox to \outervsize\bgroup
|
\ifcropmarks \vbox to \outervsize\bgroup
|
||||||
\hsize = \outerhsize
|
\hsize = \outerhsize
|
||||||
\line{\ewtop\hfil\ewtop}%
|
\vskip-\topandbottommargin
|
||||||
\nointerlineskip
|
\vtop to0pt{%
|
||||||
\line{%
|
\line{\ewtop\hfil\ewtop}%
|
||||||
\vbox{\moveleft\cornerthick\nstop}%
|
\nointerlineskip
|
||||||
\hfill
|
\line{%
|
||||||
\vbox{\moveright\cornerthick\nstop}%
|
\vbox{\moveleft\cornerthick\nstop}%
|
||||||
}%
|
\hfill
|
||||||
|
\vbox{\moveright\cornerthick\nstop}%
|
||||||
|
}%
|
||||||
|
\vss}%
|
||||||
\vskip\topandbottommargin
|
\vskip\topandbottommargin
|
||||||
\line\bgroup
|
\line\bgroup
|
||||||
\hfil % center the page within the outer (page) hsize.
|
\hfil % center the page within the outer (page) hsize.
|
||||||
@ -218,13 +219,15 @@
|
|||||||
\hfil\egroup % end of (centering) \line\bgroup
|
\hfil\egroup % end of (centering) \line\bgroup
|
||||||
\vskip\topandbottommargin plus1fill minus1fill
|
\vskip\topandbottommargin plus1fill minus1fill
|
||||||
\boxmaxdepth = \cornerthick
|
\boxmaxdepth = \cornerthick
|
||||||
\line{%
|
\vbox to0pt{\vss
|
||||||
\vbox{\moveleft\cornerthick\nsbot}%
|
\line{%
|
||||||
\hfill
|
\vbox{\moveleft\cornerthick\nsbot}%
|
||||||
\vbox{\moveright\cornerthick\nsbot}%
|
\hfill
|
||||||
|
\vbox{\moveright\cornerthick\nsbot}%
|
||||||
|
}%
|
||||||
|
\nointerlineskip
|
||||||
|
\line{\ewbot\hfil\ewbot}%
|
||||||
}%
|
}%
|
||||||
\nointerlineskip
|
|
||||||
\line{\ewbot\hfil\ewbot}%
|
|
||||||
\egroup % \vbox from first cropmarks clause
|
\egroup % \vbox from first cropmarks clause
|
||||||
\fi
|
\fi
|
||||||
}% end of \shipout\vbox
|
}% end of \shipout\vbox
|
||||||
@ -846,7 +849,7 @@ where each line of input produces a line of output.}
|
|||||||
\immediate\write16{If you are running another version of TeX, relax.}
|
\immediate\write16{If you are running another version of TeX, relax.}
|
||||||
\immediate\write16{If you are running Unix TeX 3.0, kill this TeX process.}
|
\immediate\write16{If you are running Unix TeX 3.0, kill this TeX process.}
|
||||||
\immediate\write16{ Then upgrade your TeX installation if you can.}
|
\immediate\write16{ Then upgrade your TeX installation if you can.}
|
||||||
\immediate\write16{ (See ftp://ftp.gnu.ai.mit.edu/pub/gnu/TeX.README.)}
|
\immediate\write16{ (See ftp://ftp.gnu.org/pub/gnu/TeX.README.)}
|
||||||
\immediate\write16{If you are stuck with version 3.0, run the}
|
\immediate\write16{If you are stuck with version 3.0, run the}
|
||||||
\immediate\write16{ script ``tex3patch'' from the Texinfo distribution}
|
\immediate\write16{ script ``tex3patch'' from the Texinfo distribution}
|
||||||
\immediate\write16{ to use a workaround.}
|
\immediate\write16{ to use a workaround.}
|
||||||
@ -980,7 +983,7 @@ where each line of input produces a line of output.}
|
|||||||
%
|
%
|
||||||
\def\expandablevalue#1{%
|
\def\expandablevalue#1{%
|
||||||
\expandafter\ifx\csname SET#1\endcsname\relax
|
\expandafter\ifx\csname SET#1\endcsname\relax
|
||||||
{[No value for ``#1'']v}%
|
{[No value for ``#1'']}%
|
||||||
\else
|
\else
|
||||||
\csname SET#1\endcsname
|
\csname SET#1\endcsname
|
||||||
\fi
|
\fi
|
||||||
@ -2408,6 +2411,11 @@ width0pt\relax} \fi
|
|||||||
\def\copyright{\realbackslash copyright}%
|
\def\copyright{\realbackslash copyright}%
|
||||||
\def\tclose##1{\realbackslash tclose {##1}}%
|
\def\tclose##1{\realbackslash tclose {##1}}%
|
||||||
\def\code##1{\realbackslash code {##1}}%
|
\def\code##1{\realbackslash code {##1}}%
|
||||||
|
\def\uref##1{\realbackslash uref {##1}}%
|
||||||
|
\def\url##1{\realbackslash url {##1}}%
|
||||||
|
\def\env##1{\realbackslash env {##1}}%
|
||||||
|
\def\command##1{\realbackslash command {##1}}%
|
||||||
|
\def\option##1{\realbackslash option {##1}}%
|
||||||
\def\dotless##1{\realbackslash dotless {##1}}%
|
\def\dotless##1{\realbackslash dotless {##1}}%
|
||||||
\def\samp##1{\realbackslash samp {##1}}%
|
\def\samp##1{\realbackslash samp {##1}}%
|
||||||
\def\,##1{\realbackslash ,{##1}}%
|
\def\,##1{\realbackslash ,{##1}}%
|
||||||
@ -2423,6 +2431,7 @@ width0pt\relax} \fi
|
|||||||
\def\kbd##1{\realbackslash kbd {##1}}%
|
\def\kbd##1{\realbackslash kbd {##1}}%
|
||||||
\def\dfn##1{\realbackslash dfn {##1}}%
|
\def\dfn##1{\realbackslash dfn {##1}}%
|
||||||
\def\emph##1{\realbackslash emph {##1}}%
|
\def\emph##1{\realbackslash emph {##1}}%
|
||||||
|
\def\acronym##1{\realbackslash acronym {##1}}%
|
||||||
%
|
%
|
||||||
% Handle some cases of @value -- where the variable name does not
|
% Handle some cases of @value -- where the variable name does not
|
||||||
% contain - or _, and the value does not contain any
|
% contain - or _, and the value does not contain any
|
||||||
@ -2486,6 +2495,11 @@ width0pt\relax} \fi
|
|||||||
%\let\tt=\indexdummyfont
|
%\let\tt=\indexdummyfont
|
||||||
\let\tclose=\indexdummyfont
|
\let\tclose=\indexdummyfont
|
||||||
\let\code=\indexdummyfont
|
\let\code=\indexdummyfont
|
||||||
|
\let\url=\indexdummyfont
|
||||||
|
\let\uref=\indexdummyfont
|
||||||
|
\let\env=\indexdummyfont
|
||||||
|
\let\command=\indexdummyfont
|
||||||
|
\let\option=\indexdummyfont
|
||||||
\let\file=\indexdummyfont
|
\let\file=\indexdummyfont
|
||||||
\let\samp=\indexdummyfont
|
\let\samp=\indexdummyfont
|
||||||
\let\kbd=\indexdummyfont
|
\let\kbd=\indexdummyfont
|
||||||
@ -5205,7 +5219,7 @@ width0pt\relax} \fi
|
|||||||
\vsize = #1\relax
|
\vsize = #1\relax
|
||||||
\advance\vsize by \topskip
|
\advance\vsize by \topskip
|
||||||
\outervsize = \vsize
|
\outervsize = \vsize
|
||||||
\advance\outervsize by 0.6in
|
\advance\outervsize by 2\topandbottommargin
|
||||||
\pageheight = \vsize
|
\pageheight = \vsize
|
||||||
%
|
%
|
||||||
\hsize = #2\relax
|
\hsize = #2\relax
|
||||||
@ -5445,10 +5459,9 @@ width0pt\relax} \fi
|
|||||||
@rm
|
@rm
|
||||||
|
|
||||||
@c Local variables:
|
@c Local variables:
|
||||||
|
@c eval: (add-hook 'write-file-hooks 'time-stamp)
|
||||||
@c page-delimiter: "^\\\\message"
|
@c page-delimiter: "^\\\\message"
|
||||||
@c update-date-leading-regexp: "def\\texinfoversion{"
|
@c time-stamp-start: "def\\\\texinfoversion{"
|
||||||
@c update-date-date-regexp: "[-0-9.]+"
|
@c time-stamp-format: "%:y-%02m-%02d"
|
||||||
@c update-date-format-string: "%Y-%m-%d"
|
@c time-stamp-end: "}"
|
||||||
@c update-date-trailing-regexp: "}"
|
|
||||||
@c eval: (and(load "update-date" t t)(add-hook 'write-file-hooks 'update-date))
|
|
||||||
@c End:
|
@c End:
|
||||||
|
Loading…
Reference in New Issue
Block a user