about summary refs log tree commit diff
path: root/Src/Modules/param_private.c
Commit message (Collapse)AuthorAgeFilesLines
* 47704: fix scope for "private -p"Bart Schaefer2020-12-021-0/+4
|
* 37868: add 'static' to file local variablesJun-ichi Takimoto2016-02-031-5/+5
|
* Jun T.: 37759: save more function pointers from realparamtab when hacking in ↵Jun T2016-01-251-3/+7
| | | | | | their replacements Restoring from the original external symbols fails for some dynamic link schemes (e.g. 64bit Cygwin).
* 37229: non-local assignment to a parameter name whose outermost declaration ↵Barton E. Schaefer2015-11-261-11/+48
| | | | | | is private, is an error rather than a silent no-op. Also fix %prep sed expression for Solaris.
* 37208: assignment in a nested scope should not change private parameters in ↵Barton E. Schaefer2015-11-231-14/+30
| | | | | | the outer scope from unset to set Bug remains that the attempt does not generate a warning
* 37081: new module zsh/param/private for private-scoped parameters in functionsBarton E. Schaefer2015-11-081-0/+587