diff options
author | Eli Zaretskii <eliz@gnu.org> | 2009-07-04 11:15:14 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2009-07-04 11:15:14 +0000 |
commit | 1471af2de285eaf67ab8f245d001efbed1c8c338 (patch) | |
tree | 9da7487056c27e5ef53751853f30e45bcd6cd00f /ChangeLog | |
parent | 56f70324e8b13253cefcfdec790d0bf97d2f9ced (diff) | |
download | gunmake-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |