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 5433c2ff831..f01b49e3da0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12012-07-04 Paul Eggert <eggert@cs.ucla.edu> 12012-07-04 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
4 Conditionalize the pragmas on GCC 4.5 or later, not GCC 4.3 or later,
5 since GCC 4.4.6 issues a bogus warning for them.
6
3 Fix bugs in file timestamp newness comparisons. 7 Fix bugs in file timestamp newness comparisons.
4 * fileio.c (Ffile_newer_than_file_p): 8 * fileio.c (Ffile_newer_than_file_p):
5 * lread.c (Fload): Use full timestamp resolution of files, 9 * lread.c (Fload): Use full timestamp resolution of files,