Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unposted: remove unused variable declaration | Clint Adams | 2001-02-14 | 1 | -1/+0 |
| | |||||
* | 13370: avoid in-place modification of environments variables when importing. | Andrey Borzenkov | 2001-01-19 | 1 | -46/+52 |
| | | | | | Zsh tried to free unallocated memory when importing colon arrays. Removed redundant replenv(). | ||||
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 2001-01-16 | 1 | -12/+38 |
| | | | | signal handlers are only executed when it is safe to run them (13365) | ||||
* | ALL_EXPORT tweaks. | Bart Schaefer | 2000-11-25 | 1 | -1/+13 |
| | |||||
* | Fix 12722. | Bart Schaefer | 2000-09-04 | 1 | -1/+3 |
| | |||||
* | 12722: [##base] for output base selection without a base prefix | Andrew Main | 2000-09-02 | 1 | -4/+5 |
| | |||||
* | 12581: C_BASES option | Peter Stephenson | 2000-08-10 | 1 | -1/+6 |
| | |||||
* | 12501: Andrej: use zgetenv, zputenv | Peter Stephenson | 2000-08-03 | 1 | -32/+29 |
| | |||||
* | 12411, 12419: Andrej: environment handling with fewer assumptions | Peter Stephenson | 2000-07-28 | 1 | -77/+136 |
| | |||||
* | 12247: internal hostnam variable removed in favour of $HOST | Peter Stephenson | 2000-07-13 | 1 | -2/+6 |
| | |||||
* | AIX dependency fixes | Oliver Kiddle | 2000-07-04 | 1 | -1/+1 |
| | |||||
* | 12138: setting arrays in math context | Peter Stephenson | 2000-07-03 | 1 | -13/+29 |
| | |||||
* | 12112: Don't make namedirs out of hash elements. | Bart Schaefer | 2000-06-28 | 1 | -1/+3 |
| | |||||
* | 11867: restrict typeset -H application | Peter Stephenson | 2000-06-12 | 1 | -1/+2 |
| | |||||
* | 11838: typeset -H | Peter Stephenson | 2000-06-09 | 1 | -1/+1 |
| | |||||
* | AIX dependency fix | Oliver Kiddle | 2000-06-05 | 1 | -1/+1 |
| | |||||
* | Changed the array "len" to be "end" -- a 1-relative index of the last | Wayne Davison | 2000-06-02 | 1 | -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 Davison | 2000-06-01 | 1 | -1/+1 |
| | |||||
* | Made $array[0,0] work just like $array[0]. | Wayne Davison | 2000-06-01 | 1 | -4/+4 |
| | |||||
* | 11696: local readonly specials bugs fixes | Peter Stephenson | 2000-05-31 | 1 | -11/+23 |
| | |||||
* | Wayne: pattern.c unitialised var | Peter Stephenson | 2000-05-31 | 1 | -104/+114 |
| | | | | Zero-length arrays now possible with $array[1,0] | ||||
* | add -[ak] options to compadd (11533) | Sven Wischnowsky | 2000-05-23 | 1 | -0/+15 |
| | |||||
* | 11467: [#<base>] syntax for output base | Peter Stephenson | 2000-05-19 | 1 | -5/+8 |
| | | | | zsh-users/3071: compdump tweak to avoid // in path | ||||
* | Remove return value from uniqarray which caused a compile error on IRIX | Oliver Kiddle | 2000-05-10 | 1 | -1/+1 |
| | |||||
* | 11314: fix for typeset -U not updating value in environment | Peter Stephenson | 2000-05-10 | 1 | -5/+2 |
| | |||||
* | renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵ | Sven Wischnowsky | 2000-04-27 | 1 | -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, version1 | Sven Wischnowsky | 2000-04-17 | 1 | -1/+1 |
| | |||||
* | 10743: fix replenv() of imported special parameters | Peter Stephenson | 2000-04-13 | 1 | -1/+5 |
| | |||||
* | 10738: pws: local parameters can be exported | Peter Stephenson | 2000-04-13 | 1 | -20/+51 |
| | |||||
* | keep association elements from being exported | Sven Wischnowsky | 2000-04-04 | 1 | -3/+6 |
| | |||||
* | Updated from list as far as 10376 | Peter Stephenson | 2000-04-01 | 1 | -416/+1402 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+2191 |