summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Note test suite dependencies.Ville Skyttä2011-01-031-1/+1
|
* Note autotools installation steps.Ville Skyttä2011-01-021-11/+14
|
* Drop support for bash < 3.2.Ville Skyttä2010-03-061-33/+3
|
* Update patch submission guidelines.Ville Skyttä2010-01-241-5/+9
|
* Remove/rephrase some obsolete bash 2 related comments.Ville Skyttä2010-01-031-4/+4
|
* Add echo/printf and command/builtin considerations.Ville Skyttä2009-12-151-0/+4
|
* Note POSIX spec.Ville Skyttä2009-11-031-2/+5
|
* obsoletes itemsGuillaume Rousse2009-10-261-26/+0
|
* bash < 3 support removal step 3: update documentation.Ville Skyttä2009-10-221-77/+17
|
* Add portability note to long option preference.Ville Skyttä2009-10-181-0/+4
|
* Note preference towards long options only.Ville Skyttä2009-10-181-0/+14
|
* Various updates.Ville Skyttä2009-10-131-21/+26
|
* Update freshmeat.net URLs.Ville Skyttä2009-10-131-4/+4
|
* Add note about compgen -- $cur vs embedding $cur in external command arguments.Ville Skyttä2009-04-141-0/+10
|
* Spelling fixes.Ville Skyttä2009-01-101-3/+3
|
* README updated: explain how to use bash-completion correctly.David Paleino2008-11-221-5/+15
| | | (Closes: #482383)
* prepare for releaseLuk Claes2008-06-211-3/+0
|
* Add a section about POSIX quoting issue in bash 3.1.ianmacd2006-03-021-3/+34
| | | | Correct URL to a previous patch for bash 2.05b.
* Mention the use of ~/.inputrc as an alternative to /etc/inputrc.ianmacd2006-02-251-2/+3
|
* Mention useful readline settings, like show-all-if-ambiguous. Suggested byianmacd2006-02-251-7/+31
| | | | Richard Neill <rn214@hermes.cam.ac.uk>.
* Update example code and the text for 3.x.ianmacd2006-02-251-29/+59
|
* Fix typo.ianmacd2005-07-111-3/+3
|
* - add urpmi URLsianmacd2003-09-131-1/+4
|
* - add note about where urpmi completion now livesianmacd2003-09-131-1/+27
| | | | - add note about why rpm -q completion can be slow
* - add an FAQ about zshianmacd2003-08-181-1/+9
|
* - add details of using /etc/profile.d and how to deal with MacOS Xianmacd2003-08-031-4/+28
|
* - add FAQ on circumventing restricted file name completion of bash completionianmacd2003-04-211-8/+15
| | | | by using M-/
* - add FAQ entry on colons starting a new completion tokenianmacd2002-12-171-95/+133
|
* - add paragraph to section on contributing about not writing to file-systemianmacd2002-12-051-1/+5
|
* - add a CONTRIBUTING sectionianmacd2002-10-261-1/+96
|
* - corrections to tar commentsianmacd2002-06-251-3/+4
|
* - add section on symlinks to directories having nothing to do withianmacd2002-06-251-1/+13
| | | | bash_completion
* - update FAQ to mention tar completion and $COMP_TAR_INTERNAL_PATHSianmacd2002-06-251-1/+24
|
* - add part on setting $BASH_COMPLETION prior to sourcing main fileianmacd2002-04-221-8/+13
| | | | - add details on how to subscribe to new release announcements
* - add FAQs for $COMP_CVS_REMOTE and $COMP_CONFIGURE_HINTSianmacd2002-04-031-1/+23
|
* - add text to explain that we now handle the lack of comp{gen,plete} -oianmacd2002-04-031-1/+3
| | | | in bash 2.04 in the completion code
* - add FAQs on $BASH_COMPLETION_DIR and ratingianmacd2002-03-111-1/+18
|
* - added information to TROUBLESHOOTING section on use of set -[vx] to produceianmacd2002-03-021-1/+12
| | | | | | debugging output - added information to KNOWN PROBLEMS on how the code often assumes GNU versions of various text utilities
* - remove KNOWN PROBLEMS section on compgen errors, as I think I've got themianmacd2002-02-271-26/+16
| | | | | licked now - start work on FAQ section
* - added section to KNOWN PROBLEMS about have() only checking for commandsianmacd2002-02-251-1/+15
| | | | | in $PATH, so that sudo completion ccan't perform subcompletion for commands in /sbin and other such directories
* - added KNOWN PROBLEMS section with information on cd issue within Makefilesianmacd2002-02-251-1/+31
| | | | and compgen errors when passed a parameter that begins with a hyphen
* add troubleshooting information about bash 2.05 not appending a / whenianmacd2002-02-201-3/+12
| | | | complete -o filenames is used
* add text on sourcing bash_completion from /etc/bashrcianmacd2002-02-121-4/+30
|
* a very simple README fileianmacd2002-02-091-0/+26