summaryrefslogtreecommitdiff
path: root/Source/kwsys/System.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2020-03-041-1/+1
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2018-06-011-1/+1
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-05-161-4/+0
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-11-091-141/+80
* cmOutputConverter: Adopt command line escaping codeBrad King2015-07-081-583/+2
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-04-031-2/+28
* Revert commit: CMake: quote ':' in Windows NMake Makefiles (#9963) -- it was ...David Cole2010-09-091-2/+1
* CMake: quote ':' in Windows NMake Makefiles (#9963)David Cole2010-09-081-1/+2
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
* BUG: Parse escapes in single-quoted unix argumentsBrad King2009-07-131-1/+1
* ENH: Provide unix-sytle command line parsingBrad King2009-07-131-0/+277
* BUG: Fix windows command line escape for empty argBrad King2008-12-181-0/+6
* BUG: Fix escaping of more characters on Windows shells.Brad King2008-04-301-7/+10
* BUG: Fix kwsysSystem_Shell_GetArgumentForWindows to reset the windows trailin...Brad King2008-04-301-0/+4
* ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added ...Brad King2008-01-131-5/+35
* BUG: Added carrot (^) to characters that need quoting. The solaris shell nee...Brad King2007-05-181-1/+1
* BUG: Some single-character arguments need quoting on windows.Brad King2007-05-171-0/+22
* ENH: Added more special unix shell characters that require quoting. Added es...Brad King2007-05-171-6/+12
* BUG: Shell escaping needs to write % as %% for VS IDE.Brad King2007-05-161-0/+23
* ENH: Adding support for # escape in Watcom WMake.Brad King2006-10-251-4/+31
* ENH: Added # character for shell escaping.Brad King2006-10-231-1/+1
* ENH: Adding Shell_Flag_EchoWindows option to setup escapes for arguments to t...Brad King2006-10-041-0/+14
* ENH: Re-implemented command line argument shell quoting to support several pl...Brad King2006-09-271-76/+351
* BUG: Windows_ShellArgument: need to escape if the string contains one of a se...Brad King2006-09-211-24/+29
* ENH: Adding 'System' component of C sources to hold system tools written in C...Brad King2006-09-211-0/+166