about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Added package-specification options to --verify.Wayne Davison2001-08-271-2/+2
* Fix PS2 for dquote nested in braceparam.Bart Schaefer2001-08-272-0/+7
* Remark about array-ness of ksh parameters.Bart Schaefer2001-08-251-0/+4
* Parameter expansion doc mop-up.Bart Schaefer2001-08-252-122/+148
* Fix crash on re-entry to loop() from preprompt().Bart Schaefer2001-08-252-1/+11
* test if hash table pointer is NULL to avoid SEGV with compstate=() (15705)Sven Wischnowsky2001-08-242-0/+8
* 15683: completion for links(1)Clint Adams2001-08-223-1/+38
* Assorted minor test tweaks.Bart Schaefer2001-08-229-7/+38
* Don't treat numbers as cd-able vars.Bart Schaefer2001-08-222-1/+6
* Change one var() to tt().Bart Schaefer2001-08-221-1/+1
* 15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a n...Clint Adams2001-08-212-1/+7
* Better handling of manual section numbers.Bart Schaefer2001-08-212-3/+19
* undo most of 15650, do that in shell code (15669)Sven Wischnowsky2001-08-203-15/+15
* After clarification from D. Korn, remove incorrect remark about autoloading.Bart Schaefer2001-08-191-4/+0
* Fix exit status of zsh -fc '! command'Bart Schaefer2001-08-192-0/+6
* unposted: Functions/Prompts/prompt_adam2_setup: eliminateAdam Spiers2001-08-172-71/+73
* make insert-tab really default to `true' (15653)Sven Wischnowsky2001-08-172-1/+4
* 15650Sven Wischnowsky2001-08-173-5/+18
* Fix problem with output bases in zcalcPeter Stephenson2001-08-162-2/+10
* 15639Sven Wischnowsky2001-08-162-3/+12
* 15638Sven Wischnowsky2001-08-162-1/+7
* 15621: display of status line was being mucked up; also fixGeoff Wing2001-08-151-0/+8
* Don't segv if we were displaying n lines and screen wasGeoff Wing2001-08-151-1/+1
* 15621: display of status line was being mucked up; continuationGeoff Wing2001-08-151-119/+190
* unposted: Mention the word `greedy' in the docs for the S flag, toAdam Spiers2001-08-152-2/+6
* unposted: Add missing docs for cache-policy style.Adam Spiers2001-08-152-0/+9
* 15630: update caching policy for newer versions of rpm.Adam Spiers2001-08-152-1/+9
* Add note about kshautoload behavior.Bart Schaefer2001-08-151-0/+4
* 15629: unzip -Z should behave just as zipinfo doesClint Adams2001-08-142-4/+14
* Adjust test for new typeset restrictions.Bart Schaefer2001-08-132-4/+5
* Fix and regression tests for crash on typeset of local array elements.Bart Schaefer2001-08-133-3/+269
* -[12n] options don't get arguments (15615)Sven Wischnowsky2001-08-132-1/+6
* Peter Breitenlohner: Minor tweaks to some make targets.Bart Schaefer2001-08-124-2/+11
* add exclusion lists to _dd and check for redhat/mandrake in _user_adminOliver Kiddle2001-08-093-21/+30
* Mention positional parameter issue.Bart Schaefer2001-08-091-0/+3
* 15596 with an unposted tweak to the computil.c change.Wayne Davison2001-08-081-0/+5
* Silence "might be used uninitialized" warnings.Wayne Davison2001-08-081-0/+1
* Got rid of unused variables.Wayne Davison2001-08-081-1/+1
* Silence "might be used uninitialized" warning.Wayne Davison2001-08-081-1/+1
* follow-up to 15588; add -w option to _values (look at all words); change _dd ...Sven Wischnowsky2001-08-084-22/+62
* users/4092Wayne Davison2001-08-071-0/+5
* When rewriting the history file, set histactive to 0 and restore itWayne Davison2001-08-071-0/+5
* use _x_display when setting $DISPLAY and fix bug in enable completion (15594)Oliver Kiddle2001-08-073-2/+8
* corrections onlyOliver Kiddle2001-08-071-3/+3
* Mention FPATH semantics.Bart Schaefer2001-08-071-0/+5
* A list of "standard shell features" that will require changes to zshBart Schaefer2001-08-071-0/+48
* do not complete aliases in equals expansion any more (15590)Oliver Kiddle2001-08-072-7/+6
* make _dd not use already used specs; fix for selecting stuff to complete in _...Sven Wischnowsky2001-08-074-14/+39
* 15586: remove =alias expansion, leaving only =cmd.Peter Stephenson2001-08-073-12/+7
* 15585: bash-style up- and down-case wordsPeter Stephenson2001-08-074-2/+29