2390 Commits

Author SHA1 Message Date
Ville Skyttä
8ccda052b3 Update wodim option lists. 2010-10-23 12:52:11 +03:00
Ville Skyttä
7f5cfc3099 Add wodim driver= completion. 2010-10-23 12:52:06 +03:00
Ville Skyttä
7d87ca0a6d Improve wodim foo=bar completions. 2010-10-23 12:44:45 +03:00
Ville Skyttä
9e87f134e4 Comment spelling fix. 2010-10-23 12:44:40 +03:00
Ville Skyttä
c0cef5bd44 Remove -o filenames for wodim, rely on _filedir doing it for us. 2010-10-23 12:44:40 +03:00
Ville Skyttä
562b8b3497 Tweak line wrapping. 2010-10-23 12:44:40 +03:00
Ville Skyttä
47b9fbebf2 Add varirec= to wodim driveropts completions. 2010-10-23 12:44:29 +03:00
Freddy Vulto
37f51b9df2 (testsuite) Removed changing locale within 'expect'
Changing the locale within an `expect' session might cause bash to exit.
See: http://www.mail-archive.com/bash-completion-devel@lists.alioth.debian.org/msg02265.html
2010-10-18 22:29:59 +02:00
Ville Skyttä
245486b6df Add *.m2t and *.m2ts to xine-based player filename completions (Alioth: #312770). 2010-10-17 22:17:38 +03:00
Ville Skyttä
9aeeeec42a Add *.m2t to mplayer filename completions (Alioth: #312770). 2010-10-17 22:15:50 +03:00
Andrey G. Grozin
13e811b1f9 Add *.fb2 to okular filename completions. 2010-10-13 18:44:47 +03:00
Ville Skyttä
96c6416309 Make _parse_help() work with slash separated options. 2010-10-11 00:39:50 +03:00
Ville Skyttä
52bfcefb3d Simplify _parse_help somewhat. 2010-10-11 00:38:55 +03:00
Ville Skyttä
95399f638c Fix false posives for non-option words in _parse_help (Alioth: #312750, Stephen Gildea). 2010-10-11 00:01:51 +03:00
Freddy Vulto
dff4241998 (testsuite) Fix _filedir test for "compgen -f" hack
One test was failing on bash-3
2010-10-09 22:12:51 +02:00
Ville Skyttä
cb6a9a4dfe Use "compgen -f" hack from _cd() instead of emulating -o filenames in _filedir().
See http://bugs.debian.org/272660#64 for more info about the hack.
2010-10-07 20:39:10 +03:00
Ville Skyttä
96b1594e4e Use "compopt -o filenames" if available instead of "compgen -f" hack in _cd(). 2010-10-07 20:37:06 +03:00
Ville Skyttä
a55f763363 Trivial cleanups. 2010-10-07 20:07:46 +03:00
Ville Skyttä
4cd7c7c872 Treat *.spm as *.src.rpm.
Source rpms are sometimes named *.spm, e.g. in SUSE.
2010-10-07 20:05:55 +03:00
Ville Skyttä
f0cc5fc2a8 Add ether-wake completion. 2010-10-07 18:03:59 +03:00
Ville Skyttä
27dab7e198 Allow setting option for creating output to parse in _parse_help().
Required in just added sysbench completion.
2010-10-06 00:01:00 +03:00
Ville Skyttä
267fb3205d Drop unused cword. 2010-10-05 23:55:30 +03:00
Ville Skyttä
77b78b3723 Add sysbench completion. 2010-10-05 23:40:44 +03:00
Freddy Vulto
4e8bc50865 Updated CHANGES 2010-10-05 21:46:01 +02:00
Freddy Vulto
e8d84b3004 Bugfix __reassemble_comp_words_by_ref
a b:c |<TAB> (with |=cursor) did not return `b:c' as `prev' on bash-4.1
(Alioth #312740)
2010-10-05 21:39:58 +02:00
Ville Skyttä
1da64f602a More known hosts IPv6 completion fixes, thanks to Yoshinori KUNIGA.
https://bugzilla.redhat.com/show_bug.cgi?id=630658#c4
2010-10-04 21:31:03 +03:00
Ville Skyttä
3d8efed618 Fixes to completions for filenames containing tabs (RedHat: #629518). 2010-10-04 20:49:17 +03:00
Ville Skyttä
35ac650e30 Make mplayer -skin completion work with post-2006 versions.
The subdir was "Skin" until 1.0pre8 (Jun 2006), "skins" in and after it.
2010-09-28 19:14:08 +03:00
Ville Skyttä
1a2de64f80 Localize IFS tighter in _mplayer(). 2010-09-28 19:11:54 +03:00
Ville Skyttä
5a254604e7 Add mplayer -subfont completion. 2010-09-28 19:07:01 +03:00
Ville Skyttä
06083c3563 Add Fontconfig patterns to mplayer -font completions. 2010-09-28 19:04:38 +03:00
Ville Skyttä
5134d0ac1d Add mplayer -show-profile completion. 2010-09-28 18:53:33 +03:00
Ville Skyttä
3fbee9ae9e Drop duplicate -demuxer from mplayer option 'case' statement. 2010-09-28 18:52:23 +03:00
Ville Skyttä
729f6c4ea3 Add mplayer -audio-demuxer and -sub-demuxer completions. 2010-09-28 18:52:11 +03:00
Ville Skyttä
66e35aa4a1 Use awk sub instead of gsub where appropriate. 2010-09-28 18:29:26 +03:00
Ville Skyttä
9341a1131c Fix known hosts completion for IPv6 addresses whose last 16 bits are digits (Alioth: #312695, RedHat: #630658). 2010-09-28 18:24:35 +03:00
Ville Skyttä
7f5c64e580 (testsuite) Add some [host]:port cases to known hosts related tests. 2010-09-28 17:59:31 +03:00
Ville Skyttä
372008342e (testsuite) Run sftp tests with fixtures/sftp data, comment fixes. 2010-09-28 17:55:51 +03:00
Ville Skyttä
622abf3a6e Add quite a bit of more stuff to ipmitool completion. 2010-09-23 22:45:49 +03:00
Ville Skyttä
7a85f76d01 (testsuite) Add basic ipmitool tests. 2010-09-23 22:43:13 +03:00
Freddy Vulto
ba419108b7 (testsuite) Comment multipass_name 2010-09-20 22:54:22 +02:00
Ville Skyttä
0fe7126818 (testsuite) Fix cd test when CDPATH is set. 2010-09-19 19:12:51 +03:00
Ville Skyttä
0ed0de3047 Add badblocks, dumpe2fs, e2freefrag, e2label, filefrag, and tune2fs completions. 2010-09-19 14:33:09 +03:00
Ville Skyttä
b822b7cceb Indentation fix. 2010-09-19 13:15:07 +03:00
Ville Skyttä
5bcf5bae41 Fix povray completion, broken in f8bafe285e7d20fdd82f77289059dd18f78312c2. 2010-09-19 12:41:46 +03:00
Ville Skyttä
7ea7d7b268 Simplify filename completions per new _filedir(_xspec) uppercasing behavior. 2010-09-19 12:29:29 +03:00
Ville Skyttä
c183a585b2 Match uppercased versions of _filedir and _filedir_xspec arguments too.
This provides a bit of case insensivity to file extension matching,
allowing for example _filedir foo to match both *.foo and *.FOO.  Note
that this is not real case insensivity; mixed case extensions like
*.FOO.gz are not matched by _filedir foo.gz so those need to be
handled like before this change.
2010-09-19 12:12:06 +03:00
Ville Skyttä
d0bcb5347e Don't complete jar and povray on filenames ending with a dot. 2010-09-19 11:48:10 +03:00
Ville Skyttä
8e23895fe5 Avoid stderr output from compopt when invoking _filedir directly.
The _filedir unit test currently does this, causing (harmless) error output.
2010-09-19 11:33:52 +03:00
Ville Skyttä
d2a551fad4 Combine identical xdvi and kdvi completions. 2010-09-18 20:51:51 +03:00