index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Test
/
B02typeset.ztst
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-14
52752: typeset -p fixes for local exports and "export -x" / "readonly -r" out...
Bart Schaefer
1
-7
/
+7
2024-02-20
52559: revise "typeset -p" with respect to local readonly special parameters
Bart Schaefer
1
-0
/
+14
2021-04-18
47704: POSIX export and readonly ignore "-p" when parameter names also appear
Bart Schaefer
1
-5
/
+3
2019-05-14
44296: "typeset Q= {X}" crashed the shell.
Peter Stephenson
1
-0
/
+7
2018-10-08
43616: Various parameter setting and display fixes.
Peter Stephenson
1
-7
/
+284
2018-09-25
unposted: Add a test for 43546.
Daniel Shahaf
1
-0
/
+5
2017-10-01
Add typeset -p1, like typeset -p with newlines
Peter Stephenson
1
-0
/
+26
2017-09-24
Updates for ksh array element syntax.
Peter Stephenson
1
-0
/
+15
2017-09-14
More [key]=value tweaks
Peter Stephenson
1
-0
/
+2
2017-09-13
First go at var=([key]=value) syntax.
Peter Stephenson
1
-0
/
+55
2016-12-06
40110: attempt to fix test failures on Solaris
Barton E. Schaefer
1
-1
/
+1
2016-12-03
40068: Abort execution when setuid/setgid fail.
Daniel Shahaf
1
-0
/
+10
2016-10-24
"typeset -p" uses "export" commands or the "-g" option for parameters that ar...
Barton E. Schaefer
1
-2
/
+2
2016-01-19
37646: bit missed out of previous readonly commit.
Peter Stephenson
1
-0
/
+5
2016-01-02
37493: readonly + POSIX_BUILTINS == typeset -gr
Barton E. Schaefer
1
-4
/
+4
2015-12-04
37305: typeset -p can now output arrays on one line
Peter Stephenson
1
-11
/
+5
2015-11-28
unposted (after 37243): Explain the breadcrumb by adding a comment.
Daniel Shahaf
1
-0
/
+1
2015-11-27
37243: too many problems with inserting a line into B02, instead add a placeh...
Barton E. Schaefer
1
-0
/
+1
2015-11-26
Comment should say export is equivalent to typeset -xg
Barton E. Schaefer
1
-1
/
+1
2015-11-26
37224: delete obsolete comment
Barton E. Schaefer
1
-1
/
+1
2015-08-10
36083: set array value when consistently retying scalar and array
Peter Stephenson
1
-0
/
+3
2015-07-22
fix another test for 35581
Barton E. Schaefer
1
-2
/
+2
2015-07-22
35581, 35582: output array assignments with spaces inside the parens
Barton E. Schaefer
1
-3
/
+3
2015-06-27
35623: All is_array assignments should be treated as having a value.
Peter Stephenson
1
-0
/
+16
2015-06-26
35613: Handle array slices in typeset
Peter Stephenson
1
-0
/
+15
2015-06-25
35604: create empty arrays in typeset with array=()
Peter Stephenson
1
-0
/
+13
2015-06-24
35590: tweak and test text output from typeset
Peter Stephenson
1
-0
/
+12
2015-06-24
various posts: Implement assignment parsing for typeset.
Peter Stephenson
1
-1
/
+144
2015-05-08
35059: fix, document, test readonly -p.
Peter Stephenson
1
-0
/
+21
2015-05-07
35054: readonly -p + POSIXBUILTINS fix.
Peter Stephenson
1
-2
/
+4
2015-04-29
34992: POSIX fix for readonly variables.
Peter Stephenson
1
-0
/
+17
2012-08-16
30169: repeat "typeset -T" with same two first arguments is not an error
Peter Stephenson
1
-0
/
+9
2008-11-05
"typeset -g <var>" should be silent even without TYPESET_SILENT
Peter Stephenson
1
-0
/
+6
2008-09-15
25671: non existing variable in typeset -p should cause status 1
Peter Stephenson
1
-1
/
+1
2008-09-13
25662: declare -p should never create arguments
Peter Stephenson
1
-0
/
+9
2007-12-16
24264: restrict effect of 24234 to parameter substitution code and document
Peter Stephenson
1
-4
/
+4
2007-12-13
24234: apply typeset parameter flags consistently
Peter Stephenson
1
-1
/
+40
2007-07-31
23732: three broken tests
Peter Stephenson
1
-1
/
+1
2007-07-31
23730: improve preprocessor and regression tests for 23725
Peter Stephenson
1
-0
/
+17
2007-07-30
23726: test for adding and removing environment variables
Peter Stephenson
1
-0
/
+11
2007-05-28
see 23479: add initial features support for modules
Peter Stephenson
1
-2
/
+0
2006-06-26
22518: Initial go at making parameter subscripts
Peter Stephenson
1
-2
/
+15
2005-08-11
Third time's a charm: a better fix than using either a subshell or
Wayne Davison
1
-11
/
+17
2005-08-10
A better fix than my last patch is to use "setopt localoptions".
Wayne Davison
1
-3
/
+3
2005-08-10
Put the last test into a sub-shell so that it doesn't interfere
Wayne Davison
1
-2
/
+2
2004-12-07
20605: Use separate structure with get/set/unset methods fro parameters.
Peter Stephenson
1
-1
/
+93
2004-09-17
20378: Matthias B.: fix bugs joining with metafied chars.
Peter Stephenson
1
-0
/
+15
2004-04-20
19800: reverse sense of `declare +m' test, -m now being allowed for declare
Oliver Kiddle
1
-4
/
+4
2003-09-25
19139: add tests for typeset -T
Peter Stephenson
1
-0
/
+12
2002-12-06
17985: fix hiding/tagging test
Bart Schaefer
1
-1
/
+1
[next]