summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into 1.xDavid Paleino2011-01-162-3/+5
|\
| * Add filename completion for portecle.Ville Skyttä2011-01-162-2/+4
| |
| * Update copyright year.Ville Skyttä2011-01-161-1/+1
| |
* | Merge branch 'master' into 1.xDavid Paleino2011-01-111-2/+3
|\ \ | |/
| * Loosen python executable matching glob.Ville Skyttä2011-01-101-1/+1
| |
| * Complete "/path/to/python" the same way as plain "python".Ville Skyttä2011-01-101-1/+1
| |
| * Avoid "bad array subscript" with /usr/bin/python <TAB> (Debian: #559953).Ville Skyttä2011-01-101-1/+2
| |
* | Merge branch 'master' into 1.xDavid Paleino2011-01-100-0/+0
|\ \ | |/ | | | | | | Conflicts: CHANGES
| * Fixed typo in openssl completion (Debian: #609552)David Paleino2011-01-102-1/+3
| |
* | Fixed typo in openssl completion (Debian: #609552)David Paleino2011-01-102-1/+3
| | | | | | | | | | | | Conflicts: CHANGES
* | Merge branch 'master' into 1.xDavid Paleino2011-01-09637-2817/+5572
|\ \ | |/ | | | | | | | | Conflicts: CHANGES configure.ac
| * Re-enable postgresql database and user completion (Alioth: #312914, Ubuntu: ↵Ville Skyttä2011-01-082-9/+10
| | | | | | | | | | | | | | | | #164772). This implementation uses -w which is available only in psql >= 8.4, but the net effect with earlier versions should be the same as when the completions were disabled.
| * (testsuite) Fix sysctl test case (Alioth: #312909).Ville Skyttä2011-01-051-1/+2
| |
| * Add bunch of java option completions, improve colon handling.Ville Skyttä2011-01-042-12/+79
| |
| * Append /sbin to PATH when invoking sysctl.Ville Skyttä2011-01-041-1/+2
| |
| * Note test suite dependencies.Ville Skyttä2011-01-031-1/+1
| |
| * Do _filedir in _command_offset only for commands with no completions installed.Ville Skyttä2011-01-021-2/+2
| | | | | | | | | | | | | | If we have a completion installed for the actual command invoked via sudo etc, it is very much possible and fine that no completions are returned from it, and doing _filedir in these cases is not the right thing to do.
| * Note autotools installation steps.Ville Skyttä2011-01-021-11/+14
| |
| * Improve scp path escape regex.Ville Skyttä2010-12-231-2/+2
| | | | | | | | | | | | | | | | The previous one reportedly ended up escaping 't' to '\t' in some setups (at least bash 3.2.48 on OS X 10.6, but not with 4.1.7 on Fedora nor 3.2.25 on CentOS), probably due to missing backslash in the regex. This one removes some spurious escaping and duplicates in the char class, and should communicate the intent better.
| * Ignore muttrc source entries that are not files (Alioth: #312881).Ville Skyttä2010-12-202-1/+2
| |
| * Oops, add info to CHANGES for last commitDavid Paleino2010-12-181-0/+1
| |
| * Complete on all files for mplayer's -dvd-device.David Paleino2010-12-181-1/+1
| | | | | | | | | | This is because mplayer is able to use a directory as "device" (i.e. if you copy a DVD on the harddisk), or even single files (.iso files, for example).
| * Do not load bash_completion in profile.d script if progcomp is not enabled.Ville Skyttä2010-12-182-1/+2
| |
| * Add *.apk to unzip and jar filename completions.Ville Skyttä2010-12-163-2/+3
| |
| * Turn on -o filenames in _command_offset() for completions that specify it.Ville Skyttä2010-12-131-0/+2
| | | | | | | | | | | | | | We don't need to do "complete -o filenames ..." when installing bash-completion completions any longer (they should be handled "internally"), but there are external completions which do that and need it in effect also when completing with nice, sudo and friends.
| * Add *.spkg (Sage Package) to tar filename completions.Ville Skyttä2010-12-112-9/+9
| |
| * Add *.gz versions of supported filenames to xmllint filename completions.Ville Skyttä2010-12-092-6/+7
| |
| * Make _command_offset() do the right thing with full path completions.Ville Skyttä2010-12-041-3/+3
| | | | | | | | | | For example, "sudo /usr/sbin/useradd" completion didn't work properly, whereas "sudo useradd" did.
| * (testsuite) assert_complete_one() fixes, revealed by ssh.exp.Ville Skyttä2010-11-231-3/+3
| |
| * (testsuite) Split assert_complete() intoFreddy Vulto2010-11-224-113/+203
| | | | | | | | | | assert_complete_many() and assert_complete_one(). Fix ssh completion now that match_items() also matches on prompt.
| * python -c takes a command, not a script.Ville Skyttä2010-11-211-5/+1
| |
| * Simplify python _filedir glob.Ville Skyttä2010-11-211-1/+1
| |
| * Add some python option arg non-completions.Ville Skyttä2010-11-211-0/+3
| |
| * Get python options with _parse_help().Ville Skyttä2010-11-212-3/+3
| |
| * Install python completion for python2 and python3 too.Ville Skyttä2010-11-212-4/+4
| |
| * Indentation fixes.Ville Skyttä2010-11-211-16/+16
| |
| * Add lsof(8) completion.Ville Skyttä2010-11-215-1/+88
| |
| * Add perl -d: completion.Ville Skyttä2010-11-191-0/+9
| |
| * Add perl -V completion.Ville Skyttä2010-11-192-0/+18
| |
| * Add perl -m-/-M- completion.Ville Skyttä2010-11-192-0/+9
| |
| * Add some perl option non-completions.Ville Skyttä2010-11-192-1/+6
| |
| * Invoke perl module completion with the perl executable being completed.Ville Skyttä2010-11-191-2/+2
| |
| * Simplify perldoc _filedir arg.Ville Skyttä2010-11-191-1/+1
| |
| * (testsuite) `match_items()' matches on bash-promptFreddy Vulto2010-11-1711-76/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also made `match_items()' more strict about matching space/newline/prompt after the last item. Added options to match_items(): - end-newline - end-prompt - end-space and transferred them to other functions. Function `assert_complete()' now has a `-nospace' option to explicitly disallow a space after a completion... Function `assert_bash_list()' now expects a single item to be followed by a newline.
| * (testsuite) Uncomment testcasesFreddy Vulto2010-11-161-30/+30
| |
| * Merge branch 'master' of ↵Freddy Vulto2010-11-1610-13/+34
| |\ | | | | | | | | | git+ssh://git.debian.org/git/bash-completion/bash-completion
| | * fix optimisation (bug #312832), and explain the codeGuillaume Rousse2010-11-161-2/+10
| | |
| | * drop -o nospace option (fix #312831)Guillaume Rousse2010-11-161-1/+1
| | |
| | * (testsuite) Add some perl module completion test cases (Alioth: #312832).Ville Skyttä2010-11-161-0/+10
| | | | | | | | | | | | | | | | | | The -MFile::Sp and -MFile::Spec::Func test cases fail at the moment but are not marked as expected failures, hoping for a quick fix for the above bug ;)
| | * Don't bother passing unused arg to _perlmodules().Ville Skyttä2010-11-161-2/+2
| | |