summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* _filedir_xspec: Don't expand $xspec while uppercasing on bash-3 (RedHat: ↵1.xVille Skyttä2011-08-151-1/+1
| | | | #726220).
* Fix release number1.3David Paleino2011-02-061-1/+1
|
* Update dateDavid Paleino2011-02-061-1/+1
|
* Merge branch 'master' into 1.xDavid Paleino2011-02-0610-51/+99
|\
| * Add javaws completion.Ville Skyttä2011-02-064-3/+54
| |
| * Truncate _parse_help() output options on <.Ville Skyttä2011-02-061-1/+1
| |
| * Define needed utility functions for javac and javadoc even if java is not ↵Ville Skyttä2011-02-061-3/+5
| | | | | | | | installed.
| * Add kid3 filename completion.Ville Skyttä2011-02-062-3/+4
| |
| * Add gendiff completion.Ville Skyttä2011-02-052-3/+13
| |
| * (testsuite) Avoid duplicates in get_hosts() return value.Ville Skyttä2011-02-051-1/+1
| |
| * (testsuite) Use get_hosts() in xhost tests.Ville Skyttä2011-02-051-11/+6
| |
| * Clean up some redundant code.Ville Skyttä2011-02-051-27/+13
| |
| * Avoid some unnecessary stat calls.Ville Skyttä2011-02-053-5/+8
| |
* | Merge branch 'master' into 1.xDavid Paleino2011-01-297-15/+71
|\ \ | |/
| * Complete runuser like su.Ville Skyttä2011-01-291-1/+1
| |
| * Add *.fdf to various PDF viewer completions.Ville Skyttä2011-01-292-2/+3
| |
| * update subcommand listGuillaume Rousse2011-01-272-9/+11
| |
| * Add completion for mplayer's -noconfig optionIgor Murzov2011-01-271-0/+4
| |
| * Add mktemp(1) completion.Ville Skyttä2011-01-244-3/+52
| |
* | Merge branch 'master' into 1.xDavid Paleino2011-01-2010-7/+142
|\ \ | |/
| * Add bunch of extensions to xmlwf and xmllint filename completions.Ville Skyttä2011-01-183-4/+4
| |
| * minimal tests for xfreerdp completionGuillaume Rousse2011-01-172-0/+29
| |
| * Don't leak $options from iscsiadm completion, add basic test case.Ville Skyttä2011-01-173-0/+22
| |
| * Add pack200 --repack completion.Ville Skyttä2011-01-172-3/+8
| |
| * add iscsiadm completionGuillaume Rousse2011-01-163-0/+79
| |
* | 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.