summaryrefslogtreecommitdiff
path: root/Src/loop.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-2/+2
2004-07-1120149: improve prompt-reset codePeter Stephenson1-1/+1
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
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 st...Sven Wischnowsky1-2/+2
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