Age | Commit message (Collapse) | 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 | |
their replacements Restoring from the original external symbols fails for some dynamic link schemes (e.g. 64bit Cygwin). | |||||
2015-11-26 | 37229: non-local assignment to a parameter name whose outermost declaration ↵ | Barton E. Schaefer | 1 | -11/+48 | |
is private, is an error rather than a silent no-op. Also fix %prep sed expression for Solaris. | |||||
2015-11-23 | 37208: assignment in a nested scope should not change private parameters in ↵ | Barton E. Schaefer | 1 | -14/+30 | |
the outer scope from unset to set Bug remains that the attempt does not generate a warning | |||||
2015-11-08 | 37081: new module zsh/param/private for private-scoped parameters in functions | Barton E. Schaefer | 1 | -0/+587 | |