summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-09-0815762: introduce ztcp builtinClint Adams5-108/+331
2001-09-0615740: tolerate /usr/local directories in $fpath on Debian where root:staff ↵Clint Adams2-1/+12
2755.
2001-09-0615739: use getent instead of /etc/group if possibleClint Adams2-1/+8
2001-09-0315734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main8-5/+53
examine the current selection.
2001-08-28handle zsh options in _shPeter Stephenson2-0/+11
2001-08-28zmv fixesPeter Stephenson2-8/+12
2001-08-28handle possible NULL pointer returned from bufferwords() (15717)Sven Wischnowsky4-10/+16
2001-08-2715713Wayne Davison1-0/+5
2001-08-27Added package-specification options to --verify.Wayne Davison1-2/+2
2001-08-27Fix PS2 for dquote nested in braceparam.Bart Schaefer2-0/+7
2001-08-25Remark about array-ness of ksh parameters.Bart Schaefer1-0/+4
2001-08-25Parameter expansion doc mop-up.Bart Schaefer2-122/+148
2001-08-25Fix crash on re-entry to loop() from preprompt().Bart Schaefer2-1/+11
2001-08-24test if hash table pointer is NULL to avoid SEGV with compstate=() (15705)Sven Wischnowsky2-0/+8
2001-08-2215683: completion for links(1)Clint Adams3-1/+38
2001-08-22Assorted minor test tweaks.Bart Schaefer9-7/+38
2001-08-22Don't treat numbers as cd-able vars.Bart Schaefer2-1/+6
2001-08-22Change one var() to tt().Bart Schaefer1-1/+1
2001-08-2115675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a ↵Clint Adams2-1/+7
number within an enum.
2001-08-21Better handling of manual section numbers.Bart Schaefer2-3/+19
2001-08-20undo most of 15650, do that in shell code (15669)Sven Wischnowsky3-15/+15
2001-08-19After clarification from D. Korn, remove incorrect remark about autoloading.Bart Schaefer1-4/+0
2001-08-19Fix exit status of zsh -fc '! command'Bart Schaefer2-0/+6
2001-08-17unposted: Functions/Prompts/prompt_adam2_setup: eliminateAdam Spiers2-71/+73
horrible inefficiencies resulting from avoidable fork()s
2001-08-17make insert-tab really default to `true' (15653)Sven Wischnowsky2-1/+4
2001-08-1715650Sven Wischnowsky3-5/+18
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.