diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4269bf4655b..f86b0decf3c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-06-06 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-06 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * fileio.c (Fverify_visited_file_modtime): Avoid time overflow | ||
| 4 | if b->modtime has its maximal value. | ||
| 5 | |||
| 3 | * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits. | 6 | * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits. |
| 4 | 7 | ||
| 5 | Don't assume time_t can fit into int. | 8 | Don't assume time_t can fit into int. |