about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 22606: add match-word-context.Peter Stephenson2006-08-145-23/+94
| | | | Remove workaround from match-words-by-style
* 22605: bug in complist wide character fixes introduced infinite loopPeter Stephenson2006-08-142-0/+7
|
* unposted: update distributed files.Clint Adams2006-08-133-64/+62
|
* Fix an email address.Bart Schaefer2006-08-131-1/+1
|
* 22599: use wide character widths in completionPeter Stephenson2006-08-116-51/+116
|
* unposted: trivial typo in compsys.yoPeter Stephenson2006-08-102-1/+3
|
* 22597: back off two column-subtraction hunksPeter Stephenson2006-08-103-3/+18
|
* 22595: paranoid bounds-checking on someBart Schaefer2006-08-102-9/+14
| | | | loop indices.
* 22594: Attempt to fix some off-by-one errors for completion listsPeter Stephenson2006-08-091-3/+3
| | | | that exactly fit the display width
* 22594: Attempt to fix some off-by-one errors for completion listsPeter Stephenson2006-08-095-8/+50
| | | | that exactly fit the display width
* post-22593 typo fixPeter Stephenson2006-08-091-1/+1
|
* 22593: add handle-nonexistent style to MIME handlerPeter Stephenson2006-08-093-2/+35
|
* 22592: add tcp_send -c option for catPeter Stephenson2006-08-083-12/+32
|
* unposted: badly positioned declaration in complist.cPeter Stephenson2006-08-072-1/+5
|
* 22589: bug with long lines in menu selectionPeter Stephenson2006-08-072-0/+9
|
* 22588: handle targets with colons in their names.Clint Adams2006-08-072-1/+6
|
* 22587: update some distribution docsPeter Stephenson2006-08-045-36/+45
|
* 22586: fix warnings spotted on CygwinPeter Stephenson2006-08-043-1/+21
|
* 22585: fix zsh.exportsPeter Stephenson2006-08-043-2/+13
|
* 22584: GNU tar should complete uncompressed archivesPeter Stephenson2006-08-042-1/+4
|
* 22582: configure.ac: test properly for functions for MULTIBYTE_SUPPORTPeter Stephenson2006-08-042-24/+29
|
* 22583: erand48() needs initialisation on Cygwin.Peter Stephenson2006-08-042-0/+12
|
* rationalise mb<->wc conversions to use restartable formPeter Stephenson2006-08-037-45/+56
|
* unposted: improve svn import from users/10570Peter Stephenson2006-08-032-3/+8
|
* 22579: find .pod files in include path for perldocPeter Stephenson2006-08-023-7/+22
|
* users/10570: handle "svn import" betterPeter Stephenson2006-08-022-9/+20
|
* 22575: Missed thisPeter Stephenson2006-08-021-0/+5
|
* 22578: ensure HISTCHARS/histchars never contains non-ASCII charactersPeter Stephenson2006-08-024-4/+27
|
* unposted: yet more history-beginning-search-menu fixesPeter Stephenson2006-08-023-9/+16
|
* 22575: multibyte fixes for bslashquote(), getzlequery()Peter Stephenson2006-08-016-148/+163
|
* 22574: more history-beginning-search-menu fixesPeter Stephenson2006-08-013-3/+9
|
* 22573: smooth interface to history-beginning-search-menuPeter Stephenson2006-08-013-11/+51
| | | | document how to quote metacharacters for reverse array subscript
* 22572: use of (#m) was broken with pure stringsPeter Stephenson2006-08-011-0/+5
|
* 22572: use of (#m) was broken with pure stringsPeter Stephenson2006-08-012-0/+29
|
* users/10564: _gpg key ring fixPeter Stephenson2006-08-012-3/+25
|
* unposted: a technique for overriding ZLE widgets within a selected keymapBart Schaefer2006-07-312-2/+84
|
* 22565: Fix bug after failed menucompletion with accept-and-menu-complete?Peter Stephenson2006-07-302-2/+5
|
* 22562: make ${...#...} etc. understand multibyte charactersPeter Stephenson2006-07-303-12/+392
|
* 22561: fix long-standing display bug in incremental-complete-word.Bart Schaefer2006-07-292-2/+18
|
* 22560: tweak history-beginning-search-menu to clear menu after usePeter Stephenson2006-07-282-0/+16
|
* 22559: add history-beginning-search-menuPeter Stephenson2006-07-283-0/+117
|
* 22558: declaration after statementPeter Stephenson2006-07-262-1/+5
|
* 22557: turn on multibyte option by defaultPeter Stephenson2006-07-257-16/+79
|
* fix typos in 22556Peter Stephenson2006-07-253-2/+9
|
* 22556: Multibyte separators and delimitersPeter Stephenson2006-07-2413-228/+737
|
* 22554: completion for vorbiscomment.Clint Adams2006-07-192-0/+23
|
* unposted: update .distfilesPeter Stephenson2006-07-187-21/+38
|
* 22553: completion for metaflacClint Adams2006-07-182-0/+62
|
* 22552: update for tla 1.3.4.Clint Adams2006-07-152-4/+21
|
* 22550: put "exec" testsPeter Stephenson2006-07-123-31/+58
| | | | | in subshells and allow substitution on test output to occur after the test.