about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* unposted: 4.3.0-dev-5 zsh-4.3.0-dev-5Peter Stephenson2006-02-202-3/+7
* Optimized away a recently-added call to strlen().Wayne Davison2006-02-201-1/+1
* 22289: completion for linda.Clint Adams2006-02-202-0/+31
* One last compcore tweak.Wayne Davison2006-02-201-0/+3
* Made the realocation of the line buffer in add_match_data() use aWayne Davison2006-02-191-8/+9
* 22285: assorted fixes:Peter Stephenson2006-02-195-6/+30
* 22284: add --disable-dynamic-nss configure switch to disable use of getpw*(),...Clint Adams2006-02-198-13/+62
* Another _rsync tweak.Wayne Davison2006-02-191-1/+6
* Added the missing -h option for --daemon mode.Wayne Davison2006-02-191-1/+2
* users/9936Wayne Davison2006-02-181-0/+5
* The code in add_match_data() that looks for invalid charactersWayne Davison2006-02-181-25/+26
* A few more minor D04parameter.ztst additions.Wayne Davison2006-02-171-0/+4
* Make sure that the (A) assignment of a single-item array retainsWayne Davison2006-02-171-1/+22
* Weed out hashed-entry lines from the known_hosts file.Wayne Davison2006-02-161-0/+3
* Weed out hashed host lines that start with a '|' since they'reWayne Davison2006-02-161-1/+1
* 22275Wayne Davison2006-02-161-0/+3
* A few more improvements about word splitting.Wayne Davison2006-02-161-5/+9
* The rest of 22273.Wayne Davison2006-02-161-1/+3
* Test that ${(A)=name:=word} avoids splitting on quoted whitespace.Wayne Davison2006-02-161-1/+2
* Made ${(A)=name:=word} (which is an array assignment) not split onWayne Davison2006-02-161-14/+10
* 22273 (1st hunk) to fix a typo in README.Wayne Davison2006-02-161-0/+4
* Changed "following" to "preceding".Wayne Davison2006-02-161-1/+1
* 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