about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 22549: improve svn propset completion slightly.Clint Adams2006-07-122-0/+12
|
* 22546: fix {myfd}>... bug and tweak testsPeter Stephenson2006-07-114-5/+16
|
* 22544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson2006-07-1018-110/+270
| | | | | POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names.
* 22543: completion for clusterssh.Clint Adams2006-07-092-0/+26
|
* 22542: deoverenthuse cmdpoppingPeter Stephenson2006-07-094-18/+28
|
* 22573: rm -rf autom4te.cache on distcleanPeter Stephenson2006-07-032-0/+5
|
* 22529: multibyte conversion in math expressionsPeter Stephenson2006-06-305-9/+48
|
* 22526: enhance ${(#)...} to handle UnicodePeter Stephenson2006-06-283-14/+31
|
* 22525: lengths and cases of multibyte strings in parameters and historyPeter Stephenson2006-06-289-115/+226
|
* 22524: searchable parameter subscripts with multibyte chars,Peter Stephenson2006-06-273-24/+206
| | | | a few other fixes
* 22522: infinite loop with invalid character in mb_metastrlen()Peter Stephenson2006-06-272-2/+7
|
* 22519: initial multibyte parameter testsPeter Stephenson2006-06-262-0/+91
|
* 22518: Initial go at making parameter subscriptsPeter Stephenson2006-06-265-26/+259
| | | | use multibyte characters.
* 22516: error in func() didn't pop command stackPeter Stephenson2006-06-262-1/+7
|
* 22501: missed README chunkPeter Stephenson2006-06-262-0/+10
|
* unposted: autoload is-at-least in _tar if using GNU tar.Clint Adams2006-06-252-1/+5
|
* 22513: only do that for GNU tar >= 1.14.91.Clint Adams2006-06-242-1/+10
|
* 22511: complete compressed archive filenames for GNU tar even when a compressionClint Adams2006-06-243-0/+11
| | | | option is not specified.
* 22501: reduce maximum function depth to 1000Peter Stephenson2006-06-192-3/+8
|
* 22492: url-quote-magic should detect syntactic word breaks correctlyBart Schaefer2006-06-172-1/+8
|
* unposted: remove redundant TODOPeter Stephenson2006-06-162-4/+5
|
* 22486: completion for dak (the debian-archive-kit).Clint Adams2006-06-112-0/+249
|
* users/10282: complete associated sections with man page names.Clint Adams2006-06-092-4/+20
|
* unposted: complete the same way for rmadison.Clint Adams2006-06-082-1/+6
|
* 22484: support varargs.h in addition to stdarg.hPeter Stephenson2006-06-055-62/+150
|
* 22483: add $sysparams to zsh/systemPeter Stephenson2006-06-054-12/+112
|
* 22481: complete svn diff and resolved subcommands.Clint Adams2006-06-022-5/+42
|
* 22480: autoload math functions from zmathfuncdefPeter Stephenson2006-06-022-0/+31
|
* 22479: _arguments -s.Clint Adams2006-05-312-1/+5
|
* 22476Wayne Davison2006-05-311-0/+5
|
* Got rid of several compiler warnings about signed/unsigned problems byWayne Davison2006-05-311-14/+19
| | | | | | | switching patchar_t from wchar_t to wint_t (and renaming the typedef to patint_t in the process), changing two "int" variables into "patint_t" variables, and creating a PEOF define that uses either WEOF or EOF as an invalid character value instead of a literal -1.
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-3052-931/+937
|