Commit History

Author SHA1 Message Date
  Brad King 18e639d48a ENH: Provide unix-sytle command line parsing 16 years ago
  Brad King 0a83aa6f57 BUG: Fix windows command line escape for empty arg 17 years ago
  Brad King 16ec04c2a7 BUG: Fix escaping of more characters on Windows shells. 17 years ago
  Brad King 47bfda0acb BUG: Fix kwsysSystem_Shell_GetArgumentForWindows to reset the windows trailing backslash count to zero when a make variable reference is encountered. 17 years ago
  Brad King 857e2e15dd ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added escape of ; for the VS IDE. 18 years ago
  Brad King 07fe611fc6 BUG: Added carrot (^) to characters that need quoting. The solaris shell needs it. 18 years ago
  Brad King 5e1dd6fb51 BUG: Some single-character arguments need quoting on windows. 18 years ago
  Brad King cc507411d3 ENH: Added more special unix shell characters that require quoting. Added escaping of % as %% for shells inside mingw32-make. 18 years ago
  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