summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_misc.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-29Don't crash if alt-y is typed twice in a row without a prior ctrl-y.Wayne Davison1-1/+3
2003-02-2718313: NULL pointer dereference if yank-pop after a single yankPeter Stephenson1-1/+1
2003-01-2718139: Improve $killring interface; can now change length. EmptyPeter Stephenson1-12/+57
2001-09-0315734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main1-1/+3
2001-08-28handle possible NULL pointer returned from bufferwords() (15717)Sven Wischnowsky1-6/+6
2000-05-10AIX dependency fixOliver Kiddle1-1/+1
2000-05-03new (z) parameter flag to do shell-word splitting on the value (11113)Sven Wischnowsky1-1/+1
2000-04-12new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing t...Sven Wischnowsky1-137/+314
1999-04-15Initial revisionTanaka Akira1-0/+816