summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/System.h.in
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: Fix typoMathieu Malaterre2007-01-271-1/+1
|
* ENH: Adding support for # escape in Watcom WMake.Brad King2006-10-251-1/+6
|
* ENH: Adding Shell_Flag_EchoWindows option to setup escapes for arguments to ↵Brad King2006-10-041-1/+6
| | | | 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.
* ENH: Re-implemented command line argument shell quoting to support several ↵Brad King2006-09-271-12/+58
| | | | platforms with one code base.
* ENH: Adding 'System' component of C sources to hold system tools written in ↵Brad King2006-09-211-0/+62
C. Moved windows shell command line argument escaping code to kwsysSystem_Windows_ShellArgument and kwsysSystem_Windows_ShellArgumentSize.