Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Assorted minor test tweaks. | Bart Schaefer | 2001-08-22 | 9 | -7/+38 |
| | |||||
* | Don't treat numbers as cd-able vars. | Bart Schaefer | 2001-08-22 | 2 | -1/+6 |
| | |||||
* | Change one var() to tt(). | Bart Schaefer | 2001-08-22 | 1 | -1/+1 |
| | |||||
* | 15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a ↵ | Clint Adams | 2001-08-21 | 2 | -1/+7 |
| | | | | number within an enum. | ||||
* | Better handling of manual section numbers. | Bart Schaefer | 2001-08-21 | 2 | -3/+19 |
| | |||||
* | undo most of 15650, do that in shell code (15669) | Sven Wischnowsky | 2001-08-20 | 3 | -15/+15 |
| | |||||
* | After clarification from D. Korn, remove incorrect remark about autoloading. | Bart Schaefer | 2001-08-19 | 1 | -4/+0 |
| | |||||
* | Fix exit status of zsh -fc '! command' | Bart Schaefer | 2001-08-19 | 2 | -0/+6 |
| | |||||
* | unposted: Functions/Prompts/prompt_adam2_setup: eliminate | Adam Spiers | 2001-08-17 | 2 | -71/+73 |
| | | | | horrible inefficiencies resulting from avoidable fork()s | ||||
* | make insert-tab really default to `true' (15653) | Sven Wischnowsky | 2001-08-17 | 2 | -1/+4 |
| | |||||
* | 15650 | Sven Wischnowsky | 2001-08-17 | 3 | -5/+18 |
| | |||||
* | Fix problem with output bases in zcalc | Peter Stephenson | 2001-08-16 | 2 | -2/+10 |
| | |||||
* | 15639 | Sven Wischnowsky | 2001-08-16 | 2 | -3/+12 |
| | |||||
* | 15638 | Sven Wischnowsky | 2001-08-16 | 2 | -1/+7 |
| | |||||
* | 15621: display of status line was being mucked up; also fix | Geoff Wing | 2001-08-15 | 1 | -0/+8 |
| | | | | | continuation markers "<...." and "<....>" unposted: fix possible seg fault on a screen height shrink | ||||
* | Don't segv if we were displaying n lines and screen was | Geoff Wing | 2001-08-15 | 1 | -1/+1 |
| | | | | resized to less than n lines | ||||
* | 15621: display of status line was being mucked up; continuation | Geoff Wing | 2001-08-15 | 1 | -119/+190 |
| | | | | markers "<...." and "<....>" weren't being display properly | ||||
* | unposted: Mention the word `greedy' in the docs for the S flag, to | Adam Spiers | 2001-08-15 | 2 | -2/+6 |
| | | | | make it easier to find for those used to Perl-speak. | ||||
* | unposted: Add missing docs for cache-policy style. | Adam Spiers | 2001-08-15 | 2 | -0/+9 |
| | |||||
* | 15630: update caching policy for newer versions of rpm. | Adam Spiers | 2001-08-15 | 2 | -1/+9 |
| | |||||
* | Add note about kshautoload behavior. | Bart Schaefer | 2001-08-15 | 1 | -0/+4 |
| | |||||
* | 15629: unzip -Z should behave just as zipinfo does | Clint Adams | 2001-08-14 | 2 | -4/+14 |
| | |||||
* | Adjust test for new typeset restrictions. | Bart Schaefer | 2001-08-13 | 2 | -4/+5 |
| | |||||
* | Fix and regression tests for crash on typeset of local array elements. | Bart Schaefer | 2001-08-13 | 3 | -3/+269 |
| | |||||
* | -[12n] options don't get arguments (15615) | Sven Wischnowsky | 2001-08-13 | 2 | -1/+6 |
| | |||||
* | Peter Breitenlohner: Minor tweaks to some make targets. | Bart Schaefer | 2001-08-12 | 4 | -2/+11 |
| | |||||
* | add exclusion lists to _dd and check for redhat/mandrake in _user_admin | Oliver Kiddle | 2001-08-09 | 3 | -21/+30 |
| | |||||
* | Mention positional parameter issue. | Bart Schaefer | 2001-08-09 | 1 | -0/+3 |
| | |||||
* | 15596 with an unposted tweak to the computil.c change. | Wayne Davison | 2001-08-08 | 1 | -0/+5 |
| | |||||
* | Silence "might be used uninitialized" warnings. | Wayne Davison | 2001-08-08 | 1 | -0/+1 |
| | |||||
* | Got rid of unused variables. | Wayne Davison | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | Silence "might be used uninitialized" warning. | Wayne Davison | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | follow-up to 15588; add -w option to _values (look at all words); change _dd ↵ | Sven Wischnowsky | 2001-08-08 | 4 | -22/+62 |
| | | | | back (15597) | ||||
* | users/4092 | Wayne Davison | 2001-08-07 | 1 | -0/+5 |
| | |||||
* | When rewriting the history file, set histactive to 0 and restore it | Wayne Davison | 2001-08-07 | 1 | -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. | ||||
* | use _x_display when setting $DISPLAY and fix bug in enable completion (15594) | Oliver Kiddle | 2001-08-07 | 3 | -2/+8 |
| | |||||
* | corrections only | Oliver Kiddle | 2001-08-07 | 1 | -3/+3 |
| | |||||
* | Mention FPATH semantics. | Bart Schaefer | 2001-08-07 | 1 | -0/+5 |
| | |||||
* | A list of "standard shell features" that will require changes to zsh | Bart Schaefer | 2001-08-07 | 1 | -0/+48 |
| | | | | behavior for compatibility. | ||||
* | do not complete aliases in equals expansion any more (15590) | Oliver Kiddle | 2001-08-07 | 2 | -7/+6 |
| | |||||
* | make _dd not use already used specs; fix for selecting stuff to complete in ↵ | Sven Wischnowsky | 2001-08-07 | 4 | -14/+39 |
| | | | | _describe; fix for correction and _describe with grouped lists (15588) | ||||
* | 15586: remove =alias expansion, leaving only =cmd. | Peter Stephenson | 2001-08-07 | 3 | -12/+7 |
| | |||||
* | 15585: bash-style up- and down-case words | Peter Stephenson | 2001-08-07 | 4 | -2/+29 |
| | |||||
* | 15583: ignore CVS directories for a all function installations | Peter Stephenson | 2001-08-07 | 2 | -1/+8 |
| | |||||
* | increment zwc fie version (which means changing the magic number) (15584) | Sven Wischnowsky | 2001-08-07 | 2 | -2/+7 |
| | |||||
* | correct mistake with 15574 | Oliver Kiddle | 2001-08-06 | 1 | -1/+1 |
| | |||||
* | correction (unposted) | Oliver Kiddle | 2001-08-06 | 1 | -1/+1 |
| | |||||
* | share descriptions for long/short opts in more completions and other changes | Oliver Kiddle | 2001-08-06 | 14 | -276/+287 |
| | |||||
* | new BSD completion and fix _chown for symlinks | Oliver Kiddle | 2001-08-03 | 5 | -13/+65 |
| | |||||
* | 15551: complete presumably compressed files for gzip -t and -l | Clint Adams | 2001-07-31 | 2 | -1/+8 |
| |