aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b0768dd5489..da3d197d6f3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,16 @@
12014-08-03 Paul Eggert <eggert@cs.ucla.edu> 12014-08-03 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Fix bug with clang + directory_files_internal + GC (Bug#16986).
4 * dired.c (directory_files_internal): Use a volatile variable
5 to prevent the compiler from optimizing away all copies of a local.
6 I wonder how many other GC-related bugs like this lurk elsewhere?
7
8 Avoid 100% CPU utilization on ssh session exit (Bug#17691).
9 * xterm.h (struct x_display_info): New member 'connection'.
10 * xterm.c (x_term_init, x_delete_terminal): Set and use it,
11 so that x_delete_terminal has a file descriptor to pass to
12 delete_keyboard_wait_descriptor.
13
3 Don't mishandle year-9999 dates (Bug#18176). 14 Don't mishandle year-9999 dates (Bug#18176).
4 * editfns.c (decode_time_components): Store an invalid timespec 15 * editfns.c (decode_time_components): Store an invalid timespec
5 on overflow, instead of returning false, so that the caller can 16 on overflow, instead of returning false, so that the caller can