summaryrefslogtreecommitdiff
path: root/Src/Modules/param_private.c
AgeCommit message (Collapse)AuthorFilesLines
2022-06-0950363: avoid use of heap memory that depends on parameter scopingBart Schaefer1-1/+11
2021-10-0449456: clean up detection of private params in nested scopes, update docBart Schaefer1-5/+7
2020-12-0247704: fix scope for "private -p"Bart Schaefer1-0/+4
2016-02-0337868: add 'static' to file local variablesJun-ichi Takimoto1-5/+5
2016-01-25Jun T.: 37759: save more function pointers from realparamtab when hacking in ↵Jun T1-3/+7
their replacements Restoring from the original external symbols fails for some dynamic link schemes (e.g. 64bit Cygwin).
2015-11-2637229: non-local assignment to a parameter name whose outermost declaration ↵Barton E. Schaefer1-11/+48
is private, is an error rather than a silent no-op. Also fix %prep sed expression for Solaris.
2015-11-2337208: assignment in a nested scope should not change private parameters in ↵Barton E. Schaefer1-14/+30
the outer scope from unset to set Bug remains that the attempt does not generate a warning
2015-11-0837081: new module zsh/param/private for private-scoped parameters in functionsBarton E. Schaefer1-0/+587