diff options
| author | Eli Zaretskii | 2015-02-10 18:26:23 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-02-10 18:26:23 +0200 |
| commit | 4b0b27d0018f040bda6a2ec885fa54c666d9c083 (patch) | |
| tree | 03bd3405355205ee121268785581e432dc7d8be1 /nt/ChangeLog | |
| parent | 87fc99fee17ef1df4c22db15ec783a7735d3fc6b (diff) | |
| download | emacs-4b0b27d0018f040bda6a2ec885fa54c666d9c083.tar.gz emacs-4b0b27d0018f040bda6a2ec885fa54c666d9c083.zip | |
Fix invocation of commands whose file name includes extension (Bug#19817)
nt/cmdproxy.c (get_next_token): Don't make backslashes disappear
without a trace when they are not followed by a quote.
(search_dir): Support searching programs whose file name already
has an arbitrary extension.
(main): When passing a command line to the shell, use cmd.exe
rules for quoting command-line tail.
Diffstat (limited to 'nt/ChangeLog')
| -rw-r--r-- | nt/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index cac8e054068..d1f953f9ac5 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2015-02-10 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * cmdproxy.c (get_next_token): Don't make backslashes disappear | ||
| 4 | without a trace when they are not followed by a quote. | ||
| 5 | (search_dir): Support searching programs whose file name already | ||
| 6 | has an arbitrary extension. (Bug#19817) | ||
| 7 | (main): When passing a command line to the shell, use cmd.exe | ||
| 8 | rules for quoting command-line tail. | ||
| 9 | |||
| 1 | 2014-11-17 Oscar Fuentes <ofv@wanadoo.es> | 10 | 2014-11-17 Oscar Fuentes <ofv@wanadoo.es> |
| 2 | 11 | ||
| 3 | * inc/ms-w32.h: Define MINGW_W64. | 12 | * inc/ms-w32.h: Define MINGW_W64. |