diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2013-10-02 19:39:53 +0300 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2013-10-02 19:39:53 +0300 |
| commit | f8786092ad753e75021db36a5a4daeca7f2b77e7 (patch) | |
| tree | a29cee81e07c0816d42420da1f9fac7ce840907e /ChangeLog | |
| parent | 1d4c15b4e16cca40d238bff3e8ff2d0e2d0e2ca2 (diff) | |
| download | gunmake-f8786092ad753e75021db36a5a4daeca7f2b77e7.tar.gz | |
Fix $abspath on Cygwin when HAVE_DOS_PATHS is in effect.
function.c (IS_ABSOLUTE) [__CYGWIN__]: Special definition for Cygwin.
(abspath) [__CYGWIN__]: Reset root_len to 1 if the absolute file name
has the Posix /foo/bar form.
[HAVE_DOS_PATHS]: Use root_len instead of hard-coded 2.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2013-10-02 Eli Zaretskii <eliz@gnu.org> + + Fix $abspath on Cygwin when HAVE_DOS_PATHS is in effect. + * function.c (IS_ABSOLUTE) [__CYGWIN__]: Special definition for + Cygwin. + (abspath) [__CYGWIN__]: Reset root_len to 1 if the absolute file + name has the Posix /foo/bar form. + [HAVE_DOS_PATHS]: Use root_len instead of hard-coded 2. + 2013-10-01 Paul Smith <psmith@gnu.org> * configure.ac: Update version to 3.99.93. |
