diff options
| author | Paul Eggert | 2019-01-27 16:20:03 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-01-27 16:20:40 -0800 |
| commit | d81aa8516ef6df79d6d602d4f732d8a65bf1677c (patch) | |
| tree | c384271af4f60e82ab204d020e7e6e3367e87877 /doc | |
| parent | cc1c46e4122a08657a7c75495115d1c60efb1b31 (diff) | |
| download | emacs-d81aa8516ef6df79d6d602d4f732d8a65bf1677c.tar.gz emacs-d81aa8516ef6df79d6d602d4f732d8a65bf1677c.zip | |
Update from Gnulib
This incorporates:
2019-01-26 getloadavg: Add support for Android
2019-01-24 fchownat: Fix compilation error on Android 4.3
2019-01-24 mbtowc: Fix compilation error on Android 4.3
2019-01-24 random: Fix compilation error on Android 4.3
2019-01-24 renameat: Fix compilation error on Android 4.3
2019-01-24 unlinkat: Fix compilation error on Android 4.3
2019-01-19 gettext: support disabling use of VLAs
2019-01-17 sys_stat: Fix warning on OS/2 kLIBC
2019-01-17 fcntl: Fix syntax error (regression from 2018-10-05)
2019-01-10 verify: Enable _GL_HAVE_STATIC_ASSERT for recent G++
2018-12-22 stdioext: port to newer 32-bit Android
2018-12-16 libc-config: Support HP-UX cc in C99 mode.
* build-aux/config.guess, build-aux/config.sub, doc/misc/texinfo.tex:
* lib/cdefs.h, lib/fcntl.c, lib/getloadavg.c, lib/gettext.h:
* lib/regexec.c, lib/stdio-impl.h, lib/stdio.in.h, lib/stdlib.in.h:
* lib/sys_stat.in.h, lib/unistd.in.h, lib/verify.h, m4/stdlib_h.m4:
Copy from Gnulib.
* lib/gnulib.mk.in: Regenerate.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/texinfo.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/misc/texinfo.tex b/doc/misc/texinfo.tex index 66a832e0b4f..48d532bc626 100644 --- a/doc/misc/texinfo.tex +++ b/doc/misc/texinfo.tex | |||
| @@ -3,7 +3,8 @@ | |||
| 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{2018-12-28.17} | 6 | \def\texinfoversion{2019-01-03-15} |
| 7 | |||
| 7 | % | 8 | % |
| 8 | % Copyright 1985, 1986, 1988, 1990-2018 Free Software Foundation, Inc. | 9 | % Copyright 1985, 1986, 1988, 1990-2018 Free Software Foundation, Inc. |
| 9 | % | 10 | % |
| @@ -5043,8 +5044,8 @@ end | |||
| 5043 | \commondummyword\xref | 5044 | \commondummyword\xref |
| 5044 | } | 5045 | } |
| 5045 | 5046 | ||
| 5046 | % For testing: output @{ and @} in index sort strings as \{ and \}. | 5047 | % This does nothing, but for a time it was recommended to use |
| 5047 | \newif\ifusebracesinindexes | 5048 | % \usebracesinindexestrue to be able to use braces in index entries. |
| 5048 | 5049 | ||
| 5049 | \let\indexlbrace\relax | 5050 | \let\indexlbrace\relax |
| 5050 | \let\indexrbrace\relax | 5051 | \let\indexrbrace\relax |