Commit History

Author SHA1 Message Date
  Brad King 73197eaefa BUG: Shell escaping needs to write % as %% for VS IDE. 18 years ago
  Brad King 54731fa2c8 ENH: Adding support for # escape in Watcom WMake. 19 years ago
  Brad King 87dcfb54c4 ENH: Added # character for shell escaping. 19 years ago
  Brad King 038c9e27d7 ENH: Adding Shell_Flag_EchoWindows option to setup escapes for arguments to the native echo command in a shell. This special case is needed to avoid adding quotes when passing text to echo in a native windows shell which does no command line parsing at all. 19 years ago
  Brad King dd332a00cc ENH: Re-implemented command line argument shell quoting to support several platforms with one code base. 19 years ago
  Brad King d5d8687d16 BUG: Windows_ShellArgument: need to escape if the string contains one of a set of special characters as well as spaces. Moved test for needing escapes to a separate method kwsysSystemWindowsShellArgumentNeedsEscape. 19 years ago
  Brad King 683346fa3d ENH: Adding 'System' component of C sources to hold system tools written in C. Moved windows shell command line argument escaping code to kwsysSystem_Windows_ShellArgument and kwsysSystem_Windows_ShellArgumentSize. 19 years ago