diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-10-02 19:48:21 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-10-02 19:48:21 +0300 |
commit | 98197303b145c488740b93fb45d2d72cde243dcc (patch) | |
tree | 642310e37d3d80ddb9cf25206a594b8652212d4f /ChangeLog | |
parent | f8786092ad753e75021db36a5a4daeca7f2b77e7 (diff) | |
download | gunmake-98197303b145c488740b93fb45d2d72cde243dcc.tar.gz |
Fix tmpfile on MS-Windows.
w32/compat/posixfcn.c (tmpfile): New function, a replacement for
the Windows libc version.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2013-10-02 Eli Zaretskii <eliz@gnu.org> + * w32/compat/posixfcn.c (tmpfile): New function, a replacement for + the Windows libc version. + Fix $abspath on Cygwin when HAVE_DOS_PATHS is in effect. * function.c (IS_ABSOLUTE) [__CYGWIN__]: Special definition for Cygwin. |