summaryrefslogtreecommitdiff
path: root/Src/Modules/param_private.c
AgeCommit message (Collapse)AuthorFilesLines
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