summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-09-14 13:10:22 +0200
committerBruno Haible <bruno@clisp.org>2019-09-14 13:11:29 +0200
commit43fcc2ac704d94640abbfccc53b247243c33d6e0 (patch)
tree33623c8871b824a04b21c8bf58564bf44b2170ae /ChangeLog
parentdbc5605c3b37a14d7c7e56fcf6c305d542e73210 (diff)
downloadgnulib-43fcc2ac704d94640abbfccc53b247243c33d6e0.tar.gz
findprog-in: Better mimic the system on native Windows.
Reported by Paul Smith <psmith@gnu.org>. * lib/findprog-in.c (find_in_given_path): On native Windows, don't try non-empty suffixes when the file name already contains a '.'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ef2c89215..d62a962847 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2019-09-14 Bruno Haible <bruno@clisp.org>
+
+ findprog-in: Better mimic the system on native Windows.
+ Reported by Paul Smith <psmith@gnu.org>.
+ * lib/findprog-in.c (find_in_given_path): On native Windows, don't try
+ non-empty suffixes when the file name already contains a '.'.
+
2019-09-10 Bruno Haible <bruno@clisp.org>
wctob: Fix autoconf test.