summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xmllint, xmlwf: Complete on *.tld (tag library descriptor).Ville Skyttä2011-11-012-2/+2
* unzip, jar: Complete on *.sar (JBoss service archive).Ville Skyttä2011-11-012-2/+2
* cppcheck: Wrap long line.Ville Skyttä2011-10-301-1/+2
* cppcheck: -D can be followed by space, don't -o nospace it.Ville Skyttä2011-10-301-1/+1
* cppcheck: Don't stop completing after -DFOO.Ville Skyttä2011-10-302-1/+11
* testsuite/assert_source_completions: Test for command availability too.Ville Skyttä2011-10-261-2/+3
* kill, killall: Add some option and argument completions, simplify _signals.Ville Skyttä2011-10-266-22/+44
* _command_offset: Fall back to _minimal instead of _filedir for oddball cases.Ville Skyttä2011-10-261-1/+1
* _command_offset: Load undefined completions on demand.Ville Skyttä2011-10-261-6/+21
* _command_offset: Drop unused variables, define some others only when needed.Ville Skyttä2011-10-261-8/+5
* apt-build, apt-get, aptitude: Load _comp_dpkg_installed_packages on demand.Ville Skyttä2011-10-263-3/+6
* testsuite: Ignore BASH_REMATCH in env unmodified check.Ville Skyttä2011-10-252-1/+2
* Merge branch 'dynamic-loading'Ville Skyttä2011-10-25349-4208/+5407
|\
| * _init_completion: Improve variable name completion.dynamic-loadingVille Skyttä2011-10-251-2/+4
| * Don't use full path in the _completion_loader() function.Igor Murzov2011-10-241-6/+1
| * _completion_loader: Use _minimal instead of _longopt as fallback.Ville Skyttä2011-10-231-1/+10
| * _completion_loader: Use _longopt as the fallback.Ville Skyttä2011-10-231-2/+2
| * _init_completion: Complete variable names.Ville Skyttä2011-10-231-5/+11
| * mailman: Split completions to separate files from add_members.Ville Skyttä2011-10-2219-371/+485
| * add_members, bk, gcc, mtx, munin-run, munindoc, mutt, p4, portinstall, postma...Ville Skyttä2011-10-2212-23/+26
| * Make _userland easier to use.Ville Skyttä2011-10-164-11/+10
| * ant, gcc, killall: Make sure completion file loading returns zero.Ville Skyttä2011-10-163-3/+3
| * README: Dynamic loading related updates.Ville Skyttä2011-10-151-18/+12
| * Remove obsolete TODO.Ville Skyttä2011-10-151-33/+0
| * install-completions: Remove, no longer needed.Ville Skyttä2011-10-151-75/+0
| * Fall back to generic completion for commands we don't have anything for.Ville Skyttä2011-10-151-1/+4
| * Do rest of splits, add symlinking for files defining multiple completions.Ville Skyttä2011-10-1523-207/+957
| * Get rid of remaining $UNAME and $USERLAND uses.Ville Skyttä2011-10-135-20/+22
| * Add _xfunc for loading and calling functions on demand, use it in apt-get, cv...Ville Skyttä2011-10-135-19/+33
| * Fix loading completions when bash_completion was sourced without a path.Ville Skyttä2011-10-131-1/+2
| * Replace $UNAME with $OSTYPE in trivial cases.Ville Skyttä2011-10-128-10/+12
| * Split/rename many completions into per-command files.Ville Skyttä2011-10-12151-2908/+3811
| * Get rid of have() in fbi.Ville Skyttä2011-10-121-3/+0
| * Merge remote-tracking branch 'origin/master' into dynamic-loadingVille Skyttä2011-10-127-2/+144
| |\
| * | Load completions in separate files dynamically, get rid of have().Ville Skyttä2011-10-12210-544/+57
* | | cpan2dist: Don't hang if no package list files exist.Ville Skyttä2011-10-231-3/+2
| |/ |/|
* | file: Add few missing --exclude arguments completions.Igor Murzov2011-10-121-2/+2
* | fbi, fbgs: New completions.Igor Murzov2011-10-126-0/+142
|/
* dmesg: New completion.Ville Skyttä2011-10-113-0/+44
* watch: New completion (Linux only for now).Ville Skyttä2011-10-113-0/+69
* cppcheck: Add new option arguments completions (added in cppcheck-1.51).Igor Murzov2011-10-091-2/+2
* ionice: New completion.Ville Skyttä2011-10-033-0/+74
* file: New completion.Ville Skyttä2011-10-034-0/+61
* xrandr: Add more option completions.Igor Murzov2011-09-301-7/+22
* _command_offset: Restore compopts used by called command.Igor Murzov2011-09-303-14/+79
* chrpath: New completion.Ville Skyttä2011-09-294-0/+56
* prelink: New completion.Ville Skyttä2011-09-294-0/+71
* arping: New completion.Ville Skyttä2011-09-283-0/+52
* ping, tracepath: Split to iputils, add option completions.Ville Skyttä2011-09-286-3/+115
* _known_hosts: Signal end of options to _known_hosts_real.Ville Skyttä2011-09-281-1/+1