From f388233b033ccae26e567fb573fd3d7a87c71744 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 25 Jun 2005 23:00:17 +0000 Subject: Fix Savannah bug # 13478. If -L is given, take the latest mtime for a symlink even if it is "dangling" (it doesn't resolve to a real file). --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c764580..d462182 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2005-06-25 Paul D. Smith + * make.h [WINDOWS32]: #include . + Fixes Savannah bug #13478. + + * remake.c (name_mtime): If the stat() of a file fails and the -L + option was given and the file is a symlink, take the best mtime of + the symlink we can get as the mtime of the file and don't fail. + Fixes Savannah bug #13280. + Fix Savannah bug #1454. * read.c (find_char_unquote): Accept a new argument IGNOREVARS. -- cgit v1.2.3