about summary refs log tree commit diff
path: root/Src/Modules/param_private.c
Commit message (Expand)AuthorAgeFilesLines
* 52559: revise "typeset -p" with respect to local readonly special parametersBart Schaefer2024-02-201-1/+1
* 52513: fixes and doc for using nofork substitutions with private parametersBart Schaefer2024-02-031-21/+32
* 52115: permit repeated "private" declarations as long as types aren't changedBart Schaefer2023-09-051-3/+46
* users/29220: fix bug with assignment to private following explicit unsetBart Schaefer2023-09-031-11/+18
* unposted: fix memory leak flagged by coverityBart Schaefer2023-03-051-0/+1
* 51360: Initial implementation of named references.Bart Schaefer2023-02-121-2/+15
* 50363: avoid use of heap memory that depends on parameter scopingBart Schaefer2022-06-091-1/+11
* 49456: clean up detection of private params in nested scopes, update docBart Schaefer2021-10-041-5/+7
* 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