summaryrefslogtreecommitdiff
path: root/Src/loop.c
AgeCommit message (Collapse)AuthorFilesLines
2014-04-2032569: lastval ($?) should not be reset between word list substitution and ↵Barton E. Schaefer1-3/+3
loop body execution in for/select Remove one other redundant and therefore confusing assignment to lastval.
2014-04-2032568: consistency in handling of errflag condition during substitutionsBarton E. Schaefer1-2/+12
Affects for/select word lists, function definition name position, and anonymous function argument lists.
2011-05-0929165: use term.h globally if needed at all.Peter Stephenson1-3/+3
2008-07-3125345, 25347: neaten interface from main shell to zlePeter Stephenson1-2/+3
2008-05-1225002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson1-2/+2
2008-05-1124996: improve xtrace output for patternsPeter Stephenson1-3/+3
2008-05-11users/12848: return, break, continue in always block override try blockPeter Stephenson1-7/+7
2007-06-2723670: rationalise some linked list functionsPeter Stephenson1-8/+2
2007-01-1923115: ";|" at end of case clause causes later patterns to be testedPeter Stephenson1-3/+4
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-1/+1
2005-12-1521814: error handling for traps in "always" constructs.Bart Schaefer1-1/+10
2005-11-15Got rid of some unsigned-char/char pointer casts.Wayne Davison1-1/+1
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-2/+2
unposted: update version to 4.2.3-dev-1
2004-07-1120149: improve prompt-reset codePeter Stephenson1-1/+1
20150: commit ancient memory leak fix(?) in completion
2004-06-2220076, 20084: { ... } always { ... } syntax.Peter Stephenson1-0/+65
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-3/+3
2004-05-28Made a variable (t2) size_t so that it matched the size of theWayne Davison1-1/+2
other variable it gets compared with (fw).
2003-12-1519295: $CONTEXT zle parameterPeter Stephenson1-1/+1
2003-02-1718252: pass ignoreeof as flag to zlereadPeter Stephenson1-3/+1
2003-02-1718251: Fix select and make it respect EOFPeter Stephenson1-1/+3
2002-02-25allow nterruption of empty while-loops with ^C (16711)Sven Wischnowsky1-31/+47
2001-10-23Fix infinite loop on `case' with xtrace.Bart Schaefer1-3/+2
2001-10-15for caching of compiled patterns: remember that singsub() might modify the ↵Sven Wischnowsky1-2/+2
string it gets, compare with unmodified string (16041)
2001-06-2515030: multi-parameter `for' loopsPeter Stephenson1-24/+43
2000-06-1711956: Fix off-by-one error.Bart Schaefer1-1/+1
2000-05-05Small doc fix and AIX dependency fixOliver Kiddle1-1/+1
2000-04-01Updated from list as far as 10376Peter Stephenson1-109/+271
1999-04-15Initial revisionTanaka Akira1-0/+421