summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2001-09-091576x: take service names, stuff fd numbers into $REPLYClint Adams1-14/+27
2001-09-0915766: ztcp -lClint Adams2-40/+120
2001-09-0915765: introduce [:ascii:] classClint Adams1-12/+19
2001-09-081596x: ztcp -vClint Adams1-2/+8
2001-09-0815762: introduce ztcp builtinClint Adams4-108/+325
2001-09-0315734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main6-5/+33
examine the current selection.
2001-08-28handle possible NULL pointer returned from bufferwords() (15717)Sven Wischnowsky3-10/+10
2001-08-27Fix PS2 for dquote nested in braceparam.Bart Schaefer1-0/+2
2001-08-25Fix crash on re-entry to loop() from preprompt().Bart Schaefer1-1/+6
2001-08-24test if hash table pointer is NULL to avoid SEGV with compstate=() (15705)Sven Wischnowsky1-0/+3
2001-08-2115675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a ↵Clint Adams1-1/+1
number within an enum.
2001-08-20undo most of 15650, do that in shell code (15669)Sven Wischnowsky1-10/+4
2001-08-19Fix exit status of zsh -fc '! command'Bart Schaefer1-0/+2
2001-08-1715650Sven Wischnowsky1-4/+10
2001-08-1615639Sven Wischnowsky1-3/+9
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-13Fix and regression tests for crash on typeset of local array elements.Bart Schaefer1-2/+17
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 Wischnowsky1-5/+41
back (15597)
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-0715586: remove =alias expansion, leaving only =cmd.Peter Stephenson1-9/+3
2001-08-07increment zwc fie version (which means changing the magic number) (15584)Sven Wischnowsky1-2/+2
2001-07-30(15526)Sven Wischnowsky1-4/+4
2001-07-27(15509)Sven Wischnowsky2-230/+216
2001-07-25move pattern matching in the loop to make sure all match specs are used (15487)Sven Wischnowsky1-2/+3
2001-07-25another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky1-3/+4
2001-07-25fixlet for 15477, don't let it remove consecutive dummy matches (15482)Sven Wischnowsky2-3/+5
2001-07-25make display for groups in _describe nicer; improve packing with ↵Sven Wischnowsky6-134/+469
list_packed; leave space for type character (list_types) only in groups with at least one file name (15477)
2001-07-24remove nulargs in here strings (15470)Sven Wischnowsky1-0/+3
2001-07-20don't use compsuffix when it might be freed; use the right variable in that ↵Sven Wischnowsky1-5/+7
loop there, dammit (15433)
2001-07-19yet another followup to 15497; make _describe filter out non-matching ↵Sven Wischnowsky1-3/+3
strings before calling compdescribe, otherwise some matches will be hiddens (15415)
2001-07-18fix for 15407; there may be sets without matches (15409)Sven Wischnowsky1-2/+3
2001-07-18add list-grouped option to make options and such be grouped together if they ↵Sven Wischnowsky3-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 Wischnowsky2-1/+3
2001-07-0915334: use string "(eval)" as script name in debugging messages in eval'sPeter Stephenson1-0/+6
2001-07-09Fix function stack unwinding on autoload failures.Bart Schaefer1-6/+7
2001-07-0915327: always use local LINENOs in parse_string().Peter Stephenson7-14/+14
2001-07-08Fix infinite loop on `r OLD=NEW' when OLD is the empty string.Bart Schaefer1-0/+4
2001-07-08Suppress XTRACE during user-defined widgets.Bart Schaefer1-2/+6
2001-07-08Don't always coerce to float when assigning to an unset parameter.Bart Schaefer1-1/+2
2001-07-0615291, 15292: fix bug setting scalar in math modePeter Stephenson2-15/+43
2001-07-0615250: still run setup even if pcre functions are unavailableClint Adams1-6/+16
2001-07-0615265: Src/parse.c: correction problems with new `for' syntaxPeter Stephenson1-4/+6
2001-07-0615277: Src/glob.c: real backreferencing bug with ${(S)...%%...}Peter Stephenson1-8/+9
2001-07-06back out 15266Peter Stephenson1-57/+8
2001-07-06Avoid static link of pcre module.Bart Schaefer1-1/+1
2001-07-0515266: fix for ${(S)...%%...}Peter Stephenson1-8/+57