summaryrefslogtreecommitdiff
path: root/Src/input.c
AgeCommit message (Collapse)AuthorFilesLines
2013-10-2131869: reduce WINCH-twaddling in shingetline()Barton E. Schaefer1-2/+4
2013-04-3031350: block SIGWINCH nearly all the time, exceptBart Schaefer1-0/+2
when about to calculate prompts or do synchronous read, so syscalls are not interrupted by window size changes.
2010-12-20Paul 28538 / me 28540 / couple of unposted casts:Peter Stephenson1-1/+1
use char * for pointer arithmetic rather than void *
2010-03-2527827: fix infinite loop in recursive alias at end of parsed stringPeter Stephenson1-9/+12
2010-01-13Joakim Rosqvist: 27591 as modified in 27594:Peter Stephenson1-14/+26
KEYBOARD_HACK variable
2009-12-16Check the return value of all pipe(), read(), and write() calls.Wayne Davison1-1/+1
Gets rid of all the remaining "ignoring return value" compiler warnings, and makes some read/write operations safer by ensuring that an EINTR is handled.
2008-07-3125345, 25347: neaten interface from main shell to zlePeter Stephenson1-1/+2
2008-05-1225002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson1-1/+1
2008-03-0824699: bug with ${(Q)...} on initial ">"Peter Stephenson1-0/+12
bug with ${(z)...} on string with unterminated "("
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-2/+2
2005-11-15Got rid of some unsigned-char/char pointer casts.Wayne Davison1-2/+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-6/+7
20150: commit ancient memory leak fix(?) in completion
2003-12-1519295: $CONTEXT zle parameterPeter Stephenson1-1/+4
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-1/+1
2003-08-1118941: history wrong after parse error during alias expansionPeter Stephenson1-0/+14
2003-02-1718252: pass ignoreeof as flag to zlereadPeter Stephenson1-2/+4
2002-01-3116492: add RPROMPT2 variable for right prompts in multi-line commandsOliver Kiddle1-1/+4
2001-12-1816361: include <stdio.h> to avoid implicit declarations.Clint Adams1-0/+4
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky1-3/+1
signal handlers are only executed when it is safe to run them (13365)
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson1-1/+3
pws: 13109, 13111: clear up zle display when output produced in trap.
2000-07-18Removed the spaceflag variable.Wayne Davison1-29/+41
1999-04-15Initial revisionTanaka Akira1-0/+530