summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-07-04 11:15:14 +0000
committerEli Zaretskii <eliz@gnu.org>2009-07-04 11:15:14 +0000
commit1471af2de285eaf67ab8f245d001efbed1c8c338 (patch)
tree9da7487056c27e5ef53751853f30e45bcd6cd00f /ChangeLog
parent56f70324e8b13253cefcfdec790d0bf97d2f9ced (diff)
downloadgunmake-1471af2de285eaf67ab8f245d001efbed1c8c338.tar.gz
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bbc0d63..ebf241b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
2009-06-14 Paul Smith <psmith@gnu.org>
* remake.c (update_file_1): Remember the original file we marked