index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
50133: use read-ahead and lseek-rewind for efficient line-buffered input
Bart Schaefer
2022-04-28
1
-1
/
+23
*
49792: Non-interative shell input is line buffered.
Peter Stephenson
2022-03-03
1
-7
/
+14
*
unposted: add 'static' to shinsavestack
Jun-ichi Takimoto
2021-09-08
1
-1
/
+1
*
49290: Replace stdio for buffered shell input.
Peter Stephenson
2021-08-27
1
-11
/
+111
*
48504: use SEEK_ macros in fseek() calls
Oliver Kiddle
2021-04-11
1
-2
/
+2
*
43511: Initialiase alias entry on input stack.
Peter Stephenson
2018-09-21
1
-0
/
+2
*
41322: reduce number of changes in signal queuing/blocking state during shing...
Barton E. Schaefer
2017-06-19
1
-3
/
+5
*
40306 with doc tweaks: Change behaviour expanding alias in () function defini...
Peter Stephenson
2017-01-10
1
-0
/
+27
*
40117: Revert a hunk of 40035 that changed semantics incorrectly.
Daniel Shahaf
2016-12-09
1
-1
/
+1
*
40035: Cosmetic fixes for comments and documentation.
Eitan Adler
2016-11-29
1
-1
/
+1
*
36022 fix bug that some loop constructs could not be interrupted, revise sign...
Barton E. Schaefer
2015-08-09
1
-2
/
+10
*
35910: Don't add to raw lex buffer if lex stopped.
Peter Stephenson
2015-07-25
1
-1
/
+2
*
35668: Improved fix for command/proc subst starting in alias.
Peter Stephenson
2015-07-02
1
-1
/
+1
*
34784: fix old bug with history word selection
Peter Stephenson
2015-03-26
1
-9
/
+18
*
34752: another fix for history expansion in cmd subst
Peter Stephenson
2015-03-20
1
-2
/
+14
*
Fix up memory allocation for previous patch
Peter Stephenson
2015-02-17
1
-4
/
+5
*
34560: Fix $(( that's actually a multiline cmd subst.
Peter Stephenson
2015-02-16
1
-2
/
+31
*
34543: Prevent crash on garbage bytes inside $(...)
Barton E. Schaefer
2015-02-14
1
-2
/
+4
*
34220: new $(...) handling needs to back up over alias expansion
Peter Stephenson
2015-01-10
1
-0
/
+6
*
Fix command substitutions to parse contents as they are read in.
Peter Stephenson
2015-01-08
1
-5
/
+8
*
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
2014-12-11
1
-1
/
+2
*
31869: reduce WINCH-twaddling in shingetline()
Barton E. Schaefer
2013-10-21
1
-2
/
+4
*
31350: block SIGWINCH nearly all the time, except
Bart Schaefer
2013-04-30
1
-0
/
+2
*
Paul 28538 / me 28540 / couple of unposted casts:
Peter Stephenson
2010-12-20
1
-1
/
+1
*
27827: fix infinite loop in recursive alias at end of parsed string
Peter Stephenson
2010-03-25
1
-9
/
+12
*
Joakim Rosqvist: 27591 as modified in 27594:
Peter Stephenson
2010-01-13
1
-14
/
+26
*
Check the return value of all pipe(), read(), and write() calls.
Wayne Davison
2009-12-16
1
-1
/
+1
*
25345, 25347: neaten interface from main shell to zle
Peter Stephenson
2008-07-31
1
-1
/
+2
*
25002: only ZLE should update attributes resulting from prompt expansion
Peter Stephenson
2008-05-12
1
-1
/
+1
*
24699: bug with ${(Q)...} on initial ">"
Peter Stephenson
2008-03-08
1
-0
/
+12
*
22474: use variable argument lists to improve error message handling
Peter Stephenson
2006-05-30
1
-2
/
+2
*
Got rid of some unsigned-char/char pointer casts.
Wayne Davison
2005-11-15
1
-2
/
+1
*
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
2005-01-14
1
-2
/
+2
*
20149: improve prompt-reset code
Peter Stephenson
2004-07-11
1
-6
/
+7
*
19295: $CONTEXT zle parameter
Peter Stephenson
2003-12-15
1
-1
/
+4
*
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
2003-10-29
1
-1
/
+1
*
18941: history wrong after parse error during alias expansion
Peter Stephenson
2003-08-11
1
-0
/
+14
*
18252: pass ignoreeof as flag to zleread
Peter Stephenson
2003-02-17
1
-2
/
+4
*
16492: add RPROMPT2 variable for right prompts in multi-line commands
Oliver Kiddle
2002-01-31
1
-1
/
+4
*
16361: include <stdio.h> to avoid implicit declarations.
Clint Adams
2001-12-18
1
-0
/
+4
*
remove 13108 (trap queues); replace with signal queueing to ensure that user ...
Sven Wischnowsky
2001-01-16
1
-3
/
+1
*
Sven: 13108: Handle traps synchronously
Peter Stephenson
2000-11-11
1
-1
/
+3
*
Removed the spaceflag variable.
Wayne Davison
2000-07-18
1
-29
/
+41
*
Initial revision
Tanaka Akira
1999-04-15
1
-0
/
+530