about summary refs log tree commit diff
path: root/Src/Modules/param_private.c
Commit message (Expand)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
* 37229: non-local assignment to a parameter name whose outermost declaration i...Barton E. Schaefer2015-11-261-11/+48
* 37208: assignment in a nested scope should not change private parameters in t...Barton E. Schaefer2015-11-231-14/+30
* 37081: new module zsh/param/private for private-scoped parameters in functionsBarton E. Schaefer2015-11-081-0/+587