summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-08-1722613: add strftime -r to use strptime() if availablePeter Stephenson4-6/+90
2006-08-1722612: comment the static variablesPeter Stephenson2-3/+87
2006-08-1622610: allow zstyle -L to have argumentsPeter Stephenson3-5/+52
2006-08-1522611: bug scrolling wide completion listPeter Stephenson2-5/+6
2006-08-1522609: complete for baz switchClint Adams2-0/+8
2006-08-1422601: need some unquoting in _list_filesPeter Stephenson2-5/+13
2006-08-1422608: improve doc for match-word-contextPeter Stephenson2-9/+10
2006-08-1422606: add match-word-context.Peter Stephenson5-23/+94
Remove workaround from match-words-by-style
2006-08-1422605: bug in complist wide character fixes introduced infinite loopPeter Stephenson2-0/+7
2006-08-13unposted: update distributed files.Clint Adams3-64/+62
2006-08-13Fix an email address.Bart Schaefer1-1/+1
2006-08-1122599: use wide character widths in completionPeter Stephenson6-51/+116
2006-08-10unposted: trivial typo in compsys.yoPeter Stephenson2-1/+3
2006-08-1022597: back off two column-subtraction hunksPeter Stephenson3-3/+18
2006-08-1022595: paranoid bounds-checking on someBart Schaefer2-9/+14
loop indices.
2006-08-0922594: Attempt to fix some off-by-one errors for completion listsPeter Stephenson1-3/+3
that exactly fit the display width
2006-08-0922594: Attempt to fix some off-by-one errors for completion listsPeter Stephenson5-8/+50
that exactly fit the display width
2006-08-09post-22593 typo fixPeter Stephenson1-1/+1
2006-08-0922593: add handle-nonexistent style to MIME handlerPeter Stephenson3-2/+35
2006-08-0822592: add tcp_send -c option for catPeter Stephenson3-12/+32
2006-08-07unposted: badly positioned declaration in complist.cPeter Stephenson2-1/+5
2006-08-0722589: bug with long lines in menu selectionPeter Stephenson2-0/+9
2006-08-0722588: handle targets with colons in their names.Clint Adams2-1/+6
2006-08-0422587: update some distribution docsPeter Stephenson5-36/+45
2006-08-0422586: fix warnings spotted on CygwinPeter Stephenson3-1/+21
2006-08-0422585: fix zsh.exportsPeter Stephenson3-2/+13
2006-08-0422584: GNU tar should complete uncompressed archivesPeter Stephenson2-1/+4
2006-08-0422582: configure.ac: test properly for functions for MULTIBYTE_SUPPORTPeter Stephenson2-24/+29
2006-08-0422583: erand48() needs initialisation on Cygwin.Peter Stephenson2-0/+12
2006-08-03rationalise mb<->wc conversions to use restartable formPeter Stephenson7-45/+56
2006-08-03unposted: improve svn import from users/10570Peter Stephenson2-3/+8
2006-08-0222579: find .pod files in include path for perldocPeter Stephenson3-7/+22
2006-08-02users/10570: handle "svn import" betterPeter Stephenson2-9/+20
2006-08-0222575: Missed thisPeter Stephenson1-0/+5
2006-08-0222578: ensure HISTCHARS/histchars never contains non-ASCII charactersPeter Stephenson4-4/+27
2006-08-02unposted: yet more history-beginning-search-menu fixesPeter Stephenson3-9/+16
2006-08-0122575: multibyte fixes for bslashquote(), getzlequery()Peter Stephenson6-148/+163
2006-08-0122574: more history-beginning-search-menu fixesPeter Stephenson3-3/+9
2006-08-0122573: smooth interface to history-beginning-search-menuPeter Stephenson3-11/+51
document how to quote metacharacters for reverse array subscript
2006-08-0122572: use of (#m) was broken with pure stringsPeter Stephenson1-0/+5
2006-08-0122572: use of (#m) was broken with pure stringsPeter Stephenson2-0/+29
2006-08-01users/10564: _gpg key ring fixPeter Stephenson2-3/+25
2006-07-31unposted: a technique for overriding ZLE widgets within a selected keymapBart Schaefer2-2/+84
2006-07-3022565: Fix bug after failed menucompletion with accept-and-menu-complete?Peter Stephenson2-2/+5
2006-07-3022562: make ${...#...} etc. understand multibyte charactersPeter Stephenson3-12/+392
2006-07-2922561: fix long-standing display bug in incremental-complete-word.Bart Schaefer2-2/+18
2006-07-2822560: tweak history-beginning-search-menu to clear menu after usePeter Stephenson2-0/+16
2006-07-2822559: add history-beginning-search-menuPeter Stephenson3-0/+117
2006-07-2622558: declaration after statementPeter Stephenson2-1/+5
2006-07-2522557: turn on multibyte option by defaultPeter Stephenson7-16/+79