index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Test
/
V10private.ztst
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-01
52864: Change ${|var|...} to ${{var} ...}, limit local REPLY to ${|...}
Bart Schaefer
1
-4
/
+4
2024-03-04
52650 plus minor fixes: add -u for named references pointing to "upper" scope
Bart Schaefer
1
-2
/
+2
2024-02-23
52583: extra check for proper scope and existence of readonly specials
Bart Schaefer
1
-0
/
+41
2024-02-20
52559: revise "typeset -p" with respect to local readonly special parameters
Bart Schaefer
1
-4
/
+9
2024-02-03
52513: fixes and doc for using nofork substitutions with private parameters
Bart Schaefer
1
-7
/
+111
2023-09-05
52115: permit repeated "private" declarations as long as types aren't changed
Bart Schaefer
1
-0
/
+17
2023-09-03
users/29220: fix bug with assignment to private following explicit unset
Bart Schaefer
1
-0
/
+7
2023-02-12
51361: Tests for 51360.
Bart Schaefer
1
-0
/
+78
2021-10-04
49456: clean up detection of private params in nested scopes, update doc
Bart Schaefer
1
-3
/
+3
2021-04-18
48560: add TYPESET_TO_UNSET option to remove initialization of parameters
Bart Schaefer
1
-6
/
+6
2019-12-11
45004: Fix typos in comments
Martijn Dekker
1
-1
/
+1
2017-09-14
More [key]=value tweaks
Peter Stephenson
1
-1
/
+1
2016-12-15
40198: output of B02typeset differs when (( UID == 0 )) so do not attempt to ...
Barton E. Schaefer
1
-5
/
+9
2016-10-24
"typeset -p" uses "export" commands or the "-g" option for parameters that ar...
Barton E. Schaefer
1
-1
/
+1
2015-12-04
37305: typeset -p can now output arrays on one line
Peter Stephenson
1
-6
/
+3
2015-11-27
37243: too many problems with inserting a line into B02, instead add a placeh...
Barton E. Schaefer
1
-5
/
+4
2015-11-26
37229: non-local assignment to a parameter name whose outermost declaration i...
Barton E. Schaefer
1
-5
/
+28
2015-11-26
37225: fix test for typeset with zsh/param/private
Barton E. Schaefer
1
-1
/
+10
2015-11-23
37208: re-run the "typeset" tests with the private module loaded
Barton E. Schaefer
1
-1
/
+6
2015-11-21
37181: consistent use of zmodload and corresponding ZTST_unimplemented or ZTS...
Barton E. Schaefer
1
-2
/
+1
2015-11-10
37084: add implementation check to zsh/parm/private test
Peter Stephenson
1
-0
/
+3
2015-11-08
37081: new module zsh/param/private for private-scoped parameters in functions
Barton E. Schaefer
1
-0
/
+265