summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add and use _sysvdirs() function that sets correct SysV init directory.serviceIgor Murzov2011-11-072-12/+25
* /etc/rc.d and /etc/init.d are both used as init directories by different dist...Igor Murzov2011-11-071-1/+1
* service, _services: Move _services() to completions/service.Igor Murzov2011-11-073-31/+31
* _known_hosts_real: Replace "${HOME}" with "~" to make code more compact.Igor Murzov2011-11-051-2/+1
* _known_hosts_real: Add some quotes (Alioth #313158)Igor Murzov2011-11-051-3/+3
* Correctly list purgeable packages for dpkg --listfiles and dpkg --purge (Debi...David Paleino2011-11-051-1/+21
* desktop-file-validate: New completion.Ville Skyttä2011-11-054-0/+45
* _mac_addresses: Grab addresses from FreeBSD's ifconfig -a output too.Ville Skyttä2011-11-051-2/+4
* _known_hosts_real: Don't offer hostnames containing wildcards.Ville Skyttä2011-11-052-2/+2
* _known_hosts_real: Handle more than two hostnames per known hosts line (Debia...Ville Skyttä2011-11-053-6/+6
* _known_hosts_real: Discard @markers at beginning of line.Ville Skyttä2011-11-052-3/+5
* plague-client: New completion.Ville Skyttä2011-11-044-0/+36
* Create empty compatdir on "make install".Ville Skyttä2011-11-041-0/+3
* install-data-hook: Use $(compatdir).Ville Skyttä2011-11-041-1/+1
* install-data-hook: Avoid problematic mode bits for bash_completion from mktemp.Ville Skyttä2011-11-041-1/+2
* Unset _blacklist_glob when it's no longer needed.Ville Skyttä2011-11-041-1/+1
* cowsay: Avoid error when completing -f when cowsay is not installed.Ville Skyttä2011-11-041-1/+2
* Fix changelog1.90David Paleino2011-11-031-52/+161
* Change version to 1.90David Paleino2011-11-032-2/+2
* Fix symlinking in "make distcheck".Ville Skyttä2011-11-011-1/+1
* Don't turn off indent-tabs-mode for everything, it's desirable e.g. for Makef...Ville Skyttä2011-11-011-2/+2
* a2x: Split from asciidoc into separate file.Ville Skyttä2011-11-014-42/+43
* Set up symlinks for dpkg-query.Ville Skyttä2011-11-012-1/+3
* Move Emacs indentation settings from every file to .dir-locals.el.Ville Skyttä2011-11-01334-2320/+374
* Add 'versions' command to aptitude (Debian: #604393)David Paleino2011-11-011-3/+3
* Also complete on dpkg-query (Debian: #642526)David Paleino2011-11-011-1/+1
* 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