summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-05-1611394: Completion/User/_cvs: rewrite filename completionTanaka Akira2-142/+156
functions.
2000-05-1511393: Completion/User/_diff_options: use `=-'.Tanaka Akira2-2/+4
2000-05-1511392: Completion/Core/_description: ignore-line fix.Tanaka Akira2-2/+6
2000-05-1511387: OCTAL_ZEROES optionClint Adams5-1/+15
2000-05-1511385: parse 0[0-9]+ as octal in arithmetic expressionsClint Adams2-0/+9
2000-05-15detect additional characters in parameter expansions and signal an error for ↵Sven Wischnowsky2-3/+19
them (11380)
2000-05-15add _in_vared for completion inside vared; make insert-tab default to ↵Sven Wischnowsky6-27/+48
`false' there
2000-05-15add _in_vared for completion inside vared; make insert-tab default to ↵Sven Wischnowsky1-0/+8
`false' there (11379)
2000-05-1511375: compinstall: menu style select=long and select=long-listPeter Stephenson2-27/+55
2000-05-15Install functions before man pages to avoid error if yodl isn't installedOliver Kiddle2-2/+6
2000-05-15extra paranoia for empty prefix/suffix in completion matching (11374)Sven Wischnowsky2-4/+7
2000-05-15Oliver's missing article number.Bart Schaefer1-1/+1
2000-05-15FAQ updated from websitePeter Stephenson2-16/+77
2000-05-15fix for empty (s::) separator and strings with meta-characters (11368)Sven Wischnowsky2-1/+11
2000-05-15followup for 11364 (11367)Sven Wischnowsky2-3/+3
2000-05-15fix for completion of string with single quote (11365)Sven Wischnowsky2-2/+8
2000-05-15fix for suffix-matching; better in-path completion in _path_files (11364)Sven Wischnowsky3-25/+54
2000-05-1511362: fix up pointersPeter Stephenson4-4/+11
2000-05-15zparseopts should detect if it is called without option descriptions (11360)Sven Wischnowsky2-1/+12
2000-05-15Add -L option to the hash builtinOliver Kiddle6-6/+32
2000-05-14doc changes; typo in _jobs; integer builtin understands `-i base'Peter Stephenson14-397/+646
2000-05-12fix for completing options with `_arguments -s'; fix for _message to use ↵Sven Wischnowsky4-16/+35
`builtin compadd' (11349)
2000-05-12Use _arguments for hash completion and add + options for typeset (11347)Oliver Kiddle3-19/+45
2000-05-12fixes for completion matching (11346)Sven Wischnowsky3-4/+53
2000-05-12fix for compadd -x when there are no matches (11335)Sven Wischnowsky2-1/+6
2000-05-1211332: Test descriptors correctly for redirect/restore of stderr; plus anBart Schaefer2-6/+10
aesthetic tweak.
2000-05-1111326: Avoid init_io() on "exec < file" when zleactive.Bart Schaefer2-2/+7
Also fix OPK's slightly confused previous ChangeLog entry.
2000-05-11Back out 11327 and make the correct fix in _groups (redirect ypcat to stderr)Oliver Kiddle3-4/+2
2000-05-11_call should pass on the return code from the called command (11327)Oliver Kiddle2-0/+6
2000-05-11make _argument_sets add the options as defaults when there is nothing else ↵Sven Wischnowsky4-3/+12
to complete (11324)
2000-05-11_files used alternative tag-order values even if not needed (11321)Sven Wischnowsky2-0/+4
2000-05-11allow internally-mutually exclusive sets in _argument_sets; fixes for ↵Sven Wischnowsky5-23/+105
_argument_sets and the C-code for it (11320)
2000-05-11make ^G in menu-selection restore the old command line; add select=long* ↵Sven Wischnowsky6-9/+45
values for menu style to start menu-selection if list is too long for screen (11319)
2000-05-11Spelling corrections in the docs (11315)Oliver Kiddle16-65/+247
2000-05-10Remove return value from uniqarray which caused a compile error on IRIXOliver Kiddle2-1/+6
2000-05-1011314: fix for typeset -U not updating value in environmentPeter Stephenson3-10/+21
2000-05-1011312: defs.mk depends on config.status.Bart Schaefer2-1/+9
2000-05-1011310: use zmanref. (fix for 11309)Tanaka Akira2-2/+2
2000-05-1011309: Doc/Zsh/expn.yo: fix missing section.Tanaka Akira2-1/+5
2000-05-1011302: Cursor placement and defensive programming.Bart Schaefer2-5/+9
2000-05-10AIX dependency fixOliver Kiddle2-1/+3
2000-05-10Fix breakage from 11195 (11300)Oliver Kiddle2-2/+6
2000-05-1011299: edit-command-line zle widgetPeter Stephenson3-1/+25
2000-05-10more fixes for _arguments and its docs (11298)Sven Wischnowsky3-5/+12
2000-05-1011297: Document that ZLE closes standard input of user-defined widget funcs.Bart Schaefer3-14/+27
2000-05-10misc. _arguments fixesSven Wischnowsky3-12/+29
2000-05-1011287: Naoki Wakamatsu: compinstall spaces to be tabPeter Stephenson2-1/+6
2000-05-10fix for `-+opt' with mutex list (11294)Sven Wischnowsky2-2/+5
2000-05-10update `%p' replacement in _files (11292)Sven Wischnowsky2-1/+5
2000-05-10revert 11280Tanaka Akira2-4/+1