summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* (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
* (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
* Fix finding known hosts files from SSH configs on systems with non-GNU sed.Ville Skyttä2010-01-161-1/+1
* (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
* 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
* (testsuite) Allow possibly leading whitespace in match_items() chunks > 1.Ville Skyttä2010-01-161-1/+2
* Drop -m from --in etc completion getters.Ville Skyttä2010-01-161-1/+2
* 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
* (testsuite) Escape more regexp metacharacters.Ville Skyttä2010-01-091-3/+3
* (testsuite) Add simple rpm completion tests.Ville Skyttä2010-01-092-0/+40
* Protect rpm installed packages and --eval from sed metacharacters in input.Ville Skyttä2010-01-091-6/+6
* More sed \? -> \{0,1\} portability fixes.Ville Skyttä2010-01-092-2/+2
* Small yp-tools completion improvements.Ville Skyttä2010-01-062-7/+9
* (testsuite) Fix ypmatch test case.Ville Skyttä2010-01-061-1/+1
* Fix _known_hosts_real: awkcurd > curdFreddy Vulto2010-01-061-1/+1
* sed portability fixes.Ville Skyttä2010-01-042-3/+3
* awk usage portability fixes.Ville Skyttä2010-01-033-3/+3
* (testsuite) FreeBSD and Solaris sed compatibility fixes.Ville Skyttä2010-01-032-4/+6
* Revert "use _split_longopt", as wodim options don't use dashesGuillaume Rousse2010-01-031-25/+26
* Fix some syntax errors.Ville Skyttä2010-01-032-4/+4
* protect against error when used in history context (COMP_CWORD=0)Guillaume Rousse2010-01-031-1/+6
* use _get_pwordGuillaume Rousse2010-01-031-3/+3
* use _split_longoptGuillaume Rousse2010-01-031-26/+25
* Hook up openssl tests, do env modification checks.Ville Skyttä2010-01-032-0/+5
* (testsuite) Indentation fixes.Ville Skyttä2010-01-031-11/+11
* (testsuite) Remove some obsolete comments.Ville Skyttä2010-01-031-3/+0
* (testsuite) Make diff_env() compatible with Solaris sed.Ville Skyttä2010-01-031-6/+10
* Do basic HTML file completion with Firefox and Chrome and friends, and Epiphany.Ville Skyttä2010-01-032-1/+4
* Remove/rephrase some obsolete bash 2 related comments.Ville Skyttä2010-01-032-5/+4
* Remove generated bash_completion.sh.Ville Skyttä2010-01-032-10/+1
* Substitute both occurrences of install path.Ville Skyttä2010-01-031-1/+1
* Fix __expand_tilde_by_ref usage example.Ville Skyttä2010-01-031-1/+1
* Split mount and umount completion into contrib/mount.Ville Skyttä2010-01-024-69/+82
* Merge branch 'master' of git+ssh://git.debian.org/git/bash-completion/bash-co...Guillaume Rousse2009-12-3110-30/+150
|\