about summary refs log tree commit diff
path: root/Src/input.c
Commit message (Expand)AuthorAgeFilesLines
* 34784: fix old bug with history word selectionPeter Stephenson2015-03-261-9/+18
* 34752: another fix for history expansion in cmd substPeter Stephenson2015-03-201-2/+14
* Fix up memory allocation for previous patchPeter Stephenson2015-02-171-4/+5
* 34560: Fix $(( that's actually a multiline cmd subst.Peter Stephenson2015-02-161-2/+31
* 34543: Prevent crash on garbage bytes inside $(...)Barton E. Schaefer2015-02-141-2/+4
* 34220: new $(...) handling needs to back up over alias expansionPeter Stephenson2015-01-101-0/+6
* Fix command substitutions to parse contents as they are read in.Peter Stephenson2015-01-081-5/+8
* 33876: etc.: Separate errors and keyboards interruptsPeter Stephenson2014-12-111-1/+2
* 31869: reduce WINCH-twaddling in shingetline()Barton E. Schaefer2013-10-211-2/+4
* 31350: block SIGWINCH nearly all the time, exceptBart Schaefer2013-04-301-0/+2
* Paul 28538 / me 28540 / couple of unposted casts:Peter Stephenson2010-12-201-1/+1
* 27827: fix infinite loop in recursive alias at end of parsed stringPeter Stephenson2010-03-251-9/+12
* Joakim Rosqvist: 27591 as modified in 27594:Peter Stephenson2010-01-131-14/+26
* Check the return value of all pipe(), read(), and write() calls.Wayne Davison2009-12-161-1/+1
* 25345, 25347: neaten interface from main shell to zlePeter Stephenson2008-07-311-1/+2
* 25002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson2008-05-121-1/+1
* 24699: bug with ${(Q)...} on initial ">"Peter Stephenson2008-03-081-0/+12
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-2/+2
* Got rid of some unsigned-char/char pointer casts.Wayne Davison2005-11-151-2/+1
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-2/+2
* 20149: improve prompt-reset codePeter Stephenson2004-07-111-6/+7
* 19295: $CONTEXT zle parameterPeter Stephenson2003-12-151-1/+4
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-1/+1
* 18941: history wrong after parse error during alias expansionPeter Stephenson2003-08-111-0/+14
* 18252: pass ignoreeof as flag to zlereadPeter Stephenson2003-02-171-2/+4
* 16492: add RPROMPT2 variable for right prompts in multi-line commandsOliver Kiddle2002-01-311-1/+4
* 16361: include <stdio.h> to avoid implicit declarations.Clint Adams2001-12-181-0/+4
* remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky2001-01-161-3/+1
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-111-1/+3
* Removed the spaceflag variable.Wayne Davison2000-07-181-29/+41
* Initial revisionTanaka Akira1999-04-151-0/+530