index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
Age
Commit message (
Expand
)
Author
Files
Lines
2003-11-13
19242: Make job table dynamically reallocatable.
Peter Stephenson
1
-1
/
+1
2003-11-03
19218: extend 19216 to zle widgets
Peter Stephenson
1
-4
/
+2
2003-11-03
Added *.dll to .cvsignore and fixed typo. (unposted)
Felix Rosencrantz
1
-0
/
+1
2003-10-29
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
10
-35
/
+35
2003-08-11
18938: Export some data symbols.
Peter Stephenson
2
-3
/
+3
2003-08-05
18926: problem accepting filename require metafication with menu selection
Peter Stephenson
1
-0
/
+4
2003-07-29
Don't crash if alt-y is typed twice in a row without a prior ctrl-y.
Wayne Davison
1
-1
/
+3
2003-05-22
18559, 18562: make modules use proper option arguments
Peter Stephenson
2
-6
/
+2
2003-05-19
18543: memory leak vared'ing arrays
Peter Stephenson
1
-1
/
+2
2003-05-14
18536: EMACS and VI compatibility options
Peter Stephenson
2
-0
/
+12
2003-05-14
18513: Work around crash on resize in menu selection
Peter Stephenson
1
-1
/
+15
2003-05-05
unposted: cvsignore VIM *.swp files
Andrey Borzenkov
1
-0
/
+5
2003-05-05
18476: Fix menu selection on Linux console
Andrey Borzenkov
2
-4
/
+4
2003-04-23
18477: Null pointer dereferenced in _arguments "*-+bar"
Peter Stephenson
1
-1
/
+1
2003-04-08
workers-18440: add previously added cygwin completion functions to the comple...
Felix Rosencrantz
1
-1
/
+1
2003-03-24
18378: fix lots of problems with $killring
Peter Stephenson
1
-19
/
+24
2003-03-05
183818: memory leak in zle_params.c
Peter Stephenson
1
-2
/
+4
2003-02-27
18313: NULL pointer dereference if yank-pop after a single yank
Peter Stephenson
1
-1
/
+1
2003-02-27
18306: fix redisplay of rprompt when line shortens
Geoff Wing
1
-1
/
+1
2003-02-17
18252: pass ignoreeof as flag to zleread
Peter Stephenson
1
-7
/
+5
2003-02-14
18243: Nasty tty poll fix for Solaris
Peter Stephenson
1
-9
/
+38
2003-02-13
18238: bashcompinit was not being installed with --enable-function-subdirs
Oliver Kiddle
1
-1
/
+1
2003-02-06
18191: from Greg Klanderman: compctl -y didn't respect list arrangement
Peter Stephenson
1
-0
/
+7
2003-01-27
18139: Improve $killring interface; can now change length. Empty
Peter Stephenson
5
-56
/
+113
2003-01-13
18059: allow compadd -r and -R with default space suffix
Peter Stephenson
1
-1
/
+1
2002-12-06
17983: Added zle LASTSEARCJ parameter
Felix Rosencrantz
2
-2
/
+20
2002-08-27
17582: Improved option argument handling.
Peter Stephenson
6
-82
/
+84
2002-08-20
fix typo in comment (17569)
Sven Wischnowsky
1
-1
/
+1
2002-08-20
fix default completion module loading, use compctl if it hasn't been loaded a...
Sven Wischnowsky
3
-1
/
+13
2002-07-30
make sure invalidatelist() isn't called hwen we are inside menu selection and...
Sven Wischnowsky
1
-1
/
+1
2002-07-08
remove qword, it isn't needed anymore (17439)
Sven Wischnowsky
1
-12
/
+1
2002-07-05
improve interactive mode when there are no matches left (alow to go back with...
Sven Wischnowsky
1
-10
/
+30
2002-07-04
17405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is entered
Peter Stephenson
2
-0
/
+11
2002-07-04
in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fi...
Sven Wischnowsky
3
-19
/
+42
2002-07-03
fix for interactive mode when menu selection is called via the menu-select wi...
Sven Wischnowsky
1
-5
/
+5
2002-07-01
17390: new zle parameters $PREDISPLAY, $POSTDISPLAY
Peter Stephenson
2
-22
/
+112
2002-07-01
17384: new recursive-edit widget.
Peter Stephenson
2
-66
/
+87
2002-07-01
add new sepcial context -assign-parameter- for completing the parameter in an...
Sven Wischnowsky
2
-6
/
+21
2002-06-26
two new modes for menu selection: incremental search and interactive (17366)
Sven Wischnowsky
3
-46
/
+456
2002-06-24
17360: more lenient accept-line-and-down-history behaviour
Peter Stephenson
1
-16
/
+26
2002-06-24
17350: add $CUTBUFFER and $killring zle parameters
Peter Stephenson
1
-0
/
+129
2002-06-07
17304: tweak to tweak the tweaked tweak for zle -I in 17301
Peter Stephenson
1
-2
/
+3
2002-06-07
17301: improve zle -I.
Peter Stephenson
1
-1
/
+1
2002-06-06
17293: support poll() as preferred alternative to select() in zle
Peter Stephenson
1
-15
/
+104
2002-06-05
17295: `zle -F' failed because of bad test
Peter Stephenson
1
-1
/
+1
2002-06-05
don't use optimised completion list display code after the list has been eras...
Sven Wischnowsky
1
-1
/
+1
2002-05-27
follow-up to 17222, make the optimisation work for some more keys again (17237)
Sven Wischnowsky
1
-5
/
+7
2002-05-24
we have to disable 17219 for some keys because their code doesn't set up the ...
Sven Wischnowsky
1
-0
/
+7
2002-05-24
make re-display in menu selection faster; redraw only the previously and newl...
Sven Wischnowsky
1
-13
/
+96
2002-05-23
report option arguments to _arguments in the original form (17196)
Sven Wischnowsky
1
-4
/
+34
[next]