aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7e873e3d85d..6355d81ba40 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-03-15 Paul Eggert <eggert@cs.ucla.edu> 12011-03-15 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * dired.c (directory_files_internal, file_name_completion):
4 Rename locals to avoid shadowing.
5
3 Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254). 6 Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).
4 An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in 7 An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in
5 dired.c's scmp function, had undefined behavior. 8 dired.c's scmp function, had undefined behavior.