diff options
| author | Paul Eggert | 2019-02-02 13:13:45 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-02-02 13:15:10 -0800 |
| commit | adc31c6bdcdb52c2bc0240982d3e8ce870af1fab (patch) | |
| tree | 7019058dda25743b71ebc584351f6fd0e89bca0e /doc | |
| parent | 6f52478e0c42f02cba940c21b18242f05e1ea2a1 (diff) | |
| download | emacs-adc31c6bdcdb52c2bc0240982d3e8ce870af1fab.tar.gz emacs-adc31c6bdcdb52c2bc0240982d3e8ce870af1fab.zip | |
Update from Gnulib
This incorporates:
2019-02-02 dtoastr, ftoastr, ldtoastr: port to c-strtod changes
2019-02-01 c-strtod, c-strtold: use the bug fixes
2019-01-30 strtold: New module
* doc/misc/texinfo.tex, lib/ftoastr.c, lib/regexec.c, lib/stdlib.in.h:
* m4/stdlib_h.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* m4/c-strtod.m4: Remove.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/texinfo.tex | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/misc/texinfo.tex b/doc/misc/texinfo.tex index 48d532bc626..71667f03ab9 100644 --- a/doc/misc/texinfo.tex +++ b/doc/misc/texinfo.tex | |||
| @@ -3,10 +3,10 @@ | |||
| 3 | % Load plain if necessary, i.e., if running under initex. | 3 | % Load plain if necessary, i.e., if running under initex. |
| 4 | \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi | 4 | \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi |
| 5 | % | 5 | % |
| 6 | \def\texinfoversion{2019-01-03-15} | 6 | \def\texinfoversion{2019-02-01.12} |
| 7 | 7 | ||
| 8 | % | 8 | % |
| 9 | % Copyright 1985, 1986, 1988, 1990-2018 Free Software Foundation, Inc. | 9 | % Copyright 1985, 1986, 1988, 1990-2019 Free Software Foundation, Inc. |
| 10 | % | 10 | % |
| 11 | % This texinfo.tex file is free software: you can redistribute it and/or | 11 | % This texinfo.tex file is free software: you can redistribute it and/or |
| 12 | % modify it under the terms of the GNU General Public License as | 12 | % modify it under the terms of the GNU General Public License as |
| @@ -7515,7 +7515,7 @@ end | |||
| 7515 | \nonfillstart | 7515 | \nonfillstart |
| 7516 | \tt % easiest (and conventionally used) font for verbatim | 7516 | \tt % easiest (and conventionally used) font for verbatim |
| 7517 | % The \leavevmode here is for blank lines. Otherwise, we would | 7517 | % The \leavevmode here is for blank lines. Otherwise, we would |
| 7518 | % never \starttabox and the \egroup would end verbatim mode. | 7518 | % never \starttabbox and the \egroup would end verbatim mode. |
| 7519 | \def\par{\leavevmode\egroup\box\verbbox\endgraf}% | 7519 | \def\par{\leavevmode\egroup\box\verbbox\endgraf}% |
| 7520 | \tabexpand | 7520 | \tabexpand |
| 7521 | \setupmarkupstyle{verbatim}% | 7521 | \setupmarkupstyle{verbatim}% |
| @@ -7578,9 +7578,12 @@ end | |||
| 7578 | {% | 7578 | {% |
| 7579 | \makevalueexpandable | 7579 | \makevalueexpandable |
| 7580 | \setupverbatim | 7580 | \setupverbatim |
| 7581 | \indexnofonts % Allow `@@' and other weird things in file names. | 7581 | {% |
| 7582 | \wlog{texinfo.tex: doing @verbatiminclude of #1^^J}% | 7582 | \indexnofonts % Allow `@@' and other weird things in file names. |
| 7583 | \input #1 | 7583 | \wlog{texinfo.tex: doing @verbatiminclude of #1^^J}% |
| 7584 | \edef\tmp{\noexpand\input #1 } | ||
| 7585 | \expandafter | ||
| 7586 | }\tmp | ||
| 7584 | \afterenvbreak | 7587 | \afterenvbreak |
| 7585 | }% | 7588 | }% |
| 7586 | } | 7589 | } |