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