<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Test/B02typeset.ztst, branch declarednull</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Test/B02typeset.ztst?h=declarednull</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Test/B02typeset.ztst?h=declarednull'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2019-05-14T11:10:10Z</updated>
<entry>
<title>44296: "typeset Q= {X}" crashed the shell.</title>
<updated>2019-05-14T11:10:10Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.stephenson@samsung.com</email>
</author>
<published>2019-05-14T11:10:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=30e356eb1a599dc634e2b46da272afacd46553de'/>
<id>urn:sha1:30e356eb1a599dc634e2b46da272afacd46553de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>43616: Various parameter setting and display fixes.</title>
<updated>2018-10-08T09:10:42Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.stephenson@samsung.com</email>
</author>
<published>2018-10-08T09:10:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f99f7dca7552d21782354f675c0741896c9785f1'/>
<id>urn:sha1:f99f7dca7552d21782354f675c0741896c9785f1</id>
<content type='text'>
Mostly to do with typeset -p and tied variables and their interaction.

Some general tied variable fixes.
</content>
</entry>
<entry>
<title>unposted: Add a test for 43546.</title>
<updated>2018-09-25T16:38:38Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2018-09-25T16:38:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=64a26b209147e4f99e752eceb44905e71feb5ab0'/>
<id>urn:sha1:64a26b209147e4f99e752eceb44905e71feb5ab0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add typeset -p1, like typeset -p with newlines</title>
<updated>2017-10-01T16:53:56Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2017-09-30T12:35:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=728f2adfc8daf2c65c5d4130a903635a58c99fb5'/>
<id>urn:sha1:728f2adfc8daf2c65c5d4130a903635a58c99fb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updates for ksh array element syntax.</title>
<updated>2017-09-24T16:33:07Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2017-09-23T17:17:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=85b0dd71335c8ee6d4925be6b590cbe643edf196'/>
<id>urn:sha1:85b0dd71335c8ee6d4925be6b590cbe643edf196</id>
<content type='text'>
Move detection of key/value pairs down into prefork().

Detect normal array assignment and [key]=val array assignemnt
separately.  Mark key / value pairs with Marker and pass up flag.  Deal
with marked triads specially later on.
</content>
</entry>
<entry>
<title>More [key]=value tweaks</title>
<updated>2017-09-14T20:43:37Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2017-09-14T20:43:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ab7be4238ca89b5dca482a1c3b3fd013b105750e'/>
<id>urn:sha1:ab7be4238ca89b5dca482a1c3b3fd013b105750e</id>
<content type='text'>
Some rephrasings.

Update typeset -p for associative arrays to use new syntax.
</content>
</entry>
<entry>
<title>First go at var=([key]=value) syntax.</title>
<updated>2017-09-13T19:54:00Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2017-09-13T19:54:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=54b395844030342213cacba4c569a6c5e6781c46'/>
<id>urn:sha1:54b395844030342213cacba4c569a6c5e6781c46</id>
<content type='text'>
Works for both normal and typeset case, also var+=...

Still to do: allow to be mixed with straight array assignment,
improve typeset -p, implement [key]+=value.
</content>
</entry>
<entry>
<title>40110: attempt to fix test failures on Solaris</title>
<updated>2016-12-07T05:32:14Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2016-12-07T05:32:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=88d12b809a9f2111bb99ae339af51d0b78d4357f'/>
<id>urn:sha1:88d12b809a9f2111bb99ae339af51d0b78d4357f</id>
<content type='text'>
B02typeset: ignore strerror text in test output, it differs by OS

C02cond: discard stderr when looking for a path to the "mount" command
</content>
</entry>
<entry>
<title>40068: Abort execution when setuid/setgid fail.</title>
<updated>2016-12-03T10:00:08Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2016-12-02T12:08:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=334ed65e2765062a449897d70925255929eae8a8'/>
<id>urn:sha1:334ed65e2765062a449897d70925255929eae8a8</id>
<content type='text'>
The incumbent code would print an error message and continue execution
with the previous uid/gid values, not even setting lastval:

    % UID=42 id -u; echo $?
    zsh: failed to change user ID: operation not permitted
    1000
    0
    %
</content>
</entry>
<entry>
<title>"typeset -p" uses "export" commands or the "-g" option for parameters that are not local to the current scope</title>
<updated>2016-10-24T14:14:39Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2016-10-24T14:14:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0f5e670cde5f844680a20f986786249dfe983584'/>
<id>urn:sha1:0f5e670cde5f844680a20f986786249dfe983584</id>
<content type='text'>
</content>
</entry>
<entry>
<title>37646: bit missed out of previous readonly commit.</title>
<updated>2016-01-19T09:49:40Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2016-01-19T09:49:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d0cd9032d8b46051b490790a30e87a1e87c86670'/>
<id>urn:sha1:d0cd9032d8b46051b490790a30e87a1e87c86670</id>
<content type='text'>
I mean, the commit about readonly.  Commits aren't readonly, this is git.
</content>
</entry>
<entry>
<title>37493: readonly + POSIX_BUILTINS == typeset -gr</title>
<updated>2016-01-02T20:40:31Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2016-01-02T20:40:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=03adf524140dce211372124895fa4356376329a8'/>
<id>urn:sha1:03adf524140dce211372124895fa4356376329a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>37305: typeset -p can now output arrays on one line</title>
<updated>2015-12-04T15:39:53Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-12-04T15:39:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=16684952fbea39879dcbd4356c8d20acad4912b0'/>
<id>urn:sha1:16684952fbea39879dcbd4356c8d20acad4912b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted (after 37243): Explain the breadcrumb by adding a comment.</title>
<updated>2015-11-28T17:48:26Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2015-11-28T17:47:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=324a82b360bf1be5127cb17327744e6d78fb8fe3'/>
<id>urn:sha1:324a82b360bf1be5127cb17327744e6d78fb8fe3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>37243: too many problems with inserting a line into B02, instead add a placeholder and substitute for it.</title>
<updated>2015-11-27T19:20:33Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-11-27T19:20:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=026cb6a8127dfb9a6277ec42cc251ebc77e1300e'/>
<id>urn:sha1:026cb6a8127dfb9a6277ec42cc251ebc77e1300e</id>
<content type='text'>
unposted: %cleanup block is not called when %prep sets ZTST_unimplemented,
so avoid leaving a mess
</content>
</entry>
<entry>
<title>Comment should say export is equivalent to typeset -xg</title>
<updated>2015-11-26T19:15:51Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-11-26T19:15:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=211889c982494eae3f814b4c4822774eb25e60b5'/>
<id>urn:sha1:211889c982494eae3f814b4c4822774eb25e60b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>37224: delete obsolete comment</title>
<updated>2015-11-26T17:28:59Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-11-26T17:28:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e4aec8c19739bf100cfa304708b7975d340a2772'/>
<id>urn:sha1:e4aec8c19739bf100cfa304708b7975d340a2772</id>
<content type='text'>
</content>
</entry>
<entry>
<title>36083: set array value when consistently retying scalar and array</title>
<updated>2015-08-10T19:30:09Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2015-08-10T19:30:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6fa8708bfcc44f2efbf8a38169bf62301d98ef0c'/>
<id>urn:sha1:6fa8708bfcc44f2efbf8a38169bf62301d98ef0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix another test for 35581</title>
<updated>2015-07-22T19:57:29Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-07-22T19:57:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cd690f45316aede3c617e70ad0abae8b7dcd2f80'/>
<id>urn:sha1:cd690f45316aede3c617e70ad0abae8b7dcd2f80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>35581, 35582: output array assignments with spaces inside the parens</title>
<updated>2015-07-22T19:43:09Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-07-22T19:43:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f3e8f4cf7a68a1e0e4356fc0f7e419ada338a3e0'/>
<id>urn:sha1:f3e8f4cf7a68a1e0e4356fc0f7e419ada338a3e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>35623: All is_array assignments should be treated as having a value.</title>
<updated>2015-06-27T16:46:03Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2015-06-27T16:46:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=420bfcfc66d7419632068f1b8e3a368198ecab7f'/>
<id>urn:sha1:420bfcfc66d7419632068f1b8e3a368198ecab7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>35613: Handle array slices in typeset</title>
<updated>2015-06-26T13:55:35Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-06-26T13:55:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=42b9037ae5c1c62866d4dafee444f578c0335ff7'/>
<id>urn:sha1:42b9037ae5c1c62866d4dafee444f578c0335ff7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>35604: create empty arrays in typeset with array=()</title>
<updated>2015-06-25T16:01:48Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-06-25T16:01:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b16d754d9cc36b5bcf506d95621ad3bd69238ab7'/>
<id>urn:sha1:b16d754d9cc36b5bcf506d95621ad3bd69238ab7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>35590: tweak and test text output from typeset</title>
<updated>2015-06-24T13:32:15Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-06-24T13:32:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7b46509e92dbef7bbe26b74d241dd906eaed0aef'/>
<id>urn:sha1:7b46509e92dbef7bbe26b74d241dd906eaed0aef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>various posts: Implement assignment parsing for typeset.</title>
<updated>2015-06-24T09:21:12Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-06-18T13:54:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=39b28980f38e83e15cdeb19a489b5659af97fe93'/>
<id>urn:sha1:39b28980f38e83e15cdeb19a489b5659af97fe93</id>
<content type='text'>
Typeset assignments now work like raw assignments except
for no "+=" and no GLOB_ASSIGN.

Documented in typeset builtin doc and mentioned in release notes.

Tests to ensure basic sanity.

Enabled by default, can be turned off by "disable -r" with typeset
family of commands.
</content>
</entry>
<entry>
<title>35059: fix, document, test readonly -p.</title>
<updated>2015-05-08T11:53:18Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-05-08T11:53:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f855801fb9ed82d2596f52f5b64dd66c42255c5f'/>
<id>urn:sha1:f855801fb9ed82d2596f52f5b64dd66c42255c5f</id>
<content type='text'>
Don't output specials as can't be reconstructed.

Output arrays in a useful order.
</content>
</entry>
<entry>
<title>35054: readonly -p + POSIXBUILTINS fix.</title>
<updated>2015-05-07T11:10:16Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-05-07T11:10:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=60c6bcdeae6d132c0ab770cc8491055b24f7670e'/>
<id>urn:sha1:60c6bcdeae6d132c0ab770cc8491055b24f7670e</id>
<content type='text'>
Now displays unset variables marekd readonly
</content>
</entry>
<entry>
<title>34992: POSIX fix for readonly variables.</title>
<updated>2015-04-29T14:54:49Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-04-29T14:54:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=bf258a1c07a9cf1119f83d1d15310b02b94f4d67'/>
<id>urn:sha1:bf258a1c07a9cf1119f83d1d15310b02b94f4d67</id>
<content type='text'>
With POSIXBUILTINS, variables can be marked readonly if unset.
Also, variables can't have the readonly flag removed.
</content>
</entry>
<entry>
<title>30169: repeat "typeset -T" with same two first arguments is not an error</title>
<updated>2012-08-16T14:00:11Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-08-16T14:00:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=268e56a1446af3ca6df84789180b87ac4f57d1d3'/>
<id>urn:sha1:268e56a1446af3ca6df84789180b87ac4f57d1d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>"typeset -g &lt;var&gt;" should be silent even without TYPESET_SILENT</title>
<updated>2008-11-05T13:01:56Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-11-05T13:01:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=60b410fd7c709f0332355a0b013e92461d3e07ec'/>
<id>urn:sha1:60b410fd7c709f0332355a0b013e92461d3e07ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>25671: non existing variable in typeset -p should cause status 1</title>
<updated>2008-09-15T08:57:25Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-09-15T08:57:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6951a1e0b2ce74ad8f2b30243e721c3890dcdda8'/>
<id>urn:sha1:6951a1e0b2ce74ad8f2b30243e721c3890dcdda8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>25662: declare -p should never create arguments</title>
<updated>2008-09-13T19:59:13Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-09-13T19:59:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b8a36eea87836c8156e4d3d587cb57252e02c7a2'/>
<id>urn:sha1:b8a36eea87836c8156e4d3d587cb57252e02c7a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>24264: restrict effect of 24234 to parameter substitution code and document</title>
<updated>2007-12-16T14:05:14Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-12-16T14:05:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2d03aa87fbdd371209aa63869d42686338d6a96b'/>
<id>urn:sha1:2d03aa87fbdd371209aa63869d42686338d6a96b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>24234: apply typeset parameter flags consistently</title>
<updated>2007-12-13T20:52:52Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-12-13T20:52:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5d5d1bef6e32c7c622f123069059e0e9a473b536'/>
<id>urn:sha1:5d5d1bef6e32c7c622f123069059e0e9a473b536</id>
<content type='text'>
</content>
</entry>
<entry>
<title>23732: three broken tests</title>
<updated>2007-07-31T14:24:26Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-07-31T14:24:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6c60a8ec79600990007f7a73ddbebfb5d9c95ada'/>
<id>urn:sha1:6c60a8ec79600990007f7a73ddbebfb5d9c95ada</id>
<content type='text'>
</content>
</entry>
<entry>
<title>23730: improve preprocessor and regression tests for 23725</title>
<updated>2007-07-31T11:26:54Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-07-31T11:26:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=595dd31b636e0bae3a6c2478514b2d2e65e9b5a6'/>
<id>urn:sha1:595dd31b636e0bae3a6c2478514b2d2e65e9b5a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>23726: test for adding and removing environment variables</title>
<updated>2007-07-30T20:55:40Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-07-30T20:55:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=40b42fc6f66f15b451ea35db2d296524c029982a'/>
<id>urn:sha1:40b42fc6f66f15b451ea35db2d296524c029982a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>see 23479: add initial features support for modules</title>
<updated>2007-05-28T22:57:39Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-05-28T22:57:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b0c5f09169ac31855ebf0e93772bb57b9635b380'/>
<id>urn:sha1:b0c5f09169ac31855ebf0e93772bb57b9635b380</id>
<content type='text'>
</content>
</entry>
<entry>
<title>22518: Initial go at making parameter subscripts</title>
<updated>2006-06-26T18:17:31Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2006-06-26T18:17:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=05bd0b2dd1efabeda472cb2f9a675a7269d4cf6a'/>
<id>urn:sha1:05bd0b2dd1efabeda472cb2f9a675a7269d4cf6a</id>
<content type='text'>
use multibyte characters.
</content>
</entry>
<entry>
<title>Third time's a charm:  a better fix than using either a subshell or</title>
<updated>2005-08-11T16:25:10Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2005-08-11T16:25:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5aa648a5f2a73bf050635e2b548b0f4c8679e957'/>
<id>urn:sha1:5aa648a5f2a73bf050635e2b548b0f4c8679e957</id>
<content type='text'>
"setopt localoptions" is to use a function for the final test (since
it destroys all the variables in the environment).  This allows us to
directly test that the environment was properly restored after the
function call, and ensures that the caller (ZTST_execchunk, which
directly exec'ed the test code) still has all the vars that it expects
in the environment (such as ZTST_verbose, options, and ZTST_mainopts).
</content>
</entry>
<entry>
<title>A better fix than my last patch is to use "setopt localoptions".</title>
<updated>2005-08-10T18:57:23Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2005-08-10T18:57:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a97e3fda33b002ec6065809881388cc1ff816976'/>
<id>urn:sha1:a97e3fda33b002ec6065809881388cc1ff816976</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Put the last test into a sub-shell so that it doesn't interfere</title>
<updated>2005-08-10T07:50:07Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2005-08-10T07:50:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a5d84c393a7b8d9305b9b5e8a5f14596d1b63ef5'/>
<id>urn:sha1:a5d84c393a7b8d9305b9b5e8a5f14596d1b63ef5</id>
<content type='text'>
with the temp-file cleanup.
</content>
</entry>
<entry>
<title>20605: Use separate structure with get/set/unset methods fro parameters.</title>
<updated>2004-12-07T16:54:58Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2004-12-07T16:54:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=69b4b8bdde76b5aee6befa2b66957db22b3f6353'/>
<id>urn:sha1:69b4b8bdde76b5aee6befa2b66957db22b3f6353</id>
<content type='text'>
Separate justification width of parameters from base/precision.
</content>
</entry>
<entry>
<title>20378: Matthias B.: fix bugs joining with metafied chars.</title>
<updated>2004-09-17T09:25:38Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2004-09-17T09:25:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=037485c4a474395064e2b5b1da281ca052796320'/>
<id>urn:sha1:037485c4a474395064e2b5b1da281ca052796320</id>
<content type='text'>
</content>
</entry>
<entry>
<title>19800: reverse sense of `declare +m' test, -m now being allowed for declare</title>
<updated>2004-04-20T11:51:03Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2004-04-20T11:51:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8c890ebe7fb9c9335b2433148dec0588f7fa3f7a'/>
<id>urn:sha1:8c890ebe7fb9c9335b2433148dec0588f7fa3f7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>19139: add tests for typeset -T</title>
<updated>2003-09-25T09:50:23Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2003-09-25T09:50:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a869fe1c57acd59f0908a2968034bdd0e1ec7664'/>
<id>urn:sha1:a869fe1c57acd59f0908a2968034bdd0e1ec7664</id>
<content type='text'>
</content>
</entry>
<entry>
<title>17985: fix hiding/tagging test</title>
<updated>2002-12-06T10:23:15Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2002-12-06T10:23:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a02a308839ce1e61ad353fdc918211357af50e38'/>
<id>urn:sha1:a02a308839ce1e61ad353fdc918211357af50e38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>17967: Quote some arguments in B02typeset.ztst.</title>
<updated>2002-11-26T15:31:20Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2002-11-26T15:31:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=252da01c87086db05083be7e66804e28fcf50c89'/>
<id>urn:sha1:252da01c87086db05083be7e66804e28fcf50c89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>17432: typeset test, typeset shows base for integer</title>
<updated>2002-07-05T10:51:52Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2002-07-05T10:51:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=31d6ad578b88a7bd9006fa27a3f4e8ddb68509ac'/>
<id>urn:sha1:31d6ad578b88a7bd9006fa27a3f4e8ddb68509ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix and regression tests for crash on typeset of local array elements.</title>
<updated>2001-08-13T17:43:04Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2001-08-13T17:43:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d978bb894ee6309f066973f97947b4b110a490cf'/>
<id>urn:sha1:d978bb894ee6309f066973f97947b4b110a490cf</id>
<content type='text'>
</content>
</entry>
</feed>
