diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-12-07 14:23:39 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-12-07 14:23:39 +0000 |
commit | 299f5faf9361abdf896279bb15fbeb565e927592 (patch) | |
tree | 5914ae6b35fd70e22787de6e6ea058e83ea6f684 /ChangeLog | |
parent | 0d5d963bcfd5fb625bff4ef2d08d1878cbf7f66d (diff) | |
download | gunmake-299f5faf9361abdf896279bb15fbeb565e927592.tar.gz |
job.c (construct_command_argv_internal): Remove " from
sh_chars_dos[]. Ignore an escaped backslash inside a string
quoted with "..". This lifts the 4KB or 8KB command-line length
limitation imposed by the Windows shell when a command uses quoted
strings, because we now don't call the shell in that case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2012-12-07 Eli Zaretskii <eliz@gnu.org> + * job.c (construct_command_argv_internal): Remove " from + sh_chars_dos[]. Ignore an escaped backslash inside a string + quoted with "..". This lifts the 4KB or 8KB command-line length + limitation imposed by the Windows shell when a command uses quoted + strings, because we now don't call the shell in that case. + * job.c (create_batch_file): Declare the counter of batch files static, to avoid having 2 jobs using the same file name and stepping on each other's toes. When all 64K names are used up, |