summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * (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
| * 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
| * (testsuite) Uncomment testcasesFreddy Vulto2010-11-161-30/+30
| * Merge branch 'master' of git+ssh://git.debian.org/git/bash-completion/bash-co...Freddy Vulto2010-11-1610-13/+34
| |\
| | * 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
| | * Don't bother passing unused arg to _perlmodules().Ville Skyttä2010-11-161-2/+2
| | * Fix perl module colon completion trimming.Ville Skyttä2010-11-161-1/+1
| | * Comment spelling fix.Ville Skyttä2010-11-161-1/+1
| | * Test for availability of compopt before invoking it in _compopt_o_filenames().Ville Skyttä2010-11-161-1/+4
| | * (testsuite) Fix cvs, cvsps, java, lftp, and wol fallout from commit c86b336.Ville Skyttä2010-11-135-5/+5
| | * (testsuite) Ignore changed OLDPWD in xz.exp.Ville Skyttä2010-11-131-1/+1
| * | (testsuite) Fix _count_args tests to output newlineFreddy Vulto2010-11-162-36/+37
| |/
| * (testsuite) Add missing dir to fixtures/acroreadFreddy Vulto2010-11-131-0/+0
| * (testuite) Fix tests to run with autotools' make distcheckFreddy Vulto2010-11-1237-131/+123
| * Add/improve various autotools completions.Ville Skyttä2010-11-1215-1/+313
| * document COMP_IWLIST_SCAN variableGuillaume Rousse2010-11-071-0/+3
| * test perldoc options completionGuillaume Rousse2010-11-071-19/+9
| * Switch back to a shell completion function for perl and perldocGuillaume Rousse2010-11-072-161/+133
| * rename perldoc helper to perl, as it is now a generic perl completionGuillaume Rousse2010-11-073-60/+93
| * rework to match original bash function more closely, including options comple...Guillaume Rousse2010-11-061-11/+37
| * no need for usage outputGuillaume Rousse2010-11-061-10/+0
| * use same indentation convention as for bash codeGuillaume Rousse2010-11-061-69/+69
| * (testsuite) Prepend relative files with $::srcdirFreddy Vulto2010-11-053-4/+4
| * (testsuite) Moved tool_start() code to tool_init()Freddy Vulto2010-11-054-18/+18
| * Simplify _screen_sessions(), use compgen -W, fixes partial completion.Ville Skyttä2010-11-051-10/+3
| * List both attached and detached sesstions for screen -xAlexey Zaytsev2010-11-051-1/+6
| * Don't source bash-completion.log when running "make check".Ville Skyttä2010-11-051-1/+1
| * Create and remove the test/{log,tmp} dirs when appropriate.Ville Skyttä2010-11-051-0/+6
| * Don't bother creating the gzipped dist tarball, the bzip2 one is enough.Ville Skyttä2010-11-051-1/+1
| * Remove autogen.sh, plain autoreconf (-i) is enough.Ville Skyttä2010-11-051-4/+0
| * (install) Fix relocated helpers dirFreddy Vulto2010-11-041-0/+1