Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into 1.x | David Paleino | 2011-01-16 | 2 | -3/+5 |
|\ | |||||
| * | Add filename completion for portecle. | Ville Skyttä | 2011-01-16 | 2 | -2/+4 |
| | | |||||
| * | Update copyright year. | Ville Skyttä | 2011-01-16 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into 1.x | David Paleino | 2011-01-11 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Loosen python executable matching glob. | Ville Skyttä | 2011-01-10 | 1 | -1/+1 |
| | | |||||
| * | Complete "/path/to/python" the same way as plain "python". | Ville Skyttä | 2011-01-10 | 1 | -1/+1 |
| | | |||||
| * | Avoid "bad array subscript" with /usr/bin/python <TAB> (Debian: #559953). | Ville Skyttä | 2011-01-10 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' into 1.x | David Paleino | 2011-01-10 | 0 | -0/+0 |
|\ \ | |/ | | | | | | | Conflicts: CHANGES | ||||
| * | Fixed typo in openssl completion (Debian: #609552) | David Paleino | 2011-01-10 | 2 | -1/+3 |
| | | |||||
* | | Fixed typo in openssl completion (Debian: #609552) | David Paleino | 2011-01-10 | 2 | -1/+3 |
| | | | | | | | | | | | | Conflicts: CHANGES | ||||
* | | Merge branch 'master' into 1.x | David Paleino | 2011-01-09 | 637 | -2817/+5572 |
|\ \ | |/ | | | | | | | | | Conflicts: CHANGES configure.ac | ||||
| * | Re-enable postgresql database and user completion (Alioth: #312914, Ubuntu: ↵ | Ville Skyttä | 2011-01-08 | 2 | -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-05 | 1 | -1/+2 |
| | | |||||
| * | Add bunch of java option completions, improve colon handling. | Ville Skyttä | 2011-01-04 | 2 | -12/+79 |
| | | |||||
| * | Append /sbin to PATH when invoking sysctl. | Ville Skyttä | 2011-01-04 | 1 | -1/+2 |
| | | |||||
| * | Note test suite dependencies. | Ville Skyttä | 2011-01-03 | 1 | -1/+1 |
| | | |||||
| * | Do _filedir in _command_offset only for commands with no completions installed. | Ville Skyttä | 2011-01-02 | 1 | -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-02 | 1 | -11/+14 |
| | | |||||
| * | Improve scp path escape regex. | Ville Skyttä | 2010-12-23 | 1 | -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-20 | 2 | -1/+2 |
| | | |||||
| * | Oops, add info to CHANGES for last commit | David Paleino | 2010-12-18 | 1 | -0/+1 |
| | | |||||
| * | Complete on all files for mplayer's -dvd-device. | David Paleino | 2010-12-18 | 1 | -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-18 | 2 | -1/+2 |
| | | |||||
| * | Add *.apk to unzip and jar filename completions. | Ville Skyttä | 2010-12-16 | 3 | -2/+3 |
| | | |||||
| * | Turn on -o filenames in _command_offset() for completions that specify it. | Ville Skyttä | 2010-12-13 | 1 | -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-11 | 2 | -9/+9 |
| | | |||||
| * | Add *.gz versions of supported filenames to xmllint filename completions. | Ville Skyttä | 2010-12-09 | 2 | -6/+7 |
| | | |||||
| * | Make _command_offset() do the right thing with full path completions. | Ville Skyttä | 2010-12-04 | 1 | -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-23 | 1 | -3/+3 |
| | | |||||
| * | (testsuite) Split assert_complete() into | Freddy Vulto | 2010-11-22 | 4 | -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-21 | 1 | -5/+1 |
| | | |||||
| * | Simplify python _filedir glob. | Ville Skyttä | 2010-11-21 | 1 | -1/+1 |
| | | |||||
| * | Add some python option arg non-completions. | Ville Skyttä | 2010-11-21 | 1 | -0/+3 |
| | | |||||
| * | Get python options with _parse_help(). | Ville Skyttä | 2010-11-21 | 2 | -3/+3 |
| | | |||||
| * | Install python completion for python2 and python3 too. | Ville Skyttä | 2010-11-21 | 2 | -4/+4 |
| | | |||||
| * | Indentation fixes. | Ville Skyttä | 2010-11-21 | 1 | -16/+16 |
| | | |||||
| * | Add lsof(8) completion. | Ville Skyttä | 2010-11-21 | 5 | -1/+88 |
| | | |||||
| * | Add perl -d: completion. | Ville Skyttä | 2010-11-19 | 1 | -0/+9 |
| | | |||||
| * | Add perl -V completion. | Ville Skyttä | 2010-11-19 | 2 | -0/+18 |
| | | |||||
| * | Add perl -m-/-M- completion. | Ville Skyttä | 2010-11-19 | 2 | -0/+9 |
| | | |||||
| * | Add some perl option non-completions. | Ville Skyttä | 2010-11-19 | 2 | -1/+6 |
| | | |||||
| * | Invoke perl module completion with the perl executable being completed. | Ville Skyttä | 2010-11-19 | 1 | -2/+2 |
| | | |||||
| * | Simplify perldoc _filedir arg. | Ville Skyttä | 2010-11-19 | 1 | -1/+1 |
| | | |||||
| * | (testsuite) `match_items()' matches on bash-prompt | Freddy Vulto | 2010-11-17 | 11 | -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 testcases | Freddy Vulto | 2010-11-16 | 1 | -30/+30 |
| | | |||||
| * | Merge branch 'master' of ↵ | Freddy Vulto | 2010-11-16 | 10 | -13/+34 |
| |\ | | | | | | | | | | git+ssh://git.debian.org/git/bash-completion/bash-completion | ||||
| | * | fix optimisation (bug #312832), and explain the code | Guillaume Rousse | 2010-11-16 | 1 | -2/+10 |
| | | | |||||
| | * | drop -o nospace option (fix #312831) | Guillaume Rousse | 2010-11-16 | 1 | -1/+1 |
| | | | |||||
| | * | (testsuite) Add some perl module completion test cases (Alioth: #312832). | Ville Skyttä | 2010-11-16 | 1 | -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-16 | 1 | -2/+2 |
| | | |