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
/
Zle
Commit message (
Expand
)
Author
Age
Files
Lines
*
19671: error in zle-line-init caused infinite loop
Peter Stephenson
2004-03-22
1
-0
/
+1
*
zsh-users/7160: Check and fix mod_export entries.
Peter Stephenson
2004-03-12
2
-2
/
+2
*
19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1
Oliver Kiddle
2004-03-11
1
-1
/
+1
*
19553: rename c in zle to lastchar
Peter Stephenson
2004-03-08
8
-376
/
+386
*
19474: fix a calculation when displaying completions which are
Geoff Wing
2004-03-05
1
-2
/
+2
*
Fixed two cases where unmetify() was using an int* to store a value
Wayne Davison
2004-03-03
1
-3
/
+6
*
19525: suppress compiler warnings and complete groups using lookupd on Mac OS
Oliver Kiddle
2004-03-03
1
-2
/
+2
*
19456: Fix ptmx tests, again.
Peter Stephenson
2004-02-20
2
-2
/
+3
*
Silenced some compiler warnings about uninitialized variables.
Wayne Davison
2004-02-19
1
-4
/
+4
*
19422: fix crash resulting from passing a long option to compctl
Oliver Kiddle
2004-02-15
1
-1
/
+1
*
Another fix in sub_match() to avoid allowing a partial-meta match
Wayne Davison
2004-02-10
1
-4
/
+9
*
Optimized the check for a widowed Meta character.
Wayne Davison
2004-02-09
1
-5
/
+7
*
19385: NULL dereference in add_match_part
Peter Stephenson
2004-01-20
1
-1
/
+1
*
19336: Src/Zle/compmatch.c: Bug with metafied characters in length of
Peter Stephenson
2004-01-05
1
-1
/
+8
*
19295: $CONTEXT zle parameter
Peter Stephenson
2003-12-15
2
-3
/
+36
*
19281: zle-line-init special widget
Peter Stephenson
2003-12-12
2
-1
/
+22
*
19242: Make job table dynamically reallocatable.
Peter Stephenson
2003-11-13
1
-1
/
+1
*
19218: extend 19216 to zle widgets
Peter Stephenson
2003-11-03
1
-4
/
+2
*
Added *.dll to .cvsignore and fixed typo. (unposted)
Felix Rosencrantz
2003-11-03
1
-0
/
+1
*
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
2003-10-29
10
-35
/
+35
*
18938: Export some data symbols.
Peter Stephenson
2003-08-11
2
-3
/
+3
*
18926: problem accepting filename require metafication with menu selection
Peter Stephenson
2003-08-05
1
-0
/
+4
*
Don't crash if alt-y is typed twice in a row without a prior ctrl-y.
Wayne Davison
2003-07-29
1
-1
/
+3
*
18559, 18562: make modules use proper option arguments
Peter Stephenson
2003-05-22
2
-6
/
+2
*
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
2
-0
/
+12
*
18513: Work around crash on resize in menu selection
Peter Stephenson
2003-05-14
1
-1
/
+15
*
unposted: cvsignore VIM *.swp files
Andrey Borzenkov
2003-05-05
1
-0
/
+5
*
18476: Fix menu selection on Linux console
Andrey Borzenkov
2003-05-05
2
-4
/
+4
*
18477: Null pointer dereferenced in _arguments "*-+bar"
Peter Stephenson
2003-04-23
1
-1
/
+1
*
workers-18440: add previously added cygwin completion functions to the comple...
Felix Rosencrantz
2003-04-08
1
-1
/
+1
*
18378: fix lots of problems with $killring
Peter Stephenson
2003-03-24
1
-19
/
+24
*
183818: memory leak in zle_params.c
Peter Stephenson
2003-03-05
1
-2
/
+4
*
18313: NULL pointer dereference if yank-pop after a single yank
Peter Stephenson
2003-02-27
1
-1
/
+1
*
18306: fix redisplay of rprompt when line shortens
Geoff Wing
2003-02-27
1
-1
/
+1
*
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
*
18238: bashcompinit was not being installed with --enable-function-subdirs
Oliver Kiddle
2003-02-13
1
-1
/
+1
*
18191: from Greg Klanderman: compctl -y didn't respect list arrangement
Peter Stephenson
2003-02-06
1
-0
/
+7
*
18139: Improve $killring interface; can now change length. Empty
Peter Stephenson
2003-01-27
5
-56
/
+113
*
18059: allow compadd -r and -R with default space suffix
Peter Stephenson
2003-01-13
1
-1
/
+1
*
17983: Added zle LASTSEARCJ parameter
Felix Rosencrantz
2002-12-06
2
-2
/
+20
*
17582: Improved option argument handling.
Peter Stephenson
2002-08-27
6
-82
/
+84
*
fix typo in comment (17569)
Sven Wischnowsky
2002-08-20
1
-1
/
+1
*
fix default completion module loading, use compctl if it hasn't been loaded a...
Sven Wischnowsky
2002-08-20
3
-1
/
+13
*
make sure invalidatelist() isn't called hwen we are inside menu selection and...
Sven Wischnowsky
2002-07-30
1
-1
/
+1
*
remove qword, it isn't needed anymore (17439)
Sven Wischnowsky
2002-07-08
1
-12
/
+1
*
improve interactive mode when there are no matches left (alow to go back with...
Sven Wischnowsky
2002-07-05
1
-10
/
+30
*
17405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is entered
Peter Stephenson
2002-07-04
2
-0
/
+11
*
in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fi...
Sven Wischnowsky
2002-07-04
3
-19
/
+42
[next]