about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
* 16461: a number of minor completion function updatesOliver Kiddle2002-01-1621-44/+75
|
* 16449: new chkconfig completion for both the RedHat and IRIX commandsOliver Kiddle2002-01-141-0/+33
|
* 16443: fix urpmi.addmedia --distrib; set cache policy just onceAndrey Borzenkov2002-01-141-11/+12
|
* 16437: changes for new urpi in cookerAndrey Borzenkov2002-01-131-100/+113
|
* allow manual pages to be shown separated by section with new ↵Sven Wischnowsky2002-01-102-2/+23
| | | | separate-sections style (16426)
* fix nested _tags-loops by re-initialising the outer one when leaving the ↵Sven Wischnowsky2002-01-071-2/+3
| | | | inner one (16407)
* fixes for completion of signal names with SIG prefix and for completing ↵Sven Wischnowsky2002-01-073-9/+17
| | | | command names instead of pids (16406)
* users/4483: with "cvs add" et al., complete names of locally removed (butBart Schaefer2002-01-061-1/+1
| | | | not committed) files.
* 16398: updated zstyle completion and related cleanupOliver Kiddle2002-01-045-65/+121
|
* 16397: use nul instead of colon to avoid problems with _value: functionsOliver Kiddle2002-01-031-21/+16
|
* 16396: fix argument handling bugsOliver Kiddle2002-01-031-6/+10
|
* 16393: completion for Christoph Martin's apt-show-versions script.Clint Adams2002-01-032-1/+22
|
* users/4561: fix code for finding the zipfile's name in the current command-lineOliver Kiddle2002-01-021-4/+2
|
* 16384: new completion for xli/xloadimage and factor out completion of X visualsOliver Kiddle2002-01-028-6/+99
|
* 16375: command completion for fshClint Adams2001-12-262-0/+24
|
* 16372: allow signal names to be prefixed by `SIG' with kill builtin and fixOliver Kiddle2001-12-211-1/+2
| | | | problem with no argument to kill -n and -s options
* add missing description argument in _values calls (16366)Oliver Kiddle2001-12-193-5/+6
|
* new ifconfig completion (16366)Oliver Kiddle2001-12-194-2/+106
|
* 16349: completion for make-kpkgClint Adams2001-12-172-1/+25
|
* 16336: use apt-cache --generate pkgnames instead of dumpavailClint Adams2001-12-141-3/+1
|
* 16335: apt-cache -g, --all-names, --recurse, pkgnames, dotty, policy completionsClint Adams2001-12-141-1/+7
|
* allow tag-order to select order of files and urls (16323)Oliver Kiddle2001-12-122-11/+2
|
* allow tag-order to select order of files and urls (16330)Oliver Kiddle2001-12-124-28/+30
|
* 16327: glob for udebs as well as debsClint Adams2001-12-111-15/+15
|
* 16326: completion for mozilla, some more web browsers in webbrowserClint Adams2001-12-113-1/+101
|
* 16325: update for wget 1.8Oliver Kiddle2001-12-111-11/+18
|
* new mtools completionOliver Kiddle2001-12-112-1/+157
|
* 16320: factor out file system completion to new functionOliver Kiddle2001-12-114-37/+60
|
* 16315: completion for spamassassinClint Adams2001-12-092-1/+16
|
* users/4503: don't complete source or header files after gcc -oPeter Stephenson2001-12-071-1/+1
|
* users/4519: complete files in all argument positions for zip (bug fix)Oliver Kiddle2001-12-061-1/+1
|
* 16293: completion for arpingClint Adams2001-11-292-1/+21
|
* 16292: completion for rsyncClint Adams2001-11-292-1/+6
|
* 16291: Gergely Nagy: check ~/.dupload.conf, tweak sed expression to handle ↵Clint Adams2001-11-261-1/+1
| | | | hooks.
* 16264: don't use grep and sed in _dputClint Adams2001-11-181-3/+1
|
* Fix typo in _urpmi for urpmi.addmediaChmouel Boudjnah2001-11-161-1/+1
|
* 16257: completion for dput from Tollef Fog Heen <tollef@add.no>Clint Adams2001-11-152-1/+32
|
* unposted: version 4.1.0-dev-3 with associated .distfiles tidying zsh-4.1.0-dev-3Peter Stephenson2001-11-152-0/+7
|
* 16254: complete map names after ypmatchPeter Stephenson2001-11-151-1/+2
| | | | 16255: options for default output base for zcalc
* 16247: Mandrake _urpmi completionAndrey Borzenkov2001-11-141-0/+111
|
* 16224: add -n option to kill and complete options from _killOliver Kiddle2001-11-063-13/+24
|
* 16177: also look in /usr/lib/locale/TZ for time zonesOliver Kiddle2001-11-021-1/+1
|
* 16197: `limit' accepts `unlimited'.Bart Schaefer2001-11-013-8/+17
|
* 16174: complete value of $TZOliver Kiddle2001-10-264-6/+13
|
* 16092: Completion/Unix/Command/_mysql_utils: don't override settings in ↵Adam Spiers2001-10-221-3/+3
| | | | ~/.my.cnf
* fix: make _describe handle (...) arguments correctly; use _file_descriptors ↵Sven Wischnowsky2001-10-193-5/+19
| | | | after -t in conditions; don't display empty descriptions in _file_descriptors (16085)
* 16078: zip -rClint Adams2001-10-171-1/+2
|
* don't use _comp_ignore while building paths, only at end (16076)Sven Wischnowsky2001-10-171-4/+4
|
* Fix typos.Bart Schaefer2001-10-141-2/+2
|
* use expanded paths (expand style with value prefix) only when we are at the ↵Sven Wischnowsky2001-10-111-2/+6
| | | | last matcher spec (16002)