2217 Commits

Author SHA1 Message Date
Guillaume Rousse
08e7a2cbfd initial import 2010-04-19 20:47:50 +02:00
Guillaume Rousse
e28d19ef4c initial import 2010-04-19 19:59:47 +02:00
Guillaume Rousse
b6762781b8 initial import 2010-04-19 19:45:24 +02:00
Guillaume Rousse
89de94b2c7 fix interface completion, nd use _get_pword function 2010-04-19 19:45:06 +02:00
Freddy Vulto
96a936443e (testsuite) Run tests for superuser commands only if command is available
Case was /usr/sbin/grub.
Added check to `assert_source_completions()' if command is really
available for current user.
2010-04-17 08:16:37 +02:00
Ville Skyttä
855edbfdb7 wget does use filenames (e.g. with -O) (Alioth: #312458). 2010-04-13 18:41:17 +03:00
Ville Skyttä
c89152b6b2 Drop unnecessary $TESTDIR from java -cp test. 2010-04-12 20:39:07 +03:00
Ville Skyttä
79b998442e Run tests based on installed completions, not just command availability.
http://lists.alioth.debian.org/pipermail/bash-completion-devel/2010-February/002556.html
2010-04-12 20:35:16 +03:00
Ville Skyttä
d05634409c Make iconv encoding completion more portable. 2010-04-11 16:50:10 +03:00
Ville Skyttä
a44c07fb9e Add more iconv option completions, use _split_longopt. 2010-04-11 16:50:10 +03:00
Freddy Vulto
6a6cab1179 Fixed comment now that we support bash >= 3.2.0 2010-04-10 12:27:36 +02:00
Freddy Vulto
50824f909d Move _filedir fix to _quote_readline_by_ref. 2010-04-10 12:22:19 +02:00
Freddy Vulto
3d4941fa96 (testsuite) Add test case for _filedir with directory containing multibyte character.
See also: http://www.mail-archive.com/bash-completion-devel@lists.alioth.debian.org/msg01942.html
2010-04-10 12:13:33 +02:00
Guillaume Rousse
c953606fd2 extend previous fix for directory completion too 2010-04-06 21:30:07 +02:00
Guillaume Rousse
5a29589fca fix _filedir completion for path with non-ascii chars, by evaluating the result of _quote_readline_by_ref 2010-04-03 21:42:13 +02:00
Guillaume Rousse
35c795bdbb ensure offset is computed correctly in multibytes locales 2010-04-03 19:10:13 +02:00
Ville Skyttä
dda8896d0c cdiff can show compressed diffs. 2010-04-02 09:37:39 +03:00
Ville Skyttä
f48ca28b99 Improve/compact ungzip and gunzip globs. 2010-03-30 22:15:20 +03:00
Ville Skyttä
ac7ed92f52 Add *.taz support for gzip/gunzip. 2010-03-30 22:11:24 +03:00
Ville Skyttä
b8267d131e Add *.Z support to man completion. 2010-03-30 22:04:07 +03:00
Ville Skyttä
d6068483d2 Add *.xz support to man completion. 2010-03-30 22:02:30 +03:00
Ville Skyttä
6e373da8e1 Clean up cfagent option completions. 2010-03-30 20:49:43 +03:00
Ville Skyttä
81d3c689a5 Speed up process name completion. 2010-03-30 20:49:43 +03:00
Ville Skyttä
27952228d7 Clean up cryptsetup option completions. 2010-03-30 20:49:35 +03:00
Ville Skyttä
bb16f00030 Get rid of one (not-prefixed-with-'command') grep. 2010-03-30 20:23:17 +03:00
Ville Skyttä
0271e15695 Do basic text editor completion with xemacs, sxemacs, kate, and kwrite. 2010-03-24 00:33:42 +02:00
Ville Skyttä
5064875616 Remove duplicate basic pattern for emacs only, use same as other text editors. 2010-03-24 00:30:41 +02:00
Ville Skyttä
15cc44a67b Don't install mock completion by default, it's in upstream mock > 1.1.0. 2010-03-20 22:40:00 +02:00
Guillaume Rousse
288cd1552d add cryptsetup completion 2010-03-18 23:29:23 +01:00
Guillaume Rousse
0098435c71 rename _get_command to _get_first_arg, and move it to main file, as it is a generic utility function 2010-03-14 19:27:40 +01:00
guillaume
b68a572119 initial import 2010-03-14 19:23:30 +01:00
Freddy Vulto
86ce86cb34 (testsuite) Add empty fixture directory 2010-03-13 09:10:31 +01:00
Ville Skyttä
acfa7eef3b Simplify wine extension glob. 2010-03-12 18:16:48 +02:00
Austin English
f66e87ffb7 Make lookup of wine file completions case insensitive. 2010-03-12 18:14:57 +02:00
Freddy Vulto
caaf58859a Undo commit 00560a88 ("_filedir: bash > 4 has the same behaviour
regardless of $cur beginning with ' or not"), because this is failing
tests:

    FAIL: completing f a\'b/ should return i
    FAIL: completing f a\"b/ should return i
    FAIL: f a\$b/ should show completions
    FAIL: f a\\b/ should show completions
    FAIL: completing f2 a\'b/ should return i
    FAIL: completing f2 a\"b/ should return i
    FAIL: f2 a\$b/ should show completions
    FAIL: f2 a\\b/ should show completions

- Fix _filedir to check for availability of COMP_WORDS (_filedir runs from
  within a completion instead of the command line) when doing a `complete -p
  ${COMP_WORDS[0]'
- Fix _filedir usage comment
- Enhanced _filedir tests
- Added _filedir test "completing with filter '.e1' should show completions"
2010-03-12 13:41:53 +01:00
David Paleino
4a2a236531 Revert "Added .ogv completion to mplayer (Debian: #573001)"
This reverts commit f24dbe8dd45cba63c6acf89fa8a300b1eae56567.
2010-03-08 18:32:40 +01:00
David Paleino
f24dbe8dd4 Added .ogv completion to mplayer (Debian: #573001) 2010-03-08 12:41:34 +01:00
David Paleino
8755f716fc Merge branch 'master' of git+ssh://git.debian.org/git/bash-completion/bash-completion 2010-03-08 12:38:33 +01:00
Michele Ballabio
fca102412e Add *.t[bl]z support for pkgtools
pkgtools also supports tbz (bzip2) and tlz (lzma) compression
formats since april 2009.
2010-03-07 21:03:47 +02:00
Ville Skyttä
314cc0f13a Drop support for bash < 3.2. 2010-03-06 14:24:57 +02:00
Ville Skyttä
bc6f14445f Do basic diff/patch completion with cdiff and kompare. 2010-03-06 14:05:41 +02:00
Neville Gao
4632210154 Fix mount completion error "bash: [: too many arguments" (Alioth #312381). 2010-03-04 22:09:35 +02:00
Ville Skyttä
cf5e514efb Add *.txz support (Alioth: #312384). 2010-03-04 20:26:49 +02:00
Ville Skyttä
1b336660d7 Add/fix implicit xz decompress support (Alioth: #312383). 2010-03-04 20:24:06 +02:00
Crestez Dan Leonard
0f49bb1e3c (testsuite) Add a --timeout option to test/run to override the default expect timeout. 2010-02-21 05:44:39 +02:00
Crestez Dan Leonard
f9177e5286 (testsuite) Add a --debug-xtrace option to run.
Cleanup test/run scripts and add a --debug-xtrace option.
2010-02-20 22:54:13 +02:00
Ville Skyttä
7ef06fb2df Add break, lock, say, and state to perldoc -f completions. 2010-02-17 20:03:21 +02:00
Ville Skyttä
d7d8b2b206 Include *.pl, *.pm, and *.pod files in perldoc completions. 2010-02-17 19:57:32 +02:00
Ville Skyttä
59977e4bf8 Sync before unsetting var to avoid error message. 2010-02-15 18:56:09 +02:00
Crestez Dan Leonard
f294219990 Merge branch 'mount-fix'
Fix mount handling of escapes (Alioth: #311410, Launchpad: #219971)

Conflicts:
	CHANGES
2010-02-15 15:36:58 +02:00