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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
zle_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
In zleread(), initialize the first byte of the "line" buffer to '\0'
Wayne Davison
2004-10-17
1
-0
/
+1
*
20398: allow clean exit from within widget function
Peter Stephenson
2004-09-21
1
-1
/
+7
*
20388: tweak ignoreeof behavior on user-defined widgets to match docs.
Bart Schaefer
2004-09-20
1
-1
/
+7
*
20387: revised algorithm for the fix in 20363.
Bart Schaefer
2004-09-20
1
-15
/
+9
*
20363: Src/init.c, Src/Zle/zle_main.c
Peter Stephenson
2004-09-13
1
-4
/
+14
*
20300: fix spurious EOF from ^C
Peter Stephenson
2004-09-02
1
-5
/
+12
*
20153: make zle-line-init run after the first zrefresh()
Peter Stephenson
2004-07-13
1
-2
/
+3
*
20149: improve prompt-reset code
Peter Stephenson
2004-07-11
1
-8
/
+9
*
20126: tidy up before 4.2.1
Peter Stephenson
2004-07-02
1
-2
/
+8
*
7650: new reset-prompt zle widget
Peter Stephenson
2004-07-01
1
-0
/
+16
*
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
2004-06-02
1
-9
/
+9
*
19840: vared takes one normal argument
Peter Stephenson
2004-04-27
1
-6
/
+1
*
19837: restore vared -e
Peter Stephenson
2004-04-27
1
-1
/
+1
*
19733 with docs tweaked: keymaps for vared and zed
Peter Stephenson
2004-04-06
1
-60
/
+73
*
19671: error in zle-line-init caused infinite loop
Peter Stephenson
2004-03-22
1
-0
/
+1
*
19553: rename c in zle to lastchar
Peter Stephenson
2004-03-08
1
-2
/
+2
*
19295: $CONTEXT zle parameter
Peter Stephenson
2003-12-15
1
-3
/
+10
*
19281: zle-line-init special widget
Peter Stephenson
2003-12-12
1
-1
/
+11
*
19218: extend 19216 to zle widgets
Peter Stephenson
2003-11-03
1
-4
/
+2
*
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
2003-10-29
1
-1
/
+1
*
18938: Export some data symbols.
Peter Stephenson
2003-08-11
1
-2
/
+2
*
18559, 18562: make modules use proper option arguments
Peter Stephenson
2003-05-22
1
-1
/
+1
*
18543: memory leak vared'ing arrays
Peter Stephenson
2003-05-19
1
-1
/
+2
*
18536: EMACS and VI compatibility options
Peter Stephenson
2003-05-14
1
-0
/
+2
*
18252: pass ignoreeof as flag to zleread
Peter Stephenson
2003-02-17
1
-7
/
+5
*
18243: Nasty tty poll fix for Solaris
Peter Stephenson
2003-02-14
1
-9
/
+38
*
18139: Improve $killring interface; can now change length. Empty
Peter Stephenson
2003-01-27
1
-2
/
+5
*
17582: Improved option argument handling.
Peter Stephenson
2002-08-27
1
-7
/
+7
*
fix default completion module loading, use compctl if it hasn't been loaded a...
Sven Wischnowsky
2002-08-20
1
-0
/
+1
*
17405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is entered
Peter Stephenson
2002-07-04
1
-0
/
+1
*
17384: new recursive-edit widget.
Peter Stephenson
2002-07-01
1
-66
/
+86
*
17293: support poll() as preferred alternative to select() in zle
Peter Stephenson
2002-06-06
1
-15
/
+104
*
17141 plus mods: add `zle -F fd handler' feature.
Peter Stephenson
2002-05-21
1
-48
/
+147
*
add $redirections array to completion system parameters, containing informati...
Sven Wischnowsky
2002-03-01
1
-1
/
+3
*
16063: add transientrprompt option to remove right prompt from
Geoff Wing
2001-10-24
1
-0
/
+1
*
15734: zle -K option to select a keymap, and zle KEYMAP parameter to
Andrew Main
2001-09-03
1
-1
/
+1
*
Suppress XTRACE during user-defined widgets.
Bart Schaefer
2001-07-08
1
-2
/
+6
*
Signal queuing tweak.
Bart Schaefer
2001-05-17
1
-0
/
+3
*
Add `bindkey -p'
Peter Stephenson
2001-03-28
1
-1
/
+1
*
*** empty log message ***
Sven Wischnowsky
2001-01-18
1
-0
/
+1
*
remove 13108 (trap queues); replace with signal queueing to ensure that user ...
Sven Wischnowsky
2001-01-16
1
-17
/
+18
*
Sven: 13108: Handle traps synchronously
Peter Stephenson
2000-11-11
1
-5
/
+14
*
Fix "vared -e".
Bart Schaefer
2000-10-22
1
-3
/
+5
*
Fix "vared -h" in shell scripts.
Bart Schaefer
2000-10-21
1
-1
/
+1
*
12719: quoting arrays in vared with real backslashes
Peter Stephenson
2000-08-29
1
-3
/
+6
*
12621: Avoid bad free.
Bart Schaefer
2000-08-14
1
-0
/
+2
*
make binding of ^D be used in first column if ignoreeof is set and ^D is boun...
Sven Wischnowsky
2000-08-03
1
-21
/
+31
*
12414: vared quotes separators when editing arrays
Peter Stephenson
2000-07-27
1
-3
/
+46
*
Call hend() with a NULL arg.
Wayne Davison
2000-07-19
1
-1
/
+1
*
Disable vared only for interactive shells where ZLE has been explicitly
Bart Schaefer
2000-06-01
1
-1
/
+1
[next]