comparison src/ChangeLog @ 55368:3d05bc7b23b9

fileio.c (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 04 May 2004 19:23:31 +0000
parents 1d5e786cd260
children 929f51db2b0b
comparison
equal deleted inserted replaced
55367:be1730952e61 55368:3d05bc7b23b9
1 2004-05-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 1 2004-05-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 2
3 * fileio.c (barf_or_query_if_file_exists): Use lstat. 3 * fileio.c (barf_or_query_if_file_exists): Use lstat.
4 (Frename_file): Handle renaming of symlinks across file systems. 4 (Frename_file): Handle renaming of symlinks across file systems.
5 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
5 6
6 2004-05-04 Kim F. Storm <storm@cua.dk> 7 2004-05-04 Kim F. Storm <storm@cua.dk>
7 8
8 * xdisp.c (Qtotal): New var. 9 * xdisp.c (Qtotal): New var.
9 (syms_of_xdisp): Intern and staticpro it. 10 (syms_of_xdisp): Intern and staticpro it.