about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Don't append a / when completing after [-+]*.Bart Schaefer2001-04-111-3/+4
|
* Strip %[BSubsu] as well as %{*%} before computing width of prompt.Bart Schaefer2001-04-111-6/+6
|
* Update a comment.Bart Schaefer2001-04-111-1/+1
|
* add _arguments based completion for alias and jobs (13947)Oliver Kiddle2001-04-116-7/+31
|
* Fixed a filename.Wayne Davison2001-04-111-1/+1
|
* 13942Wayne Davison2001-04-111-0/+7
|
* Updated the "preexec" docs.Wayne Davison2001-04-111-2/+8
|
* Fixed a bug where the call to function "preexec" might pass the wrongWayne Davison2001-04-111-1/+9
| | | | | history line. Added two extra args to preexec to give the user more info on the command that is about to be executed.
* Mapfile fix from Bart: dupstring parameter name to avoid static buffer overusePeter Stephenson2001-04-112-0/+6
|
* Enhanced should_ignore_line().Wayne Davison2001-04-101-0/+5
|
* Slightly optimized should_ignore_line() by using getjobtext() ratherWayne Davison2001-04-101-9/+3
| | | | than getpermtext().
* Mention 13936.Wayne Davison2001-04-091-2/+2
|
* Bart's change makes terminfo_nam[] needed when HAVE_TIGETSTR is notWayne Davison2001-04-091-1/+2
| | | | defined.
* Silence some compiler warnings.Wayne Davison2001-04-091-0/+5
|
* Silence several warnings when HAVE_TIGETSTR is not defined.Wayne Davison2001-04-091-4/+11
|
* Fixes for 13922.Bart Schaefer2001-04-094-12/+11
|
* Make termcap and terminfo modules always loadable.Bart Schaefer2001-04-095-23/+61
|
* 4.0.1-pre-3 version change with some .distfiles updates zsh-4.0.1-pre-3Peter Stephenson2001-04-094-2/+8
|
* Improve prompt when compaudit finds badness.Bart Schaefer2001-04-062-1/+7
|
* indent fixSven Wischnowsky2001-04-061-1/+1
|
* test for unset in pipestatussetfn() (13917)Sven Wischnowsky2001-04-062-4/+10
|
* (13916)Sven Wischnowsky2001-04-062-2/+6
|
* workers/13914Felix Rosencrantz2001-04-061-0/+6
|
* workers/13914: Added call to _normal after specified class name, and added ↵Felix Rosencrantz2001-04-061-2/+11
| | | | completion of filenames in jar archive after -x flag
* Fix typos.Bart Schaefer2001-04-051-2/+2
|
* Two new shell functions and a change to an old one.Bart Schaefer2001-04-051-0/+11
|
* Better handling of long command strings, faster padding computation.Bart Schaefer2001-04-051-13/+29
|
* Methods for avoiding the nopromptcr problem, from users/3401 and more.Bart Schaefer2001-04-051-0/+95
|
* Write history entries for jobs resumed with fg/bg; from users/3795, plusBart Schaefer2001-04-051-0/+29
| | | | a couple of minor bugfixes.
* 13909: bad tilde files in some .distfilesClint Adams2001-04-054-4/+7
|
* complete only those single letter options with the right prefix character ↵Sven Wischnowsky2001-04-052-0/+5
| | | | (13908)
* fix for reverse subscripting of strings as second part of subscript ↵Sven Wischnowsky2001-04-052-2/+9
| | | | ($a[x,(r)..]) (13907)
* add -W option to _arguments, which allows to complete options after options ↵Sven Wischnowsky2001-04-045-13/+41
| | | | that take an argument in the next word (13902)
* 13899: OSTYPE checkingClint Adams2001-04-032-6/+7
|
* new completion functionsOliver Kiddle2001-04-036-4/+44
|
* (13892) fixes for fpaths and completion matchingSven Wischnowsky2001-04-034-3/+11
|
* 13889: move _apm to Unix/Command, add OpenBSD supportClint Adams2001-04-024-7/+23
|
* Skip CVS subdirectories when installing functions.Bart Schaefer2001-04-022-0/+5
|
* 13884: apm for FreeBSD 4.1Clint Adams2001-04-022-0/+27
|
* cleanup after function moveSven Wischnowsky2001-04-025-1/+29
|
* more after-move cleanupSven Wischnowsky2001-04-026-96/+0
|
* functions movedSven Wischnowsky2001-04-021-0/+3
|
* after-move cleanupSven Wischnowsky2001-04-0229-225/+1357
|
* new _zedSven Wischnowsky2001-04-021-0/+7
|
* new or changed after moveSven Wischnowsky2001-04-0222-0/+130
|
* new after moveSven Wischnowsky2001-04-021-0/+5
|
* changed after moving functionsSven Wischnowsky2001-04-0216-89/+50
|
* moved from ./Test/55arguments.ztstSven Wischnowsky2001-04-021-0/+149
|
* moved to ./Test/Y03arguments.ztstSven Wischnowsky2001-04-021-149/+0
|
* moved from ./Test/54compmatch.ztstSven Wischnowsky2001-04-021-0/+673
|