about summary refs log tree commit diff
path: root/Src/params.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 12138: setting arrays in math contextPeter Stephenson2000-07-031-13/+29
|
* 12112: Don't make namedirs out of hash elements.Bart Schaefer2000-06-281-1/+3
|
* 11867: restrict typeset -H applicationPeter Stephenson2000-06-121-1/+2
|
* 11838: typeset -HPeter Stephenson2000-06-091-1/+1
|
* AIX dependency fixOliver Kiddle2000-06-051-1/+1
|
* Changed the array "len" to be "end" -- a 1-relative index of the lastWayne Davison2000-06-021-65/+68
| | | | item (or you can think of it as pointing one past the last item).
* 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