about summary refs log tree commit diff
path: root/Src/params.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Finish the job started in my last patch.Wayne Davison2000-06-011-1/+1
|
* Made $array[0,0] work just like $array[0].Wayne Davison2000-06-011-4/+4
|
* 11696: local readonly specials bugs fixesPeter Stephenson2000-05-311-11/+23
|
* Wayne: pattern.c unitialised varPeter Stephenson2000-05-311-104/+114
| | | | Zero-length arrays now possible with $array[1,0]
* add -[ak] options to compadd (11533)Sven Wischnowsky2000-05-231-0/+15
|
* 11467: [#<base>] syntax for output basePeter Stephenson2000-05-191-5/+8
| | | | zsh-users/3071: compdump tweak to avoid // in path
* Remove return value from uniqarray which caused a compile error on IRIXOliver Kiddle2000-05-101-1/+1
|
* 11314: fix for typeset -U not updating value in environmentPeter Stephenson2000-05-101-5/+2
|
* renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵Sven Wischnowsky2000-04-271-1/+1
| | | | MENUSCROLL; no special value for LISTMAX to turn on list scrolling, this is done by setting LISTPROMPT now; default values for LISTPROMPT and MENUPROMPT when set but empty (10959)
* scrolling in completion lists and menu-selection, version1Sven Wischnowsky2000-04-171-1/+1
|
* 10743: fix replenv() of imported special parametersPeter Stephenson2000-04-131-1/+5
|
* 10738: pws: local parameters can be exportedPeter Stephenson2000-04-131-20/+51
|
* keep association elements from being exportedSven Wischnowsky2000-04-041-3/+6
|
* Updated from list as far as 10376Peter Stephenson2000-04-011-416/+1402
|
* Initial revisionTanaka Akira1999-04-151-0/+2191