about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 22272: 4.3.0-dev-4 zsh-4.3.0-dev-4Peter Stephenson2006-02-166-20/+82
* 22270Wayne Davison2006-02-151-0/+5
* Added a test for ${name+$array$scalar}.Wayne Davison2006-02-151-0/+5
* Fixed another ${name+word} problem when word consisted of anWayne Davison2006-02-151-29/+19
* unposted: fix _perforce to allow matching control on files from p4 outputPeter Stephenson2006-02-152-28/+78
* 22268: ${1+"$@"} fix.Wayne Davison2006-02-151-0/+7
* Document that quoting may be used in the word portion of theWayne Davison2006-02-151-1/+5
* - Some changes to handle ${1+"$@"} being fixed.Wayne Davison2006-02-151-13/+149
* - Fixed: setopt shwordsplit; set 1 '2 3' 4; print -l ${1+"$@"}Wayne Davison2006-02-151-36/+89
* Mention that the user can request field-splitting inWayne Davison2006-02-151-2/+2
* 22215 and 22217.Wayne Davison2006-02-131-0/+13
* Replaced a flawed look-behind algorithm for backslash detectionWayne Davison2006-02-131-8/+8
* Made add_match_data() look for invalid multibyte chars in theWayne Davison2006-02-131-4/+61
* Call makecommaspecial() when we notice we're completing insideWayne Davison2006-02-131-0/+5
* Added the makecommaspecial() routine that completion uses whenWayne Davison2006-02-131-0/+14
* 22235: Eric Mangold: twisted completionPeter Stephenson2006-02-122-0/+89
* 22237: location of man pages on NetBSDPeter Stephenson2006-02-122-1/+6
* 22234: Adeodato Simó's quilt completion improvements.Clint Adams2006-02-112-1/+26
* Fixed suffix removal.Wayne Davison2006-02-091-0/+5
* Call ZS_memchr() instead of plain memchr() so that suffix-removalWayne Davison2006-02-091-2/+2
* Define ZS_memchr() as either wmemchr() or memchr().Wayne Davison2006-02-091-0/+2
* unposted: update some .distfiles.Clint Adams2006-02-094-52/+54
* 22205: patch from R.Ramkumar to use the argument to -C in make completion.Clint Adams2006-02-092-10/+44
* One more _rsync change.Wayne Davison2006-02-071-0/+5
* Added one last (I hope) new option for the imminent 2.6.7.Wayne Davison2006-02-071-0/+1
* 22200: process text wasn't unmetafied for output.Peter Stephenson2006-02-072-4/+20
* 22198: do always set HOME in native emulationPeter Stephenson2006-02-075-9/+38
* Silenced a compiler warning.Wayne Davison2006-02-071-0/+5
* Added the missing return value to a newly-added "return".Wayne Davison2006-02-071-1/+1
* 4.3.0-dev-3 zsh-4.3.0-dev-3Peter Stephenson2006-02-064-4/+14
* 22195: don't set HOME in the shellPeter Stephenson2006-02-061-0/+6
* 22195: don't set HOME in the shellPeter Stephenson2006-02-066-16/+23
* More _rsync changes.Wayne Davison2006-02-051-0/+5
* - Fixed completion after using the -f option due to a trailing ':',Wayne Davison2006-02-051-24/+23
* 22193: completion for wanna-build.Clint Adams2006-02-052-0/+49
* 22192: remove comments from .ssh/known_hostsPeter Stephenson2006-02-042-1/+6
* 22191: from Danek Duvall: neaten host and user completionsPeter Stephenson2006-02-033-3/+11
* 22187: improved _hostsPeter Stephenson2006-02-032-13/+32
* Added one more new option for 2.6.7.Wayne Davison2006-01-311-2/+3
* Updated _rsync.Wayne Davison2006-01-301-0/+5
* Added options for upcoming 2.6.7 release.Wayne Davison2006-01-301-11/+38
* 22179: complete audio files and playlists based on a list of file extensions ...Clint Adams2006-01-292-1/+7
* 22174: fix misspelling of -Q for oggdec.Clint Adams2006-01-282-1/+6
* 22169: hook function zle-keymap-select called when $KEYMAP changesPeter Stephenson2006-01-283-3/+37
* 22168: add options and handling for new subcommands added in 22166 except for...Clint Adams2006-01-212-4/+90
* 22167: completion for GNU cp.Clint Adams2006-01-212-0/+35
* 22166: add new bts subcommands (clone, submitter, found, notfound, block,Clint Adams2006-01-212-1/+10
* 22165: change "zshparams" to "zshparam".Clint Adams2006-01-184-3/+8
* Fixed a couple free()-related bugs in the %D prompt-expansion code.Wayne Davison2006-01-171-0/+5
* Tweaked the code that handles %D so that: (1) we don't free() a NULLWayne Davison2006-01-171-4/+3