aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index da3d197d6f3..70f77f8f0cd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12014-08-03 Paul Eggert <eggert@cs.ucla.edu> 12014-08-03 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Don't let big frames overrun the stack.
4 * dispnew.c (mirrored_line_dance, mirror_line_dance, scrolling):
5 Use SAFE_NALLOCA, not alloca.
6
3 Fix bug with clang + directory_files_internal + GC (Bug#16986). 7 Fix bug with clang + directory_files_internal + GC (Bug#16986).
4 * dired.c (directory_files_internal): Use a volatile variable 8 * dired.c (directory_files_internal): Use a volatile variable
5 to prevent the compiler from optimizing away all copies of a local. 9 to prevent the compiler from optimizing away all copies of a local.