Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-09-17 | Fixed doisearch() to not switch lines unless zlereadflags has | Wayne Davison | 1 | -1/+2 | |
ZLRF_HISTORY set. | |||||
2001-09-15 | With HIST_NO_STORE, don't ignore what looks like a history command if | Wayne Davison | 1 | -5/+11 | |
we're really going to call a user-defined shell function. | |||||
2001-09-13 | + Changed addhistnum() to return firsthist()-1 or curhist+1 on error. | Wayne Davison | 1 | -1/+3 | |
+ Ignore the "r" command if HIST_NO_STORE is set. | |||||
2001-09-13 | + Changed fclist() to not not transform "fc -l 0 0" into "fc -l 1 1". | Wayne Davison | 1 | -3/+3 | |
+ Changed fcgetcomm() to handle new error return from addhistnum(). | |||||
2001-09-10 | 15780: rename **arg to **dargs | Clint Adams | 1 | -18/+20 | |
2001-09-10 | 15779: ztcp -d | Clint Adams | 1 | -22/+57 | |
2001-09-10 | stupid bugfixes | Clint Adams | 1 | -5/+8 | |
2001-09-10 | unposted: stupid -a bug | Clint Adams | 1 | -4/+3 | |
2001-09-10 | 15771: ztcp -t | Clint Adams | 1 | -5/+22 | |
2001-09-09 | 15769: ztcp -a | Clint Adams | 2 | -21/+53 | |
2001-09-09 | 1576x: take service names, stuff fd numbers into $REPLY | Clint Adams | 1 | -14/+27 | |
2001-09-09 | 15766: ztcp -l | Clint Adams | 2 | -40/+120 | |
2001-09-09 | 15765: introduce [:ascii:] class | Clint Adams | 1 | -12/+19 | |
2001-09-08 | 1596x: ztcp -v | Clint Adams | 1 | -2/+8 | |
2001-09-08 | 15762: introduce ztcp builtin | Clint Adams | 4 | -108/+325 | |
2001-09-03 | 15734: zle -K option to select a keymap, and zle KEYMAP parameter to | Andrew Main | 6 | -5/+33 | |
examine the current selection. | |||||
2001-08-28 | handle possible NULL pointer returned from bufferwords() (15717) | Sven Wischnowsky | 3 | -10/+10 | |
2001-08-27 | Fix PS2 for dquote nested in braceparam. | Bart Schaefer | 1 | -0/+2 | |
2001-08-25 | Fix crash on re-entry to loop() from preprompt(). | Bart Schaefer | 1 | -1/+6 | |
2001-08-24 | test if hash table pointer is NULL to avoid SEGV with compstate=() (15705) | Sven Wischnowsky | 1 | -0/+3 | |
2001-08-21 | 15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a ↵ | Clint Adams | 1 | -1/+1 | |
number within an enum. | |||||
2001-08-20 | undo most of 15650, do that in shell code (15669) | Sven Wischnowsky | 1 | -10/+4 | |
2001-08-19 | Fix exit status of zsh -fc '! command' | Bart Schaefer | 1 | -0/+2 | |
2001-08-17 | 15650 | Sven Wischnowsky | 1 | -4/+10 | |
2001-08-16 | 15639 | Sven Wischnowsky | 1 | -3/+9 | |
2001-08-15 | Don't segv if we were displaying n lines and screen was | Geoff Wing | 1 | -1/+1 | |
resized to less than n lines | |||||
2001-08-15 | 15621: display of status line was being mucked up; continuation | Geoff Wing | 1 | -119/+190 | |
markers "<...." and "<....>" weren't being display properly | |||||
2001-08-13 | Fix and regression tests for crash on typeset of local array elements. | Bart Schaefer | 1 | -2/+17 | |
2001-08-08 | Silence "might be used uninitialized" warnings. | Wayne Davison | 1 | -0/+1 | |
2001-08-08 | Got rid of unused variables. | Wayne Davison | 1 | -1/+1 | |
2001-08-08 | Silence "might be used uninitialized" warning. | Wayne Davison | 1 | -1/+1 | |
2001-08-08 | follow-up to 15588; add -w option to _values (look at all words); change _dd ↵ | Sven Wischnowsky | 1 | -5/+41 | |
back (15597) | |||||
2001-08-07 | When rewriting the history file, set histactive to 0 and restore it | Wayne Davison | 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. | |||||
2001-08-07 | 15586: remove =alias expansion, leaving only =cmd. | Peter Stephenson | 1 | -9/+3 | |
2001-08-07 | increment zwc fie version (which means changing the magic number) (15584) | Sven Wischnowsky | 1 | -2/+2 | |
2001-07-30 | (15526) | Sven Wischnowsky | 1 | -4/+4 | |
2001-07-27 | (15509) | Sven Wischnowsky | 2 | -230/+216 | |
2001-07-25 | move pattern matching in the loop to make sure all match specs are used (15487) | Sven Wischnowsky | 1 | -2/+3 | |
2001-07-25 | another fix for 15477 (separator strings); add list-separator style (15484) | Sven Wischnowsky | 1 | -3/+4 | |
2001-07-25 | fixlet for 15477, don't let it remove consecutive dummy matches (15482) | Sven Wischnowsky | 2 | -3/+5 | |
2001-07-25 | make display for groups in _describe nicer; improve packing with ↵ | Sven Wischnowsky | 6 | -134/+469 | |
list_packed; leave space for type character (list_types) only in groups with at least one file name (15477) | |||||
2001-07-24 | remove nulargs in here strings (15470) | Sven Wischnowsky | 1 | -0/+3 | |
2001-07-20 | don't use compsuffix when it might be freed; use the right variable in that ↵ | Sven Wischnowsky | 1 | -5/+7 | |
loop there, dammit (15433) | |||||
2001-07-19 | yet another followup to 15497; make _describe filter out non-matching ↵ | Sven Wischnowsky | 1 | -3/+3 | |
strings before calling compdescribe, otherwise some matches will be hiddens (15415) | |||||
2001-07-18 | fix for 15407; there may be sets without matches (15409) | Sven Wischnowsky | 1 | -2/+3 | |
2001-07-18 | add list-grouped option to make options and such be grouped together if they ↵ | Sven Wischnowsky | 3 | -155/+251 | |
have the same description; matches with line-display strings can be hidden; hi and du capabalities in complist are only used if set by the user (15407) | |||||
2001-07-10 | (15357) | Sven Wischnowsky | 2 | -1/+3 | |
2001-07-09 | 15334: use string "(eval)" as script name in debugging messages in eval's | Peter Stephenson | 1 | -0/+6 | |
2001-07-09 | Fix function stack unwinding on autoload failures. | Bart Schaefer | 1 | -6/+7 | |
2001-07-09 | 15327: always use local LINENOs in parse_string(). | Peter Stephenson | 7 | -14/+14 | |