2400 Commits

Author SHA1 Message Date
Ville Skyttä
4c8ff90ab7 Coding style tweaks. 2010-10-23 15:18:13 +03:00
Ville Skyttä
1b248b5502 Make mkdir complete only on dirs. 2010-10-23 14:36:11 +03:00
Ville Skyttä
049e32ae66 Add dirs-only rmdir test case. 2010-10-23 14:35:25 +03:00
Ville Skyttä
d51ad46cd2 Improve _longopt --*=, --*dir*, --*file*, and --*path* completions. 2010-10-23 14:27:15 +03:00
Ville Skyttä
768bbc7858 Turn on -o filenames automatically also with _filedir -d. 2010-10-23 14:17:49 +03:00
Ville Skyttä
57720ee0be Treat --*path* like --*file* in _longopt(). 2010-10-23 14:15:32 +03:00
Ville Skyttä
75b232ad3f Indentation/line wrapping fixes. 2010-10-23 13:32:37 +03:00
Ville Skyttä
e7494cf065 Add wodim driveropts={varirec,gigarec,tattoofile}= completions. 2010-10-23 13:07:21 +03:00
Ville Skyttä
267c4aad9c Add wodim msifile= completion. 2010-10-23 12:52:11 +03:00
Ville Skyttä
4bcd37d800 Add wodim minbuf= completion. 2010-10-23 12:52:11 +03:00
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