summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-08-16Fix problem with output bases in zcalcPeter Stephenson2-2/+10
2001-08-1615639Sven Wischnowsky2-3/+12
2001-08-1615638Sven Wischnowsky2-1/+7
2001-08-1515621: display of status line was being mucked up; also fixGeoff Wing1-0/+8
continuation markers "<...." and "<....>" unposted: fix possible seg fault on a screen height shrink
2001-08-15Don't segv if we were displaying n lines and screen wasGeoff Wing1-1/+1
resized to less than n lines
2001-08-1515621: display of status line was being mucked up; continuationGeoff Wing1-119/+190
markers "<...." and "<....>" weren't being display properly
2001-08-15unposted: Mention the word `greedy' in the docs for the S flag, toAdam Spiers2-2/+6
make it easier to find for those used to Perl-speak.
2001-08-15unposted: Add missing docs for cache-policy style.Adam Spiers2-0/+9
2001-08-1515630: update caching policy for newer versions of rpm.Adam Spiers2-1/+9
2001-08-15Add note about kshautoload behavior.Bart Schaefer1-0/+4
2001-08-1415629: unzip -Z should behave just as zipinfo doesClint Adams2-4/+14
2001-08-13Adjust test for new typeset restrictions.Bart Schaefer2-4/+5
2001-08-13Fix and regression tests for crash on typeset of local array elements.Bart Schaefer3-3/+269
2001-08-13-[12n] options don't get arguments (15615)Sven Wischnowsky2-1/+6
2001-08-12Peter Breitenlohner: Minor tweaks to some make targets.Bart Schaefer4-2/+11
2001-08-09add exclusion lists to _dd and check for redhat/mandrake in _user_adminOliver Kiddle3-21/+30
2001-08-09Mention positional parameter issue.Bart Schaefer1-0/+3
2001-08-0815596 with an unposted tweak to the computil.c change.Wayne Davison1-0/+5
2001-08-08Silence "might be used uninitialized" warnings.Wayne Davison1-0/+1
2001-08-08Got rid of unused variables.Wayne Davison1-1/+1
2001-08-08Silence "might be used uninitialized" warning.Wayne Davison1-1/+1
2001-08-08follow-up to 15588; add -w option to _values (look at all words); change _dd ↵Sven Wischnowsky4-22/+62
back (15597)
2001-08-07users/4092Wayne Davison1-0/+5
2001-08-07When rewriting the history file, set histactive to 0 and restore itWayne Davison1-0/+5
when we're done. This prevents the loss of the file's last line when a signal causes us to rewrite it. Also restore the value of histsiz.
2001-08-07use _x_display when setting $DISPLAY and fix bug in enable completion (15594)Oliver Kiddle3-2/+8
2001-08-07corrections onlyOliver Kiddle1-3/+3
2001-08-07Mention FPATH semantics.Bart Schaefer1-0/+5
2001-08-07A list of "standard shell features" that will require changes to zshBart Schaefer1-0/+48
behavior for compatibility.
2001-08-07do not complete aliases in equals expansion any more (15590)Oliver Kiddle2-7/+6
2001-08-07make _dd not use already used specs; fix for selecting stuff to complete in ↵Sven Wischnowsky4-14/+39
_describe; fix for correction and _describe with grouped lists (15588)
2001-08-0715586: remove =alias expansion, leaving only =cmd.Peter Stephenson3-12/+7
2001-08-0715585: bash-style up- and down-case wordsPeter Stephenson4-2/+29
2001-08-0715583: ignore CVS directories for a all function installationsPeter Stephenson2-1/+8
2001-08-07increment zwc fie version (which means changing the magic number) (15584)Sven Wischnowsky2-2/+7
2001-08-06correct mistake with 15574Oliver Kiddle1-1/+1
2001-08-06correction (unposted)Oliver Kiddle1-1/+1
2001-08-06share descriptions for long/short opts in more completions and other changesOliver Kiddle14-276/+287
2001-08-03new BSD completion and fix _chown for symlinksOliver Kiddle5-13/+65
2001-07-3115551: complete presumably compressed files for gzip -t and -lClint Adams2-1/+8
2001-07-31fix for changed listing layout (15549)Sven Wischnowsky2-1/+5
2001-07-30(15526)Sven Wischnowsky3-4/+19
2001-07-2715511: zcalc tweaksPeter Stephenson3-2/+17
2001-07-27(15509)Sven Wischnowsky4-232/+226
2001-07-2715507: new zcalc functionPeter Stephenson4-1/+187
15508: cvs tag didn't complete tags despite it's claim.
2001-07-26fix posixbuiltins test to allow for an external `print' command (15503)Oliver Kiddle2-2/+7
2001-07-2615498: zle doc fixPeter Stephenson3-11/+33
2001-07-25Fix typo.Bart Schaefer2-1/+3
2001-07-25More index entry etc. cleanup.Bart Schaefer2-38/+55
2001-07-25move pattern matching in the loop to make sure all match specs are used (15487)Sven Wischnowsky3-45/+54
2001-07-25some more places where list-separator should be used (15485)Sven Wischnowsky5-16/+27