Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-15 | 40198: output of B02typeset differs when (( UID == 0 )) so do not attempt to ↵ | Barton E. Schaefer | 1 | -5/+9 | |
redo that test in that case | |||||
2016-10-24 | "typeset -p" uses "export" commands or the "-g" option for parameters that ↵ | Barton E. Schaefer | 1 | -1/+1 | |
are not local to the current scope | |||||
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 ↵ | Barton E. Schaefer | 1 | -5/+4 | |
placeholder and substitute for it. unposted: %cleanup block is not called when %prep sets ZTST_unimplemented, so avoid leaving a mess | |||||
2015-11-26 | 37229: non-local assignment to a parameter name whose outermost declaration ↵ | Barton E. Schaefer | 1 | -5/+28 | |
is private, is an error rather than a silent no-op. Also fix %prep sed expression for Solaris. | |||||
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 ↵ | Barton E. Schaefer | 1 | -2/+1 | |
ZTST_skip | |||||
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 | |