about summary refs log tree commit diff
path: root/Test/V10private.ztst
Commit message (Expand)AuthorAgeFilesLines
* 52864: Change ${|var|...} to ${{var} ...}, limit local REPLY to ${|...}Bart Schaefer2024-04-011-4/+4
* 52650 plus minor fixes: add -u for named references pointing to "upper" scopeBart Schaefer2024-03-041-2/+2
* 52583: extra check for proper scope and existence of readonly specialsBart Schaefer2024-02-231-0/+41
* 52559: revise "typeset -p" with respect to local readonly special parametersBart Schaefer2024-02-201-4/+9
* 52513: fixes and doc for using nofork substitutions with private parametersBart Schaefer2024-02-031-7/+111
* 52115: permit repeated "private" declarations as long as types aren't changedBart Schaefer2023-09-051-0/+17
* users/29220: fix bug with assignment to private following explicit unsetBart Schaefer2023-09-031-0/+7
* 51361: Tests for 51360.Bart Schaefer2023-02-121-0/+78
* 49456: clean up detection of private params in nested scopes, update docBart Schaefer2021-10-041-3/+3
* 48560: add TYPESET_TO_UNSET option to remove initialization of parametersBart Schaefer2021-04-181-6/+6
* 45004: Fix typos in commentsMartijn Dekker2019-12-111-1/+1
* More [key]=value tweaksPeter Stephenson2017-09-141-1/+1
* 40198: output of B02typeset differs when (( UID == 0 )) so do not attempt to ...Barton E. Schaefer2016-12-151-5/+9
* "typeset -p" uses "export" commands or the "-g" option for parameters that ar...Barton E. Schaefer2016-10-241-1/+1
* 37305: typeset -p can now output arrays on one linePeter Stephenson2015-12-041-6/+3
* 37243: too many problems with inserting a line into B02, instead add a placeh...Barton E. Schaefer2015-11-271-5/+4
* 37229: non-local assignment to a parameter name whose outermost declaration i...Barton E. Schaefer2015-11-261-5/+28
* 37225: fix test for typeset with zsh/param/privateBarton E. Schaefer2015-11-261-1/+10
* 37208: re-run the "typeset" tests with the private module loadedBarton E. Schaefer2015-11-231-1/+6
* 37181: consistent use of zmodload and corresponding ZTST_unimplemented or ZTS...Barton E. Schaefer2015-11-211-2/+1
* 37084: add implementation check to zsh/parm/private testPeter Stephenson2015-11-101-0/+3
* 37081: new module zsh/param/private for private-scoped parameters in functionsBarton E. Schaefer2015-11-081-0/+265