diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8befb78f91f..6673a25f74f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2011-02-22 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-02-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Work around some portability problems with symlinks. | ||
| 4 | * fileio.c (Frename_file, Fmake_symbolic_link, Ffile_symlink_p): | ||
| 5 | Simplify the code by assuming that the readlink and symlink calls | ||
| 6 | exist, even if they always fail on this host. | ||
| 7 | (Ffile_readable_p): Likewise, for fifos. | ||
| 8 | * config.in: Regenerate. | ||
| 9 | |||
| 3 | * dired.c (Ffile_attributes): Simplify and avoid #ifdef. | 10 | * dired.c (Ffile_attributes): Simplify and avoid #ifdef. |
| 4 | 11 | ||
| 5 | 2011-02-22 Wolfgang Jenkner <wjenkner@inode.at> (tiny change) | 12 | 2011-02-22 Wolfgang Jenkner <wjenkner@inode.at> (tiny change) |