Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-06-09 | 50363: avoid use of heap memory that depends on parameter scoping | Bart Schaefer | 1 | -1/+11 |
2021-10-04 | 49456: clean up detection of private params in nested scopes, update doc | Bart Schaefer | 1 | -5/+7 |
2020-12-02 | 47704: fix scope for "private -p" | Bart Schaefer | 1 | -0/+4 |
2016-02-03 | 37868: add 'static' to file local variables | Jun-ichi Takimoto | 1 | -5/+5 |
2016-01-25 | Jun T.: 37759: save more function pointers from realparamtab when hacking in ... | Jun T | 1 | -3/+7 |
2015-11-26 | 37229: non-local assignment to a parameter name whose outermost declaration i... | Barton E. Schaefer | 1 | -11/+48 |
2015-11-23 | 37208: assignment in a nested scope should not change private parameters in t... | Barton E. Schaefer | 1 | -14/+30 |
2015-11-08 | 37081: new module zsh/param/private for private-scoped parameters in functions | Barton E. Schaefer | 1 | -0/+587 |