summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-07-04 11:34:32 +0000
committerEli Zaretskii <eliz@gnu.org>2009-07-04 11:34:32 +0000
commit139c28ae6966b84e4c30898829a2202c6f3e0a3e (patch)
tree65fdc9e718e43fd4a1a5cacd38e48f0c8fe0ec07 /ChangeLog
parente8fd23cc83ecfe4b8b0cce884bb3573fa5e9f0e0 (diff)
downloadgunmake-139c28ae6966b84e4c30898829a2202c6f3e0a3e.tar.gz
function.c (func_realpath) [!HAVE_REALPATH]: Require the file to
exist, as realpath(3) does where it's supported.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ebf241b..f505073 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,14 @@
+2009-07-04 Eli Zaretskii <eliz@gnu.org>
+
+ * function.c (func_realpath) [!HAVE_REALPATH]: Require the file to
+ exist, as realpath(3) does where it's supported.
+
2006-07-04 Eli Zaretskii <eliz@gnu.org>
* function.c (IS_ABSOLUTE, ROOT_LEN): New macros.
(abspath): Support systems that define HAVE_DOS_PATHS (have
drive letters in their file names). Use IS_PATHSEP instead of a
- literal '/' comparison.
+ literal '/' comparison. Fixes Savannah bug #26886.
2009-06-14 Paul Smith <psmith@gnu.org>