diff options
author | Glenn Morris <rgm@gnu.org> | 2019-02-08 09:20:40 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2019-02-08 09:20:40 -0800 |
commit | 0f9940505f87de74c86de17e8a7bf793d9d8dda4 (patch) | |
tree | 0215c1cc88041710fc32a2d17818e8c66c490ca7 /etc/PROBLEMS | |
parent | 4f138318d3553162ccc6d0e4554456a65324ec25 (diff) | |
parent | 0cd7b526a14ead6cbe78df481a2fd975252bb9ac (diff) | |
download | emacs-0f9940505f87de74c86de17e8a7bf793d9d8dda4.tar.gz |
Merge from origin/emacs-26
0cd7b52 (origin/emacs-26) Minor improvements to do strings in callproc.c
b8c7017 Improve documentation of 'date-to-time' and 'parse-time-string'
46095a7 Fix downloading of URLs that end in a slash
3b60a0a * doc/misc/eww.texi (Basics): Fix eww keybindings. (Bug#34291)
8e22025 Fix process-thread docstring
459b669 Fix failures of vc-find-revision with non-ASCII file names
e9ff190 * doc/lispref/tips.texi (Documentation Tips): Fix quotes. (B...
3e49a08 ; * src/coding.h (struct coding_system): Fix a typo in a comm...
b657286 Add documentation for tabulated-list functions in the elisp m...
6e0f67b Fix URL in ucs-normalize.el
ce3ae1f * etc/PROBLEMS: Amend entry for profiler bug #34235 to mentio...
# Conflicts:
# doc/lispref/os.texi
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r-- | etc/PROBLEMS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 7be0e34397c..785e6e18afa 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -1836,8 +1836,8 @@ term/xterm.el) for more details. *** GNU/Linux: profiler-report outputs nothing. A few versions of the Linux kernel have timer bugs that break CPU -profiling; see Bug#34235. To fix the problem, upgrade to kernel -versions 4.19.19 or 4.20.6, or later. +profiling; see Bug#34235. To fix the problem, upgrade to one of the +kernel versions 4.14.97, 4.19.19, or 4.20.6, or later. *** GNU/Linux: Process output is corrupted. |