summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-11-09 21:01:15 +0100
committerJay Berkenbilt <ejb@ql.org>2019-11-10 00:50:42 +0100
commit07da0039d3f496871d746305fbbf76ee9bde9862 (patch)
tree2bd79ba09951f77ba2d2866c339b2f73313a25c2 /ChangeLog
parenta58918bb8756c7c8efb12a6a283cc7f879565141 (diff)
downloadqpdf-07da0039d3f496871d746305fbbf76ee9bde9862.tar.zst
Link with setargv or wsetargv with MSVC (fixes #224)
For wildcard expansion to work properly with the msvc binary, it is necessary to link with setargv.obj or wsetargv.obj, depending on whether wmain is in use.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e3d7a4a..cd62935e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2019-11-09 Jay Berkenbilt <ejb@ql.org>
+ * Improve behavior of wildcard expansion for msvc executable when
+ run from the Windows cmd.exe shell. The behavior is not identical
+ to UNIX or to running the mingw executable in that, for msvc,
+ wildcard expansion is performed transparently by qpdf.exe itself.
+ That means that *.pdf and "*.pdf*" are interpreted identically. If
+ you need to specify the name of a file that has a * or ? in its
+ actual filename on the Windows CLI with the msvc-built executable,
+ you can write the name of the file in another file and use the
+ @file syntax to prevent expansion. Fixes #224.
+
* When reading /P from the encryption dictionary, use static_cast
instead of QIntC to convert the value to a signed integer. The
value of /P is a bit field, and PDF files have been found in the