about summary refs log tree commit diff
path: root/Src/text.c
Commit message (Expand)AuthorAgeFilesLines
* 34590: queue_signals() around more scopes that manipulate global stateBarton E. Schaefer2015-02-201-0/+15
* 33750: handle function autoloads for DEBUG_BEFORE_CMDBarton E. Schaefer2014-11-211-0/+4
* 29492: add argument handling to anonymous functionsPeter Stephenson2011-06-191-3/+27
* 29193: badly placed variable declarationPeter Stephenson2011-05-091-2/+2
* 28588: fix textual display after =~ testPeter Stephenson2011-01-061-2/+1
* 28259: Finally fix some ancient problems with here-documentsPeter Stephenson2010-09-141-18/+93
* 27708: remove distracting initial semicolons in job outptPeter Stephenson2010-02-131-33/+38
* 25651: make getpermtext() output indentation more logicalPeter Stephenson2008-09-111-11/+3
* 25615: $ZSH_DEBUG_CMD for use in DEBUG trapsPeter Stephenson2008-09-051-2/+10
* 24711: fix re-presentation of here-documents munged internallyPeter Stephenson2008-03-141-7/+12
* 24356: regex =~ test wasnt handled by gettext()Peter Stephenson2008-01-041-1/+2
* 23375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson2007-05-011-2/+2
* 23308: sanity for tindent in text outputPeter Stephenson2007-04-231-17/+25
* 23115: ";|" at end of case clause causes later patterns to be testedPeter Stephenson2007-01-191-2/+26
* 22819: improved internal use of string quotation,Peter Stephenson2006-10-051-1/+1
* 22151: bug outputting here-strings from which etc. when already quotedPeter Stephenson2006-01-101-10/+11
* 21133: New {myfd} syntax for allocating file descriptorsPeter Stephenson2005-04-121-2/+7
* 20076, 20084: { ... } always { ... } syntax.Peter Stephenson2004-06-221-0/+28
* 18188: Output balanced parentheses in case statementsPeter Stephenson2003-02-041-0/+2
* 17935: beautify bin_whence indentation of () and {} contents.Clint Adams2002-11-131-4/+8
* 17299: Use reference counts in Eprogs so as to be able to free them as soonPeter Stephenson2002-06-071-0/+5
* 16353: add += parameter assignmentsOliver Kiddle2001-12-171-0/+1
* 15869Sven Wischnowsky2001-09-251-3/+4
* job text building code couldn't handle empty sublists (as in `coproc || test'...Sven Wischnowsky2001-09-251-2/+4
* 15639Sven Wischnowsky2001-08-161-3/+9
* 15030: multi-parameter `for' loopsPeter Stephenson2001-06-251-1/+1
* Joel Smith: 13230: avoid name clashes with Linux kernelPeter Stephenson2000-12-051-17/+17
* fix to get newlines in non-job-texts (I'm sooo stupid)Sven Wischnowsky2000-04-181-2/+6
* display newlines as spaces in job-texts (10788)Sven Wischnowsky2000-04-171-2/+3
* Updated from list as far as 10376Peter Stephenson2000-04-011-308/+550
* Initial revisionTanaka Akira1999-04-151-0/+526