summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-04-28 20:53:36 +0300
committerEli Zaretskii <eliz@gnu.org>2013-04-28 20:53:36 +0300
commit5667376edc9cc68c1ed40f985c6d2174dfaeb64c (patch)
tree1afc6587f7ccac619a3eb5379a3c6b5c3d384ba8 /ChangeLog
parent7f01830927969a8386050617385e59070fe9f34b (diff)
downloadgunmake-5667376edc9cc68c1ed40f985c6d2174dfaeb64c.tar.gz
Fix Savannah bug #37065 with $(wildcard foo/*/.) returning non-directories.
dir.c (local_stat) [WINDOWS32]: Use the wrapper on MS-Windows. If the argument ends in "dir/.", make sure the parent dir exists and is indeed a directory. Fixes Savannah bug #37065.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91802ae..2c8275a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-04-28 Eli Zaretskii <eliz@gnu.org>
+
+ * dir.c (local_stat) [WINDOWS32]: Use the wrapper on MS-Windows.
+ If the argument ends in "dir/.", make sure the parent dir exists
+ and is indeed a directory. Fixes Savannah bug #37065.
+
2013-04-28 Paul Smith <psmith@gnu.org>
Implement a "per-job" output synchronization option.