make job.c ChangeLog
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gnu.make.devel |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /sources/make Module name: make Changes by: Eli Zaretskii <eliz> 12/12/07 14:23:40 Modified files: . : job.c ChangeLog Log message: 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. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/make/job.c?cvsroot=make&r1=1.222&r2=1.223 http://cvs.savannah.gnu.org/viewcvs/make/ChangeLog?cvsroot=make&r1=2.492&r2=2.493