summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: Nightly Date StampBrad King2009-05-161-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-151-1/+1
|
* STYLE: Simplify and document VMS workaroundsBrad King2009-05-141-4/+2
| | | | | | The kwsysPrivate header double-inclusion check hits a false positive on VMS for an undetermined reason. This simplifies the workaround and documents it.
* STYLE: Remove trailing whitespaceBrad King2009-05-141-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-141-1/+1
|
* BUG: Fix removal of read-only directoriesBrad King2009-05-131-0/+13
| | | | | Read-only directories must be given write permission before we can remove files and subdirectories from them.
* STYLE: Nightly Date StampBrad King2009-05-131-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-121-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-111-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-101-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-091-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-081-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-071-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-061-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-051-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-041-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-031-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-021-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-011-2/+2
|
* STYLE: Nightly Date StampBrad King2009-04-301-1/+1
|
* STYLE: Nightly Date StampBrad King2009-04-291-1/+1
|
* STYLE: Nightly Date StampBrad King2009-04-281-1/+1
|
* STYLE: Nightly Date StampBrad King2009-04-271-1/+1
|
* STYLE: Nightly Date StampBrad King2009-04-261-1/+1
|
* STYLE: Nightly Date StampBrad King2009-04-251-1/+1
|
* STYLE: Nightly Date StampBrad King2009-04-241-1/+1
|
* ENH: check in almost building VMS stuff with VMSBuild directory since the ↵Bill Hoffman2009-04-234-3/+21
| | | | bootstrap script will not work on VMS
* STYLE: Nightly Date StampBrad King2009-04-231-1/+1
|
* STYLE: Nightly Date StampBrad King2009-04-221-1/+1
|
* ENH: also recognize rxvt-256color as a color terminal (#8913, patch from ↵Alexander Neundorf2009-04-211-0/+1
| | | | | | Deewiant) Alex
* ENH: Remove obscure method from KWSys SystemToolsBrad King2009-04-212-31/+0
| | | | | This removes SystemTools::FileExistsInParentDirectories from KWSys since it is a special-purpose method that is not generally useful.
* STYLE: Nightly Date StampBrad King2009-04-211-1/+1
|
* BUG: Fix SystemTools::IsSubDirectory on bad inputBrad King2009-04-201-0/+4
| | | | | | | | When SystemTools::GetParentDirectory was fixed to never remove the root path component from a full path we violated an assumption made by IsSubDirectory that eventually GetParentDirectory returns an empty string. This led to an infinite loop if the potential parent directory is empty, so we explicitly avoid that case.
* STYLE: Nightly Date StampBrad King2009-04-201-1/+1
|
* STYLE: Nightly Date StampBrad King2009-04-191-1/+1
|
* STYLE: Nightly Date StampBrad King2009-04-181-1/+1
|
* STYLE: Nightly Date StampBrad King2009-04-171-1/+1
|
* STYLE: Nightly Date StampBrad King2009-04-161-1/+1
|
* BUG: Replace brittle GetParentDirectory implBrad King2009-04-151-25/+1
| | | | | | | The previous change to this method broke cases where the input path does not exist. The SystemTools::GetParentDirectory method is redundant with the more robust SystemTools::GetFilenamePath. This replaces its implementation to just call GetFilenamePath.
* BUG: SystemTools::GetParentDirectory() will crash if "/" is passed in as ↵Yumin Yuan2009-04-151-1/+7
| | | | argement. Valid check is added to make sure the input argment exists, and if "/" is passed in, empty string will be returned.
* STYLE: Nightly Date StampBrad King2009-04-151-1/+1
|
* ENH: Skip KWSys name maros in case of identityBrad King2009-04-149-235/+264
| | | | | | | | | | | | | All KWSys C symbol names begin with the KWSYS_NAMESPACE defined at configuration time. For ease of editing we write canonical names with the prefix 'kwsys' and use macros to map them to the configured prefix at preprocessing time. In the case of standalone KWSys, the prefix is 'kwsys', so the macros were previously defined to their own names. We now skip defining the macros in the identity case so that the final symbol names are never themselves macros. This will allow the symbols to be further transformed behind the scenes to help linkers in special cases on some platforms.
* STYLE: Nightly Date StampBrad King2009-04-141-1/+1
|
* STYLE: Nightly Date StampBrad King2009-04-131-1/+1
|
* STYLE: Nightly Date StampBrad King2009-04-121-1/+1
|
* STYLE: Nightly Date StampBrad King2009-04-111-1/+1
|
* STYLE: Nightly Date StampBrad King2009-04-101-1/+1
|
* STYLE: Nightly Date StampBrad King2009-04-091-1/+1
|
* STYLE: Nightly Date StampBrad King2009-04-081-1/+1
|
* STYLE: Nightly Date StampBrad King2009-04-071-1/+1
|