summaryrefslogtreecommitdiff
path: root/Src/text.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-1929492: add argument handling to anonymous functionsPeter Stephenson1-3/+27
2011-05-0929193: badly placed variable declarationPeter Stephenson1-2/+2
2011-01-0628588: fix textual display after =~ testPeter Stephenson1-2/+1
2010-09-1428259: Finally fix some ancient problems with here-documentsPeter Stephenson1-18/+93
2010-02-1327708: remove distracting initial semicolons in job outptPeter Stephenson1-33/+38
2008-09-1125651: make getpermtext() output indentation more logicalPeter Stephenson1-11/+3
2008-09-0525615: $ZSH_DEBUG_CMD for use in DEBUG trapsPeter Stephenson1-2/+10
2008-03-1424711: fix re-presentation of here-documents munged internallyPeter Stephenson1-7/+12
2008-01-0424356: regex =~ test wasnt handled by gettext()Peter Stephenson1-1/+2
2007-05-0123375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson1-2/+2
2007-04-2323308: sanity for tindent in text outputPeter Stephenson1-17/+25
2007-01-1923115: ";|" at end of case clause causes later patterns to be testedPeter Stephenson1-2/+26
2006-10-0522819: improved internal use of string quotation,Peter Stephenson1-1/+1
2006-01-1022151: bug outputting here-strings from which etc. when already quotedPeter Stephenson1-10/+11
2005-04-1221133: New {myfd} syntax for allocating file descriptorsPeter Stephenson1-2/+7
2004-06-2220076, 20084: { ... } always { ... } syntax.Peter Stephenson1-0/+28
2003-02-0418188: Output balanced parentheses in case statementsPeter Stephenson1-0/+2
2002-11-1317935: beautify bin_whence indentation of () and {} contents.Clint Adams1-4/+8
2002-06-0717299: Use reference counts in Eprogs so as to be able to free them as soonPeter Stephenson1-0/+5
2001-12-1716353: add += parameter assignmentsOliver Kiddle1-0/+1
2001-09-2515869Sven Wischnowsky1-3/+4
2001-09-25job text building code couldn't handle empty sublists (as in `coproc || test'...Sven Wischnowsky1-2/+4
2001-08-1615639Sven Wischnowsky1-3/+9
2001-06-2515030: multi-parameter `for' loopsPeter Stephenson1-1/+1
2000-12-05Joel Smith: 13230: avoid name clashes with Linux kernelPeter Stephenson1-17/+17
2000-04-18fix to get newlines in non-job-texts (I'm sooo stupid)Sven Wischnowsky1-2/+6
2000-04-17display newlines as spaces in job-texts (10788)Sven Wischnowsky1-2/+3
2000-04-01Updated from list as far as 10376Peter Stephenson1-308/+550
1999-04-15Initial revisionTanaka Akira1-0/+526