summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (testsuite) Don't and start of prompt pattern in sync_after_int.expect-fixesCrestez Dan Leonard2010-03-181-1/+5
* (testsuite) Make fast synchronisation optional and disabled by defaultCrestez Dan Leonard2010-03-182-20/+42
* Merge commit '0f49' into expect-fixesCrestez Dan Leonard2010-03-078-40/+111
|\
| * (testsuite) Add a --timeout option to test/run to override the default expect...Crestez Dan Leonard2010-02-213-0/+11
| * (testsuite) Add a --debug-xtrace option to run.Crestez Dan Leonard2010-02-208-40/+100
* | (testsuite) Sleepless sync_after_int, second attempt. Match a random string i...Crestez Dan Leonard2010-02-261-11/+27
* | (testsuite) Replace sleep statements with explicit matching of ^C\r\n in sync...Crestez Dan Leonard2010-02-211-7/+10
* | (testsuite) Remove $ from match_items regexps to tolerate arbitrary buffering.Crestez Dan Leonard2010-02-211-2/+2
|/
* Add break, lock, say, and state to perldoc -f completions.Ville Skyttä2010-02-171-4/+4
* Include *.pl, *.pm, and *.pod files in perldoc completions.Ville Skyttä2010-02-172-4/+5
* Sync before unsetting var to avoid error message.Ville Skyttä2010-02-151-0/+1
* Merge branch 'mount-fix'Crestez Dan Leonard2010-02-154-8/+188
|\
| * (mount) Handle escapes in LABEL= lines from fstab.Crestez Dan Leonard2010-02-152-9/+25
| * (umount) Parse /proc/mounts instead of mount output on LinuxCrestez Dan Leonard2010-02-151-4/+10
| * (mount) Split __linux_fstab_unescape function. Deal with \ at the end of stri...Crestez Dan Leonard2010-02-092-2/+28
| * (mount) Make mount work properly with ' in fstabCrestez Dan Leonard2010-02-093-6/+15
| * (mount) Make it clear that $' strings are not supportedCrestez Dan Leonard2010-02-092-15/+6
| * (mount) Cleanup mount tests and test-fstab; fix obvious errors.Crestez Dan Leonard2010-02-092-6/+15
| * (mount) Fix leaking fs_* vars to the environment. Explicitly save/restore IFS...Crestez Dan Leonard2010-02-091-2/+8
| * _reply_compgen_array: Fix leaking to environmentCrestez Dan Leonard2010-02-041-1/+1
| * (testsuite) mount.exp: Create a mount-line completion which reads from a file...Crestez Dan Leonard2010-02-042-2/+68
| * Separate _linux_fstab functionCrestez Dan Leonard2010-02-041-9/+21
| * Changes lineCrestez Dan Leonard2010-02-041-0/+1
| * Initial implementation of _reply_compgen_arrayCrestez Dan Leonard2010-02-041-1/+39
* | Add -H, -L, and -P to chown and chgrp option completions with -R/--recursive.Ville Skyttä2010-02-122-5/+14
* | (testsuite) fix indent/comment sync_after_intFreddy Vulto2010-02-111-6/+6
* | (testsuite) Added `sleep .1' after sending QUIT/INT to bashFreddy Vulto2010-02-111-0/+4
* | Merge branch 'space-fix': Fix tests when BASH_COMPLETION or TESTDIR containCrestez Dan Leonard2010-02-099-19/+20
|\ \
| * | Fix nfs mount completion if the path to showmount contains a space.Crestez Dan Leonard2010-02-021-1/+1
| * | Fixed tests when BASH_COMPLETION or TESTDIR contain spaces.Crestez Dan Leonard2010-02-028-18/+19
* | | bind *.ltx files to LaTeX family of programsIldar Mulyukov2010-02-081-1/+1
* | | Merge branch 'fvu'Freddy Vulto2010-02-073-11/+510
|\ \ \
| * | | Added _get_comp_words_by_ref()Freddy Vulto2010-02-073-11/+510
* | | | Merge branch 'find-unique-completion-pair'Crestez Dan Leonard2010-02-074-20/+120
|\ \ \ \ | |/ / / |/| | |
| * | | Add changes entry for Alioth #312306Crestez Dan Leonard2010-02-041-0/+1
| * | | Use find_unique_completion_pair in chown testCrestez Dan Leonard2010-02-031-20/+15
| * | | Add a find_unique_completion_pair proc.Crestez Dan Leonard2010-02-032-0/+104
| |/ /
* | | (testsuite) Fix chown basic user completion test on systems with lots of users.Ville Skyttä2010-02-051-1/+4
* | | (testsuite) Add lftp hostname completion testing fixture.Ville Skyttä2010-02-052-1/+6
* | | Line length: 72 -> 79 as discussed on list.Ville Skyttä2010-02-051-1/+1
* | | (testsuite) mv fixture1 fixtures/shared/defaultFreddy Vulto2010-02-0514-20/+19
* | | (testsuite) Added helper functionsFreddy Vulto2010-02-053-6/+37
* | | (doc) Add reference to Tcl Style Guide.Freddy Vulto2010-02-051-0/+5
* | | (testsuite) Updated documentationFreddy Vulto2010-02-051-0/+44
* | | (testsuite) Fix ssh testFreddy Vulto2010-02-052-19/+8
| |/ |/|
* | docs: styleguide, establish line wrapping and $() instead of ``David Paleino2010-02-021-6/+17
|/
* (testsuite) Fix chown test "crash" if root user/group is N/A (Alioth: 312306).Leonard Crestez2010-02-011-4/+8
* (testsuite) Fix assert_bash_type perldoc > perlFreddy Vulto2010-01-311-1/+1
* (testsuite) Sync fmt test with other longopt only tests.Ville Skyttä2010-01-301-1/+3
* (testsuite) Don't fail long option tests if command has no long options.Ville Skyttä2010-01-3019-21/+59