diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9713a4a6ed5..d0208d507b5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2011-02-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Assume S_ISLNK etc. work, since gnulib supports this. | ||
| 4 | * config.in: Regenerate. | ||
| 5 | * dired.c (lstat): Remove. | ||
| 6 | (file_name_completion): Assume S_ISDIR works. | ||
| 7 | (file_name_completion_stat): Assume S_ISLNK works. | ||
| 8 | Do not bother calling stat unless lstat says it's a symlink. | ||
| 9 | * fileio.c (S_ISLNK, S_ISFIFO, S_ISREG, lstat): Remove. | ||
| 10 | (Fcopy_file): Assume S_ISREG and S_ISLNK work. | ||
| 11 | (check_writable, Ffile_writable_p, Fset_file_times): | ||
| 12 | Assume S_ISDIR works. | ||
| 13 | (Ffile_readable_p): Use S_IFIFO, not S_ISFIFO, to guess whether | ||
| 14 | fifos exist. | ||
| 15 | (Ffile_regular_p, Finsert_file_contents): Assumes S_ISREG works. | ||
| 16 | * filelock.c (S_ISLNK): Remove. | ||
| 17 | * lread.c (openp): Assume S_ISDIR works. | ||
| 18 | * xrdb.c (S_ISDIR): Remove. | ||
| 19 | |||
| 1 | 2011-02-21 Eli Zaretskii <eliz@gnu.org> | 20 | 2011-02-21 Eli Zaretskii <eliz@gnu.org> |
| 2 | 21 | ||
| 3 | * makefile.w32-in ($(BLD)/filemode.$(O)): Move recipe to | 22 | * makefile.w32-in ($(BLD)/filemode.$(O)): Move recipe to |