about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* doc changes; typo in _jobs; integer builtin understands `-i base'Peter Stephenson2000-05-1414-397/+646
* fix for completing options with `_arguments -s'; fix for _message to use `bui...Sven Wischnowsky2000-05-124-16/+35
* Use _arguments for hash completion and add + options for typeset (11347)Oliver Kiddle2000-05-123-19/+45
* fixes for completion matching (11346)Sven Wischnowsky2000-05-123-4/+53
* fix for compadd -x when there are no matches (11335)Sven Wischnowsky2000-05-122-1/+6
* 11332: Test descriptors correctly for redirect/restore of stderr; plus anBart Schaefer2000-05-122-6/+10
* 11326: Avoid init_io() on "exec < file" when zleactive.Bart Schaefer2000-05-112-2/+7
* Back out 11327 and make the correct fix in _groups (redirect ypcat to stderr)Oliver Kiddle2000-05-113-4/+2
* _call should pass on the return code from the called command (11327)Oliver Kiddle2000-05-112-0/+6
* make _argument_sets add the options as defaults when there is nothing else to...Sven Wischnowsky2000-05-114-3/+12
* _files used alternative tag-order values even if not needed (11321)Sven Wischnowsky2000-05-112-0/+4
* allow internally-mutually exclusive sets in _argument_sets; fixes for _argume...Sven Wischnowsky2000-05-115-23/+105
* make ^G in menu-selection restore the old command line; add select=long* valu...Sven Wischnowsky2000-05-116-9/+45
* Spelling corrections in the docs (11315)Oliver Kiddle2000-05-1116-65/+247
* Remove return value from uniqarray which caused a compile error on IRIXOliver Kiddle2000-05-102-1/+6
* 11314: fix for typeset -U not updating value in environmentPeter Stephenson2000-05-103-10/+21
* 11312: defs.mk depends on config.status.Bart Schaefer2000-05-102-1/+9
* 11310: use zmanref. (fix for 11309)Tanaka Akira2000-05-102-2/+2
* 11309: Doc/Zsh/expn.yo: fix missing section.Tanaka Akira2000-05-102-1/+5
* 11302: Cursor placement and defensive programming.Bart Schaefer2000-05-102-5/+9
* AIX dependency fixOliver Kiddle2000-05-102-1/+3
* Fix breakage from 11195 (11300)Oliver Kiddle2000-05-102-2/+6
* 11299: edit-command-line zle widgetPeter Stephenson2000-05-103-1/+25
* more fixes for _arguments and its docs (11298)Sven Wischnowsky2000-05-103-5/+12
* 11297: Document that ZLE closes standard input of user-defined widget funcs.Bart Schaefer2000-05-103-14/+27
* misc. _arguments fixesSven Wischnowsky2000-05-103-12/+29
* 11287: Naoki Wakamatsu: compinstall spaces to be tabPeter Stephenson2000-05-102-1/+6
* fix for `-+opt' with mutex list (11294)Sven Wischnowsky2000-05-102-2/+5
* update `%p' replacement in _files (11292)Sven Wischnowsky2000-05-102-1/+5
* revert 11280Tanaka Akira2000-05-102-4/+1
* 11288: Reopen stdin on /dev/null to avoid confusing programs that don'tBart Schaefer2000-05-103-0/+9
* 11285: zftp exit hookPeter Stephenson2000-05-092-22/+43
* Use _math for completing the let builtinOliver Kiddle2000-05-092-8/+4
* complete using _arguments for typeset and its variants (11282)Oliver Kiddle2000-05-092-8/+74
* 11280: Completion/User/_make: suppress an error with closed stdinTanaka Akira2000-05-093-5/+12
* make nslookup function more like real nslookup (11277)Sven Wischnowsky2000-05-092-1/+11
* 11276: fix build on OpenBSD.Tanaka Akira2000-05-093-403/+1075
* give control over insertion of tab when no non-blank character before cursor;...Sven Wischnowsky2000-05-097-5/+51
* option name clash in _arguments (11273)Sven Wischnowsky2000-05-093-4/+7
* fix for _arguments without options and no more arguments to complete (11272)Sven Wischnowsky2000-05-092-2/+7
* new -A and -S options to _arguments; `-opt=-' specs for options whose argumen...Sven Wischnowsky2000-05-093-39/+100
* minor doc fixes (11268)Oliver Kiddle2000-05-083-5/+7
* Small fix in Etc/CONTRIBUTORSOliver Kiddle2000-05-082-1/+5
* 11264: Missed bit of doc for 10771.Bart Schaefer2000-05-082-4/+17
* 11044, 11260: DVORAK options for spell checking.Peter Stephenson2000-05-085-1/+33
* CONTRIBUTORS fixGeoff Wing2000-05-081-0/+4
* Fix my email addressGeoff Wing2000-05-081-1/+1
* close fd for pty-master in sub-shellSven Wischnowsky2000-05-082-0/+3
* 11252: no colon at the end of zftp function contextsPeter Stephenson2000-05-0824-230/+394
* more problems with optional arguments in _arguments (11253)Sven Wischnowsky2000-05-083-9/+18