summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | lintian: Use <<< instead of echo and a pipe (Alioth: #312163).Ville Skyttä2011-11-261-3/+3
| * | lintian: Remove spurious echo.Ville Skyttä2011-11-261-1/+0
| * | vi and friends: Fix /etc/ld.so.conf.d/* completion (Alioth: #312409).Ville Skyttä2011-11-257-1/+24
| * | testsuite: Fix ssh first arg partial hostname test case.Ville Skyttä2011-11-251-1/+1
| * | perldoc: Add some option arg completions, use _parse_help.Ville Skyttä2011-11-252-11/+10
| * | declare, typeset: Use _parse_usage.Ville Skyttä2011-11-251-1/+1
| * | sqlite3: Use _parse_help.Ville Skyttä2011-11-251-3/+1
| * | iperf: New completion.Ville Skyttä2011-11-254-0/+85
| * | _parse_help, _parse_usage: If first arg is "-", read from stdin.Ville Skyttä2011-11-253-4/+16
| * | nethogs: New completion.Igor Murzov2011-11-254-0/+47
| * | Cleanups: Be consistent, use $( foo ) instead of $(foo).Igor Murzov2011-11-2015-100/+100
| * | dict: Speed up word completion with common use cases and large word lists.Ville Skyttä2011-11-201-2/+11
| * | valgrind --tool: Use compgen -W instead of embedding $cur in the sed script.Ville Skyttä2011-11-201-4/+5
| * | valgrind: Parse option arguments that contain dashes.Igor Murzov2011-11-201-1/+1
| * | valgrind: More generic tools detection.Igor Murzov2011-11-201-7/+5
| * | ccache: New completion.Ville Skyttä2011-11-204-0/+46
| * | Cleanups: Make code more compact.Igor Murzov2011-11-2017-159/+154
| * | _command_offset: Add missing quotes.Igor Murzov2011-11-201-1/+1
| * | testsuite: Add more tests for valgrind.Igor Murzov2011-11-201-2/+27
| * | valgrind: Parse some generic option arguments from --help output.Ville Skyttä2011-11-171-117/+40
| * | valgrind: New completion.Ville Skyttä2011-11-174-0/+209
| |/
| * wine: Complete all files after an .exe (Alioth #313131)Igor Murzov2011-11-175-1/+53
| * upgradepkg: Support oldpackage%newpackage notation.Igor Murzov2011-11-172-0/+24
| * __get_cword_at_cursor_by_ref: Drop unnecessary quotes.Igor Murzov2011-11-171-4/+4
| * __get_cword_at_cursor_by_ref: Add missing quotes.Igor Murzov2011-11-161-1/+1
| * __get_cword_at_cursor_by_ref: Drop unused cur2 variable.Igor Murzov2011-11-161-1/+1
| * pidof: Don't check OS type (Alioth #311403)Igor Murzov2011-11-166-9/+41
| * _command_offset: Do not assume that first word is unique in completion line.Igor Murzov2011-11-151-9/+9
| * _command_offset: Simplify dynamic loading of completions we don't have yet.Ville Skyttä2011-11-141-17/+12
| * rpm: Add --delsign completion, don't suggest --resign (identical to --addsign).Ville Skyttä2011-11-121-2/+2
| * make -j: Complete up to number of CPUs * 2.Ville Skyttä2011-11-111-1/+1
| * removepkg: Make it possible to complete filenames.Igor Murzov2011-11-111-1/+6
| * Commit make-changelog release helperDavid Paleino2011-11-101-0/+33
| * Cleanups: Use [[ instead of [.Ville Skyttä2011-11-0976-237/+226
| * Cleanups: use usual globs instead of substring matches or substitutions.Ville Skyttä2011-11-094-17/+13
| * make: Add -j/--jobs completion.Ville Skyttä2011-11-092-0/+10
| * cppcheck -j: Use _ncpus.Ville Skyttä2011-11-091-1/+1
| * _npus: Split out of lrzip for general use.Ville Skyttä2011-11-092-4/+9
| * _services: Split xinetd service completion into _xinetd_services.Ville Skyttä2011-11-092-9/+18
| * chkconfig: Wrap long lines.Ville Skyttä2011-11-091-2/+4
| * bashcomp_DATA: service was merged to bash_completion.Ville Skyttä2011-11-091-1/+0
| * testsuite: Set correct COMP_POINT value in test.Igor Murzov2011-11-091-1/+1
| * Merge completions/service into the bash_completion script.Igor Murzov2011-11-092-41/+31
| * Add and use _sysvdirs() function that sets correct SysV init directory.Igor Murzov2011-11-092-13/+26
| * testsuite: Add one more test for _get_comp_words_by_ref()Igor Murzov2011-11-091-0/+8
| * testsuite: Add some make test cases.Igor Murzov2011-11-094-2/+44
| * Revert "Another stab at making service completion work on Slackware."Igor Murzov2011-11-092-22/+10
| * Fix bash_completion paths in README (Debian: #647941)David Paleino2011-11-081-2/+2
| * cppcheck: Offer header filename completions too.Ville Skyttä2011-11-071-1/+1
| * Include doc/ in dist tarball.Ville Skyttä2011-11-073-2/+10