about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* handle possible NULL pointer returned from bufferwords() (15717)Sven Wischnowsky2001-08-283-10/+10
* Fix PS2 for dquote nested in braceparam.Bart Schaefer2001-08-271-0/+2
* Fix crash on re-entry to loop() from preprompt().Bart Schaefer2001-08-251-1/+6
* test if hash table pointer is NULL to avoid SEGV with compstate=() (15705)Sven Wischnowsky2001-08-241-0/+3
* 15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a n...Clint Adams2001-08-211-1/+1
* undo most of 15650, do that in shell code (15669)Sven Wischnowsky2001-08-201-10/+4
* Fix exit status of zsh -fc '! command'Bart Schaefer2001-08-191-0/+2
* 15650Sven Wischnowsky2001-08-171-4/+10
* 15639Sven Wischnowsky2001-08-161-3/+9
* 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
* Fix and regression tests for crash on typeset of local array elements.Bart Schaefer2001-08-131-2/+17
* 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-081-5/+41
* When rewriting the history file, set histactive to 0 and restore itWayne Davison2001-08-071-0/+5
* 15586: remove =alias expansion, leaving only =cmd.Peter Stephenson2001-08-071-9/+3
* increment zwc fie version (which means changing the magic number) (15584)Sven Wischnowsky2001-08-071-2/+2
* (15526)Sven Wischnowsky2001-07-301-4/+4
* (15509)Sven Wischnowsky2001-07-272-230/+216
* move pattern matching in the loop to make sure all match specs are used (15487)Sven Wischnowsky2001-07-251-2/+3
* another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky2001-07-251-3/+4
* fixlet for 15477, don't let it remove consecutive dummy matches (15482)Sven Wischnowsky2001-07-252-3/+5
* make display for groups in _describe nicer; improve packing with list_packed;...Sven Wischnowsky2001-07-256-134/+469
* remove nulargs in here strings (15470)Sven Wischnowsky2001-07-241-0/+3
* don't use compsuffix when it might be freed; use the right variable in that l...Sven Wischnowsky2001-07-201-5/+7
* yet another followup to 15497; make _describe filter out non-matching strings...Sven Wischnowsky2001-07-191-3/+3
* fix for 15407; there may be sets without matches (15409)Sven Wischnowsky2001-07-181-2/+3
* add list-grouped option to make options and such be grouped together if they ...Sven Wischnowsky2001-07-183-155/+251
* (15357)Sven Wischnowsky2001-07-102-1/+3
* 15334: use string "(eval)" as script name in debugging messages in eval'sPeter Stephenson2001-07-091-0/+6
* Fix function stack unwinding on autoload failures.Bart Schaefer2001-07-091-6/+7
* 15327: always use local LINENOs in parse_string().Peter Stephenson2001-07-097-14/+14
* Fix infinite loop on `r OLD=NEW' when OLD is the empty string.Bart Schaefer2001-07-081-0/+4
* Suppress XTRACE during user-defined widgets.Bart Schaefer2001-07-081-2/+6
* Don't always coerce to float when assigning to an unset parameter.Bart Schaefer2001-07-081-1/+2
* 15291, 15292: fix bug setting scalar in math modePeter Stephenson2001-07-062-15/+43
* 15250: still run setup even if pcre functions are unavailableClint Adams2001-07-061-6/+16
* 15265: Src/parse.c: correction problems with new `for' syntaxPeter Stephenson2001-07-061-4/+6
* 15277: Src/glob.c: real backreferencing bug with ${(S)...%%...}Peter Stephenson2001-07-061-8/+9
* back out 15266Peter Stephenson2001-07-061-57/+8
* Avoid static link of pcre module.Bart Schaefer2001-07-061-1/+1
* 15266: fix for ${(S)...%%...}Peter Stephenson2001-07-051-8/+57
* 15253 : hash foo together with foo.exe on CygwinAndrey Borzenkov2001-07-051-4/+4
* 15242: pcre_match -a and $match instead of pparamsClint Adams2001-07-041-5/+16
* 15228: AC_CHECK_LIB->AC_SEARCH_LIBS, set pparams with capture buffersClint Adams2001-07-031-5/+35
* unposted: update distfiles for 15211Clint Adams2001-07-031-0/+1
* 15211: zsh/pcre moduleClint Adams2001-07-022-0/+141
* fix IRIX 5.3 specific compilation problems and some error messages (15204)Oliver Kiddle2001-07-022-4/+4