summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Simplify java classes-in-classpath-dirs completion.Ville Skyttä2010-01-301-6/+5
| | | | | | We intentionally don't look into subdirs of dirs in classpath (Debian: #496828) so a plain "ls" instead of "find" with non-portable -maxdepth is fine.
* (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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve test suite. Thanks to Leonard Crestez (Alioth: #311396, Debian: #511788). `assert_complete' is improved. It proved difficult to tell tcl to ignore backslash escapes, e.g. the `\b' is no BACKSPACE but a literal `b'. The added function `split_words_bash' should to the trick now. Added function `assert_no_complete' which can also be reached by calling `assert_complete' with an empty `expected' argument: assert_complete "" qwerty
* | (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
| | | | | FreeBSD does not have fs.* (has vfs.* instead). Linux has kernel.*, FreeBSD kern.*.
* (testsuite) Use File::Path instead of HTML::Parser to test perldoc.Ville Skyttä2010-01-241-4/+4
| | | | HTML::Parser is not a "core" Perl module.
* (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
| | | | | "cvsps " completion failed when there was nothing in ~/.cvspass, create a fixture for generic cvs use containing one, and use it.
* 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
| | | | | | | | Added test suite function `get_known_hosts' which calls bash's `_known_hosts_real'. Also the `finger' test "Tab should complete partial hostname" now skips hosts starting with character in COMP_WORDBREAKS leaving that to test for another test case. See also: https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=312220&group_id=100114
* 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
|
* Parse pigz options from pigz, not gzip, option completion improvements.Ville Skyttä2010-01-182-5/+12
|
* Add pbzip2, pbunzip2, and pbzcat completions.Ville Skyttä2010-01-183-6/+12
|
* (testsuite) Enable gzip and bzip2 tests.Ville Skyttä2010-01-182-0/+6
|
* Use _parse_help in _bzip2().Ville Skyttä2010-01-181-5/+4
|
* Make _parse_help() look at stderr too.Ville Skyttä2010-01-181-1/+1
|
* Add pigz and unpigz completion.Ville Skyttä2010-01-183-4/+4
|
* sed portability fixes (avoid '\|').Ville Skyttä2010-01-183-7/+7
|
* (testsuite) Add check for awk with POSIX character classes.Ville Skyttä2010-01-171-1/+4
|
* Removed awk regexp character classes.Freddy Vulto2010-01-171-1/+1
| | | | | | | | | | | On Debian/Ubuntu, awk (mawk 1.3.3 Nov 1996) is not supporting regexp character classes. See also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314323 This was causing unit test `_known_hosts_real' to fail. To run the test: ./run unit/_known_hosts_real.exp
* (testsuite) Don't fail dcop test if a DCOP server is not running.Ville Skyttä2010-01-161-1/+3
|
* Weed out look completions not starting with current word.Ville Skyttä2010-01-163-3/+5
| | | | | | | | Some versions of the default word list for look may return non-completable entries (e.g. due to sort order mismatch -- dictionary vs non-dictionary one, case sensitivity etc -- between sort order in default word list and look's defaults). As a side effect, fixes also the test case when a lot of words are returned.
* (testsuite) cd to correct top level dir first in runLint.Ville Skyttä2010-01-161-0/+3
|
* Fix installing simple xspec completions on systems with non-GNU sed.Ville Skyttä2010-01-161-1/+1
| | | | There's no alternation functionality ('\|' or '|') in POSIX BRE.
* Fix finding known hosts files from SSH configs on systems with non-GNU sed.Ville Skyttä2010-01-161-1/+1
| | | | There's no alternation functionality ('\|' or '|') in POSIX BRE.
* (testsuite) It's not the empty alternative that's unportable with sed, it's \|.Ville Skyttä2010-01-161-2/+2
|
* (testsuite) Add simple "lint" script for finding common issues.Ville Skyttä2010-01-161-0/+34
| | | | | Currently flags one potential awk issue in wireless-tools, but that should be a non-issue because wireless-tools is a Linux thing.
* Fix leak of 'i' from _yum().Ville Skyttä2010-01-161-1/+1
|
* (testsuite) Check rpm -q completion against actual installed packages.Ville Skyttä2010-01-161-12/+4
| | | | | | | While at it, drop --eval completion test because I couldn't get it to work with assert_complete (probably because I couldn't escape the command properly here, see --eval|-E completion in contrib/rpm), and no longer needed match_max fiddling.
* (testsuite) Allow possibly leading whitespace in match_items() chunks > 1.Ville Skyttä2010-01-161-1/+2
| | | | Thanks to Freddy Vulto.
* Drop -m from --in etc completion getters.Ville Skyttä2010-01-161-1/+2
| | | | http://lists.alioth.debian.org/pipermail/bash-completion-devel/2010-January/002453.html
* Add ipv6calc completion.Adrian Friedli2010-01-145-0/+88
|
* (testsuite) assert_exec() default test title grammar fix.Ville Skyttä2010-01-141-1/+1
|
* Update years in copyright notice.Ville Skyttä2010-01-141-1/+1
|
* Apply xine and friends completion also to dragon.Ville Skyttä2010-01-132-3/+3
|