about summary refs log tree commit diff
path: root/Completion/Unix/Type/_canonical_paths
Commit message (Collapse)AuthorAgeFilesLines
* 24768: add -q option to cd, chdir, pushd, popdPeter Stephenson2008-03-281-27/+30
| | | | | use in _canonical_paths add 4.3.6 release note with this and other stuff
* 24759: dont unfunction if no function; sanitize helper functionsPeter Stephenson2008-03-271-61/+68
|
* 24757: canonicalize paths some morePeter Stephenson2008-03-271-5/+26
|
* 25735: use zstat to get canonical name for symbolic linksPeter Stephenson2008-03-261-8/+31
|
* 22467: utility function which completes all paths given to it, and alsoClint Adams2006-05-281-0/+94
tries to offer completions which point to the same file as one of the paths given.