about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Remove RCS Id strings.Bart Schaefer2000-05-161-2/+0
|
* Fix typos and remove RCS Id strings.Bart Schaefer2000-05-165-3/+37
|
* 11415: Completion/User/_cvs: follow the new matcher-list behaviour.Tanaka Akira2000-05-162-1/+5
|
* 11410: make tokenize() tokenize =, so $~foo allows =cmd expansionPeter Stephenson2000-05-162-0/+7
|
* fixed configuration of menu-selection with menu style; pseudo-context ↵Sven Wischnowsky2000-05-164-34/+103
| | | | `-command-line-', handy for completion in vared (11408)
* avoid tilde- and parameter-completion in quotes (11407)Sven Wischnowsky2000-05-163-2/+7
|
* make _arguments take the attempt to add matches as an indication not to do ↵Sven Wischnowsky2000-05-162-4/+14
| | | | default option-completion (11406)
* fix scrolling in menu-selection with matches spanning multiple linesSven Wischnowsky2000-05-164-22/+90
|
* one hunk of 11381: typo in _vars_eqPeter Stephenson2000-05-162-1/+4
|
* 11402: Doc/Zsh/options.yo: OCTAL_ZEROES fix + expansionPeter Stephenson2000-05-162-2/+9
|
* make menu-select accept the match when typing a non-special character (11401)Sven Wischnowsky2000-05-162-0/+6
|
* 11396: Completion/User/_look: display a message whenTanaka Akira2000-05-162-3/+9
| | | | an argument is empty.
* 11394: Completion/User/_cvs: rewrite filename completionTanaka Akira2000-05-162-142/+156
| | | | functions.
* 11393: Completion/User/_diff_options: use `=-'.Tanaka Akira2000-05-152-2/+4
|
* 11392: Completion/Core/_description: ignore-line fix.Tanaka Akira2000-05-152-2/+6
|
* 11387: OCTAL_ZEROES optionClint Adams2000-05-155-1/+15
|
* 11385: parse 0[0-9]+ as octal in arithmetic expressionsClint Adams2000-05-152-0/+9
|
* detect additional characters in parameter expansions and signal an error for ↵Sven Wischnowsky2000-05-152-3/+19
| | | | them (11380)
* add _in_vared for completion inside vared; make insert-tab default to ↵Sven Wischnowsky2000-05-156-27/+48
| | | | `false' there
* add _in_vared for completion inside vared; make insert-tab default to ↵Sven Wischnowsky2000-05-151-0/+8
| | | | `false' there (11379)
* 11375: compinstall: menu style select=long and select=long-listPeter Stephenson2000-05-152-27/+55
|
* Install functions before man pages to avoid error if yodl isn't installedOliver Kiddle2000-05-152-2/+6
|
* extra paranoia for empty prefix/suffix in completion matching (11374)Sven Wischnowsky2000-05-152-4/+7
|
* Oliver's missing article number.Bart Schaefer2000-05-151-1/+1
|
* FAQ updated from websitePeter Stephenson2000-05-152-16/+77
|
* fix for empty (s::) separator and strings with meta-characters (11368)Sven Wischnowsky2000-05-152-1/+11
|
* followup for 11364 (11367)Sven Wischnowsky2000-05-152-3/+3
|
* fix for completion of string with single quote (11365)Sven Wischnowsky2000-05-152-2/+8
|
* fix for suffix-matching; better in-path completion in _path_files (11364)Sven Wischnowsky2000-05-153-25/+54
|
* 11362: fix up pointersPeter Stephenson2000-05-154-4/+11
|
* zparseopts should detect if it is called without option descriptions (11360)Sven Wischnowsky2000-05-152-1/+12
|
* Add -L option to the hash builtinOliver Kiddle2000-05-156-6/+32
|
* 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 ↵Sven Wischnowsky2000-05-124-16/+35
| | | | `builtin compadd' (11349)
* 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
| | | | aesthetic tweak.
* 11326: Avoid init_io() on "exec < file" when zleactive.Bart Schaefer2000-05-112-2/+7
| | | | Also fix OPK's slightly confused previous ChangeLog entry.
* 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 ↵Sven Wischnowsky2000-05-114-3/+12
| | | | to complete (11324)
* _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 ↵Sven Wischnowsky2000-05-115-23/+105
| | | | _argument_sets and the C-code for it (11320)
* make ^G in menu-selection restore the old command line; add select=long* ↵Sven Wischnowsky2000-05-116-9/+45
| | | | values for menu style to start menu-selection if list is too long for screen (11319)
* 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
|