summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove verbose options from `_upvars'.use-_get_comp_words_by_refFreddy Vulto2010-06-101-16/+1
* Added `_upvars' and `_upvar'.Freddy Vulto2010-06-093-93/+123
* Fix commentFreddy Vulto2010-03-141-1/+1
* Improve _get_comp_words_by_ref to return `words' and `cword'Freddy Vulto2010-03-142-32/+112
* Use _get_comp_words_by_ref to set cur, prev, [..] instead of manually using C...David Paleino2010-02-08156-581/+370
* Merge branch 'fvu'Freddy Vulto2010-02-073-11/+510
|\
| * Added _get_comp_words_by_ref()Freddy Vulto2010-02-073-11/+510
* | Merge branch 'find-unique-completion-pair'Crestez Dan Leonard2010-02-074-20/+120
|\ \ | |/ |/|
| * Add changes entry for Alioth #312306Crestez Dan Leonard2010-02-041-0/+1
| * Use find_unique_completion_pair in chown testCrestez Dan Leonard2010-02-031-20/+15
| * Add a find_unique_completion_pair proc.Crestez Dan Leonard2010-02-032-0/+104
* | (testsuite) Fix chown basic user completion test on systems with lots of users.Ville Skyttä2010-02-051-1/+4
* | (testsuite) Add lftp hostname completion testing fixture.Ville Skyttä2010-02-052-1/+6
* | Line length: 72 -> 79 as discussed on list.Ville Skyttä2010-02-051-1/+1
* | (testsuite) mv fixture1 fixtures/shared/defaultFreddy Vulto2010-02-0514-20/+19
* | (testsuite) Added helper functionsFreddy Vulto2010-02-053-6/+37
* | (doc) Add reference to Tcl Style Guide.Freddy Vulto2010-02-051-0/+5
* | (testsuite) Updated documentationFreddy Vulto2010-02-051-0/+44
* | (testsuite) Fix ssh testFreddy Vulto2010-02-052-19/+8
* | docs: styleguide, establish line wrapping and $() instead of ``David Paleino2010-02-021-6/+17
|/
* (testsuite) Fix chown test "crash" if root user/group is N/A (Alioth: 312306).Leonard Crestez2010-02-011-4/+8
* (testsuite) Fix assert_bash_type perldoc > perlFreddy Vulto2010-01-311-1/+1
* (testsuite) Sync fmt test with other longopt only tests.Ville Skyttä2010-01-301-1/+3
* (testsuite) Don't fail long option tests if command has no long options.Ville Skyttä2010-01-3019-21/+59
* Simplify java classes-in-classpath-dirs completion.Ville Skyttä2010-01-301-6/+5
* (testsuite) Add java -jar test.Ville Skyttä2010-01-301-0/+6
* (testsuite) Add some java classpath tests.Ville Skyttä2010-01-307-0/+22
* Indentation fixes.Ville Skyttä2010-01-301-8/+8
* Merge branch 'fvu'Freddy Vulto2010-01-296-75/+242
|\
| * Fix _usergroup, cpio and chown completionsFreddy Vulto2010-01-296-75/+242
* | (testsuite) Add missing assert_env_unmodified tests.Ville Skyttä2010-01-283-0/+6
* | (testsuite) Always look for command availability before testing completion.Ville Skyttä2010-01-2852-63/+157
* | (testsuite) Include shopt states in saved environment.Ville Skyttä2010-01-281-2/+2
* | Add showmount completion (Alioth: #312285).Ildar Mulyukov2010-01-262-1/+4
* | Fix NFS completion if path to showmount contains spaces (Alioth: #312285).Ville Skyttä2010-01-261-2/+2
|/
* (testsuite) Use kern instead of fs to test sysctl completion.Ville Skyttä2010-01-241-1/+3
* (testsuite) Use File::Path instead of HTML::Parser to test perldoc.Ville Skyttä2010-01-241-4/+4
* (testsuite) Add cvs roots completion test.Ville Skyttä2010-01-241-1/+17
* (testsuite) Fix cvsps non-option completion test, add test for options.Ville Skyttä2010-01-242-2/+20
* Use == instead of =~ for simple suffix matching.Ville Skyttä2010-01-241-1/+1
* Don't bother looking for showmount if not doing NFS completion.Ville Skyttä2010-01-241-8/+10
* Update patch submission guidelines.Ville Skyttä2010-01-241-5/+9
* Fix NFS mounts completion (Alioth: #312285).Leonard Crestez2010-01-245-3/+52
* Look for showmount in $PATH first for easier mockability (Alioth: #312285).Ville Skyttä2010-01-241-1/+3
* (testsuite) Fixed finger testFreddy Vulto2010-01-242-10/+23
* Recognize long equivalents to -f and -C when looking for Makefile or dir option.Ville Skyttä2010-01-192-6/+6
* (testsuite) Add basic tests for make.Ville Skyttä2010-01-192-0/+23
* (testsuite) Enable cvs test.Ville Skyttä2010-01-191-0/+3
* Do not alias sed to gsed (Alioth: #311393).Ville Skyttä2010-01-192-5/+1
* Avoid use of POSIX character classes with awk for mawk compatibility.Ville Skyttä2010-01-193-10/+9