<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Doc/Zsh/builtins.yo, branch job_control_debug2</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Doc/Zsh/builtins.yo?h=job_control_debug2</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Doc/Zsh/builtins.yo?h=job_control_debug2'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2018-02-26T19:58:01Z</updated>
<entry>
<title>42399: document echo and behaviour of - and --</title>
<updated>2018-02-26T19:58:01Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2018-02-26T19:58:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=557d1d7259229ee7dd762750f3bfbcd7412c8564'/>
<id>urn:sha1:557d1d7259229ee7dd762750f3bfbcd7412c8564</id>
<content type='text'>
</content>
</entry>
<entry>
<title>42004: fix parentheses in documentation</title>
<updated>2017-11-11T12:42:51Z</updated>
<author>
<name>Martijn Dekker</name>
<email>martijn@inlv.org</email>
</author>
<published>2017-11-10T19:01:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b432d518e4a2c5dfe3723571c24d69ebdc0b62ba'/>
<id>urn:sha1:b432d518e4a2c5dfe3723571c24d69ebdc0b62ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: Document "typeset -p"'s optional argument in the inline synopsis.</title>
<updated>2017-10-17T17:59:06Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2017-10-17T17:59:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3b0c8bdac8930712c2f7ee7fd0b737de2185144f'/>
<id>urn:sha1:3b0c8bdac8930712c2f7ee7fd0b737de2185144f</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>41679: slight clarification on exec of builtins</title>
<updated>2017-09-13T09:47:16Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2017-09-13T09:47:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=91484e0d420e9ffcd9a0b0d6b893c213d16ffebd'/>
<id>urn:sha1:91484e0d420e9ffcd9a0b0d6b893c213d16ffebd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>41470: Another note on new effect of POSIX_BUILTINS</title>
<updated>2017-08-01T08:37:26Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2017-08-01T08:37:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=27efa0efd43d1b5aa00c620710cf6d7568e3ca9b'/>
<id>urn:sha1:27efa0efd43d1b5aa00c620710cf6d7568e3ca9b</id>
<content type='text'>
exec now won't find precommand modifiers after it with the
option set.  This may need further attention.
</content>
</entry>
<entry>
<title>41464, 41466: With POSIX_BUILTINS, exec only executes sexternal commands.</title>
<updated>2017-07-27T08:22:04Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2017-07-26T15:56:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d4b94b5e8388c744a1d879fecb5af957b170c4c1'/>
<id>urn:sha1:d4b94b5e8388c744a1d879fecb5af957b170c4c1</id>
<content type='text'>
Document the default behaviour and add a test.
</content>
</entry>
<entry>
<title>41244: Add zmodload -s option.</title>
<updated>2017-06-12T09:10:23Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2017-06-12T09:10:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d5c22d356ba442fd5811e15cc35b5480008722f4'/>
<id>urn:sha1:d5c22d356ba442fd5811e15cc35b5480008722f4</id>
<content type='text'>
Doesn't complain if module is unavailable, but prints more
obscure errors.

Use existing low-level silent flag by passing through
intermediate module loading hierarchy.
</content>
</entry>
<entry>
<title>unposted: minor formatting: var() instead of tt().</title>
<updated>2017-04-01T22:23:43Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2017-04-01T22:23:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=eaeebeb8bb80cd7e2f5c703c7da31f44a1ab3182'/>
<id>urn:sha1:eaeebeb8bb80cd7e2f5c703c7da31f44a1ab3182</id>
<content type='text'>
</content>
</entry>
<entry>
<title>40816: Document interaction of 'print -P' and 'print -f'.</title>
<updated>2017-03-12T19:37:18Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2017-03-10T08:56:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d044530afd34c9d281953e304e9b2a622cb0c0f0'/>
<id>urn:sha1:d044530afd34c9d281953e304e9b2a622cb0c0f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>40622 with typos fixed: functions -Ms.</title>
<updated>2017-03-01T10:01:01Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2017-03-01T10:01:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=47c05f6b66ebd071a60a76158d7f51d4b49c25a2'/>
<id>urn:sha1:47c05f6b66ebd071a60a76158d7f51d4b49c25a2</id>
<content type='text'>
This adds the capability for mathematical functions based on shell
functions to have a string argument.  Module functions have had
this for a long time.
</content>
</entry>
<entry>
<title>40537: Document previous change to autoload</title>
<updated>2017-02-13T16:34:27Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2017-02-13T16:34:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d8c66e65a29d1b1bd8ce11b7caf270b7f6b6cee5'/>
<id>urn:sha1:d8c66e65a29d1b1bd8ce11b7caf270b7f6b6cee5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>40391: Add WARN_NESTED_VAR option and functions -W.</title>
<updated>2017-01-23T09:50:57Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2017-01-23T09:50:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c861b17bbf002129f29e22ab625fd3516ba792a2'/>
<id>urn:sha1:c861b17bbf002129f29e22ab625fd3516ba792a2</id>
<content type='text'>
These are companions to WARN_CREATED_GLOBAL, warning when a variable
from an enclosing scope is altered.
</content>
</entry>
<entry>
<title>Add features associated with autoloading a function using an absolute</title>
<updated>2017-01-11T11:26:13Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2017-01-11T11:26:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f26d1ba6b01a358c83f28219c7a01e546e84d2ee'/>
<id>urn:sha1:f26d1ba6b01a358c83f28219c7a01e546e84d2ee</id>
<content type='text'>
path.

-d defaults to normal fpath

-r remembers the path without actually loading.  May be combined with -d.

-R does the same but it's an error if not found

-X can now take a directory path: this is used to output not yet loaded
functions that have an associated path.
</content>
</entry>
<entry>
<title>40318 (in part): Document echo \c behaviour.</title>
<updated>2017-01-10T03:48:25Z</updated>
<author>
<name>Phil Pennock</name>
<email>zsh-workers+phil.pennock@spodhuis.org</email>
</author>
<published>2017-01-09T20:32:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1db0eea95ae3d09475a8746ed85fe764b7c89798'/>
<id>urn:sha1:1db0eea95ae3d09475a8746ed85fe764b7c89798</id>
<content type='text'>
</content>
</entry>
<entry>
<title>40035: Cosmetic fixes for comments and documentation.</title>
<updated>2016-11-29T17:13:52Z</updated>
<author>
<name>Eitan Adler</name>
<email>lists@eitanadler.com</email>
</author>
<published>2016-11-29T06:53:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=110ffae9fefa1367af4fdcc90a456de23b92436c'/>
<id>urn:sha1:110ffae9fefa1367af4fdcc90a456de23b92436c</id>
<content type='text'>
Mostly fixes to doubled words.
</content>
</entry>
<entry>
<title>39389: when printf -v is used with an array use separate elements each time the format is reused</title>
<updated>2016-11-04T23:27:47Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2016-11-04T23:27:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4b41e33cbcf8027b53ecae4467dc9232becb0420'/>
<id>urn:sha1:4b41e33cbcf8027b53ecae4467dc9232becb0420</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: update or remove references to typeset behavior obsoleted by 35586.</title>
<updated>2016-09-30T22:57:15Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2016-09-30T22:57:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0a5bf8e767a9c9239824f98f39bb983c436a00d6'/>
<id>urn:sha1:0a5bf8e767a9c9239824f98f39bb983c436a00d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: fix duplicated words</title>
<updated>2016-07-08T20:21:42Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2016-07-08T20:21:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=fc286168edac8c0b5fb9e8ec6226d4c77bcde79f'/>
<id>urn:sha1:fc286168edac8c0b5fb9e8ec6226d4c77bcde79f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>38653 + 38657: 'functions -T' tracing: recurse into anonymous functions.</title>
<updated>2016-06-13T08:53:18Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2016-06-10T17:37:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7badf262c1a33c8c5f7ee8ccc152733fcb5a05f7'/>
<id>urn:sha1:7badf262c1a33c8c5f7ee8ccc152733fcb5a05f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: Doc/Zsh/builtins.yo: Fix typo</title>
<updated>2016-05-06T19:32:11Z</updated>
<author>
<name>Axel Beckert</name>
<email>abe@deuxchevaux.org</email>
</author>
<published>2016-05-06T19:32:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1bf2ba4f19fda52720cd19346d19b9b391c436c9'/>
<id>urn:sha1:1bf2ba4f19fda52720cd19346d19b9b391c436c9</id>
<content type='text'>
Found by Debian's lintian tool.
</content>
</entry>
<entry>
<title>Dmitry Marakasov: 38162: accept G for gigabytes in limit command</title>
<updated>2016-03-26T16:45:47Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2016-03-26T16:45:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1ea94513cc329c682d1afeaecd3bbfc3c66882ab'/>
<id>urn:sha1:1ea94513cc329c682d1afeaecd3bbfc3c66882ab</id>
<content type='text'>
from github pull request - some formatting edited
</content>
</entry>
<entry>
<title>37893: document typeset -U behaviour for PATH-style variables</title>
<updated>2016-02-09T16:03:36Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2016-02-09T16:03:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=db3f2d253cacd566f68ecc0dc942a596f89674df'/>
<id>urn:sha1:db3f2d253cacd566f68ecc0dc942a596f89674df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>37896: zshbuiltins: Document argv behaviour of 'source' without arguments</title>
<updated>2016-02-09T03:39:17Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2016-02-07T00:22:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b0706d64eea55aebaad66a32510e40f41d15d32e'/>
<id>urn:sha1:b0706d64eea55aebaad66a32510e40f41d15d32e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>37845: Forward-reference typeset instances where no parameter is created, and remove the obsolete statement about array assignments separated from typeset command on -p.</title>
<updated>2016-01-31T23:17:44Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2016-01-31T23:17:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0baf57701c458b9497d402911fb77443b5be529c'/>
<id>urn:sha1:0baf57701c458b9497d402911fb77443b5be529c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>37844: reorder typeset introduction to keep related concepts together.</title>
<updated>2016-01-30T21:07:04Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2016-01-30T21:07:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=31d0bc1cdce378b862f7878503195ff0cc1728d4'/>
<id>urn:sha1:31d0bc1cdce378b862f7878503195ff0cc1728d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>37831: typeset: Document exit status difference from parameter assignment statements</title>
<updated>2016-01-30T07:37:46Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2016-01-29T09:18:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3b69b121def33bb02d01ba23a7148129ab2aed46'/>
<id>urn:sha1:3b69b121def33bb02d01ba23a7148129ab2aed46</id>
<content type='text'>
</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>37467: add "print -v var" / "printf -v var"</title>
<updated>2015-12-31T20:38:10Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-12-31T20:38:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=15b73ea99b7e156dc9281d89a68fea8fae76706b'/>
<id>urn:sha1:15b73ea99b7e156dc9281d89a68fea8fae76706b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>37310: effect of disabling typeset reserved word</title>
<updated>2015-12-07T09:44:06Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-12-07T09:44:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=dfd761058e5b187c6ec9e8695cd93d64799ccd69'/>
<id>urn:sha1:dfd761058e5b187c6ec9e8695cd93d64799ccd69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: a few cosmetic format fixes in docs</title>
<updated>2015-11-12T16:03:38Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2015-11-12T16:02:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d5ba08af4933fdef596f5151b3e903868d352f65'/>
<id>urn:sha1:d5ba08af4933fdef596f5151b3e903868d352f65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>37038: add -l option to emulate to list options in emulations</title>
<updated>2015-11-01T18:12:40Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2015-11-01T18:12:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ba36967b575ca57ebde3349e62c190ca69b73832'/>
<id>urn:sha1:ba36967b575ca57ebde3349e62c190ca69b73832</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove sentence fragment</title>
<updated>2015-10-01T02:58:43Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-10-01T02:58:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d1a810b000296bac43b114af526b0787068ae3ba'/>
<id>urn:sha1:d1a810b000296bac43b114af526b0787068ae3ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cf. users/20606: zcompile prepares scripts for sourcing, not for execution</title>
<updated>2015-09-20T06:06:55Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-09-20T06:06:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=bdcdb562d97f7ed604ead37ccda52792dff9a93f'/>
<id>urn:sha1:bdcdb562d97f7ed604ead37ccda52792dff9a93f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cf. users/20586: clean up cross-references to the "Autoloading Functions" doc</title>
<updated>2015-09-18T17:10:35Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-09-18T17:10:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=18d82a6c401758e8bd49fef9478168c68d7d2652'/>
<id>urn:sha1:18d82a6c401758e8bd49fef9478168c68d7d2652</id>
<content type='text'>
</content>
</entry>
<entry>
<title>36067: fix typo and format in the documentation</title>
<updated>2015-08-11T04:07:59Z</updated>
<author>
<name>Jun T</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2015-08-11T04:07:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=bde91914df8fcbe1c53a575518f4f59a3996c0b0'/>
<id>urn:sha1:bde91914df8fcbe1c53a575518f4f59a3996c0b0</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>35350: extend "fc -I" to cover listing of "internal" history events only</title>
<updated>2015-06-06T19:31:47Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-06-06T19:31:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=229bc3cc74bfa8d6c23a02a3e0e89d7f08467dd1'/>
<id>urn:sha1:229bc3cc74bfa8d6c23a02a3e0e89d7f08467dd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>35386: expand tabs where useful in builtins outputing function.</title>
<updated>2015-06-05T10:21:22Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-06-05T10:21:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2abba7243a736a2fc626f3cc917d8a67014d4d20'/>
<id>urn:sha1:2abba7243a736a2fc626f3cc917d8a67014d4d20</id>
<content type='text'>
Also add to zed -f.

Option is -x &lt;numm&gt;.
</content>
</entry>
<entry>
<title>35353: print -x and print -X expand tabs</title>
<updated>2015-06-02T08:17:04Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-06-02T08:17:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=93e72ed1e9ef573e3bb9cd95d67233df46d33973'/>
<id>urn:sha1:93e72ed1e9ef573e3bb9cd95d67233df46d33973</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/20238: add "fc -L" to operate only on the local shell history</title>
<updated>2015-05-30T22:22:09Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-05-30T22:22:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=911edc5ea475bdf679feee7c800369d8285c263d'/>
<id>urn:sha1:911edc5ea475bdf679feee7c800369d8285c263d</id>
<content type='text'>
Also avoid invoking the editor on empty results.
</content>
</entry>
<entry>
<title>35318: POSIX_BUILTINS behaviour for getopts.</title>
<updated>2015-05-28T17:32:39Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-05-28T17:32:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2b08d0ed6747a4acf44b73068bfafc54ca1d0acf'/>
<id>urn:sha1:2b08d0ed6747a4acf44b73068bfafc54ca1d0acf</id>
<content type='text'>
It needs to keep OPTIND, as well as the index within the
string pointed to by OPTIND, global in this case.
</content>
</entry>
<entry>
<title>35289: fix typos in the description of emulate</title>
<updated>2015-05-26T14:12:37Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2015-05-26T14:12:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0a97508bf64f0a5311d67d2a53a9d05147947b8c'/>
<id>urn:sha1:0a97508bf64f0a5311d67d2a53a9d05147947b8c</id>
<content type='text'>
based on 34981 by Han Pingtian
</content>
</entry>
<entry>
<title>35193: Add "unalias -a".</title>
<updated>2015-05-18T15:57:08Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-05-18T15:56:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ff190946690b5e770721462b706029559c0f9587'/>
<id>urn:sha1:ff190946690b5e770721462b706029559c0f9587</id>
<content type='text'>
</content>
</entry>
<entry>
<title>35075: improve manual format</title>
<updated>2015-05-11T15:36:18Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2015-05-11T15:36:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ffdeb1c25728c722567d6f9de2d714f3f1f2a4de'/>
<id>urn:sha1:ffdeb1c25728c722567d6f9de2d714f3f1f2a4de</id>
<content type='text'>
also fixed a ChangeLog entry for 35034 (2015-05-06)
</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>35034: improve manual format up to Chapter18</title>
<updated>2015-05-06T01:45:21Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2015-05-06T01:45:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=36a55e278e31cfdf3e2e5212ade32d254e4a857a'/>
<id>urn:sha1:36a55e278e31cfdf3e2e5212ade32d254e4a857a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>35008: clarify description of 'exec' and 'return'</title>
<updated>2015-05-01T13:11:30Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2015-05-01T13:09:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=938751d2636f1b45b438f345b89861f1b0ed628e'/>
<id>urn:sha1:938751d2636f1b45b438f345b89861f1b0ed628e</id>
<content type='text'>
</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>34643: clarify documentation for print and bindkey</title>
<updated>2015-03-06T11:32:56Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2015-03-06T11:32:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d902b55bd404902ea42f4ac780d47960e088d9fd'/>
<id>urn:sha1:d902b55bd404902ea42f4ac780d47960e088d9fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: fix formatting of "--".</title>
<updated>2015-02-04T03:26:51Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-02-04T03:26:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a7925f9a1ca551d43ad39e1ff24757fa9edc94c9'/>
<id>urn:sha1:a7925f9a1ca551d43ad39e1ff24757fa9edc94c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: fix other typeset doc errors</title>
<updated>2015-01-28T17:07:25Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-01-28T17:07:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=22ad56296d9f2c2f57c1e6d38ad3f4b94afc9a41'/>
<id>urn:sha1:22ad56296d9f2c2f57c1e6d38ad3f4b94afc9a41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>34421: clean up typeset documentation</title>
<updated>2015-01-28T16:04:52Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-01-28T16:04:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6558ab611b931cc9f2fbb94ddd3d4e0dbf869b3a'/>
<id>urn:sha1:6558ab611b931cc9f2fbb94ddd3d4e0dbf869b3a</id>
<content type='text'>
Also remove duplicated ChangeLog entry for 34365.
</content>
</entry>
<entry>
<title>34373, 34374: update completion of builtin commands, modifiers,</title>
<updated>2015-01-25T17:23:03Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2015-01-25T17:22:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f972b023a20e9fb67b2693ab7c5936d5c545fe55'/>
<id>urn:sha1:f972b023a20e9fb67b2693ab7c5936d5c545fe55</id>
<content type='text'>
parameter and globbing flags
</content>
</entry>
<entry>
<title>34329: add -S option to which and where</title>
<updated>2015-01-20T17:31:28Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-01-20T17:31:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0e3548994ee351a317c73c88e6c83e5e9e123f9d'/>
<id>urn:sha1:0e3548994ee351a317c73c88e6c83e5e9e123f9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/19682: document recommended use of whence</title>
<updated>2015-01-04T00:28:03Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2015-01-04T00:28:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=aa622e08014744c54e585e34613c2572a27f0f4b'/>
<id>urn:sha1:aa622e08014744c54e585e34613c2572a27f0f4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/19667: whence -S shows intermediate steps in symlink expansion</title>
<updated>2015-01-02T21:32:51Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2015-01-02T21:32:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=33d1439fdbf56ec100dbddfa9f7472a0da59d183'/>
<id>urn:sha1:33d1439fdbf56ec100dbddfa9f7472a0da59d183</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zsh-users/19551: history documentation.</title>
<updated>2014-12-17T10:53:13Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2014-12-17T10:53:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4042640eee1c95eb45e3eb773bb55ae556a0208e'/>
<id>urn:sha1:4042640eee1c95eb45e3eb773bb55ae556a0208e</id>
<content type='text'>
Note in a couple of places that history file reading and writing
is only done in interactive shells.
</content>
</entry>
<entry>
<title>33746: read -q doc refers to -t</title>
<updated>2014-11-24T10:05:44Z</updated>
<author>
<name>Daniel Hahler</name>
<email>genml+zsh-workers@thequod.de</email>
</author>
<published>2014-11-21T18:48:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1fec267156f86756275c2ff1faa97cdc975749e0'/>
<id>urn:sha1:1fec267156f86756275c2ff1faa97cdc975749e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33531 with additions: retain status of exited background jobs.</title>
<updated>2014-10-26T17:47:42Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2014-10-26T17:47:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b4f7ccecd93ca9e64c3c3c774fdaefae83d7204a'/>
<id>urn:sha1:b4f7ccecd93ca9e64c3c3c774fdaefae83d7204a</id>
<content type='text'>
Add linked list of unwaited-for background jobs.
Truncate at value of _SC_CHILD_MAX discarding oldest.
Remove old lastpid_status mechanism for latest exited process only.
Slightly tighten safety of permanently allocated linked lists so
that this doesn't compromise signal handling.
</content>
</entry>
<entry>
<title>Fix some typos in the documentation</title>
<updated>2014-10-03T02:54:48Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2014-10-02T16:04:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7eb949a6bb2faa60788525ad7c5a9bbbffabd347'/>
<id>urn:sha1:7eb949a6bb2faa60788525ad7c5a9bbbffabd347</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33323: fix bug in removing math functions and complete -M option to functions</title>
<updated>2014-10-02T17:29:32Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2014-10-02T16:57:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=00a654af5c84f10a682f7e47547f7362865f2139'/>
<id>urn:sha1:00a654af5c84f10a682f7e47547f7362865f2139</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33312: document redirections applied to function definitions</title>
<updated>2014-10-01T19:36:55Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2014-10-01T19:36:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5e516898d73dd797248082daefeb4147ae20fec4'/>
<id>urn:sha1:5e516898d73dd797248082daefeb4147ae20fec4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33091: improve documentation for ttyctl</title>
<updated>2014-09-04T08:31:44Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2014-09-04T08:31:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2bff41d1f67a757962c7f1db5223ee676d10e7f5'/>
<id>urn:sha1:2bff41d1f67a757962c7f1db5223ee676d10e7f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>32944: read -qs is handled correctly by current code</title>
<updated>2014-08-03T19:33:11Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2014-08-03T19:33:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1f396dbe25259d4279811c893cbf381d675ad97c'/>
<id>urn:sha1:1f396dbe25259d4279811c893cbf381d675ad97c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>force retention of whitespace in "fc" item prototype</title>
<updated>2014-07-20T18:44:51Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2014-07-20T18:44:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4054f1a0e8b4e3ead410d30736bb7c2aaca39d85'/>
<id>urn:sha1:4054f1a0e8b4e3ead410d30736bb7c2aaca39d85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>32799: resource NTHR not well handled on NetBSD</title>
<updated>2014-06-26T09:48:19Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2014-06-26T09:48:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e0dccff13e0c190e75d0a8d40537ea96abfecb93'/>
<id>urn:sha1:e0dccff13e0c190e75d0a8d40537ea96abfecb93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: document interactions of "fc -R" etc. with "fc -l" and $HISTCMD</title>
<updated>2014-02-17T17:57:05Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2014-02-17T17:57:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=76ab661df3015f5adc10ff58ba5ea773901753bf'/>
<id>urn:sha1:76ab661df3015f5adc10ff58ba5ea773901753bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor indexing changes to generate more consistent page layouts</title>
<updated>2014-02-02T22:16:01Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2014-02-02T22:16:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=36ce87d367b245aae18ee4a25f4d1ded4705b611'/>
<id>urn:sha1:36ce87d367b245aae18ee4a25f4d1ded4705b611</id>
<content type='text'>
</content>
</entry>
<entry>
<title>32246: option "shift -p" pops arguments from end of array</title>
<updated>2014-01-11T19:31:29Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2014-01-11T19:31:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ed44ddad22d2b8476ea72cba46c8847d5f082a87'/>
<id>urn:sha1:ed44ddad22d2b8476ea72cba46c8847d5f082a87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/18210: document "print -D" better</title>
<updated>2013-12-09T22:26:18Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2013-12-09T22:26:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=65725440aa80aa823284a2074ea4d1b40866f4fc'/>
<id>urn:sha1:65725440aa80aa823284a2074ea4d1b40866f4fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>31936: Rationalise limits for threads</title>
<updated>2013-11-03T19:51:34Z</updated>
<author>
<name>Stefan Neudorf</name>
<email>BM-2cXppXU4T67w7j6NCir9T1WdzBHmFgBnLj@bitmessage.ch</email>
</author>
<published>2013-10-31T23:41:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=73746daf7f1e79fa970ab979e645915295157426'/>
<id>urn:sha1:73746daf7f1e79fa970ab979e645915295157426</id>
<content type='text'>
</content>
</entry>
<entry>
<title>31935: further updates to limits for BSD</title>
<updated>2013-11-03T19:47:00Z</updated>
<author>
<name>Stefan Neudorf</name>
<email>BM-2cXppXU4T67w7j6NCir9T1WdzBHmFgBnLj@bitmessage.ch</email>
</author>
<published>2013-10-31T23:09:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=93dec3a96a38141c6176eb07d51c59f0ab15d151'/>
<id>urn:sha1:93dec3a96a38141c6176eb07d51c59f0ab15d151</id>
<content type='text'>
</content>
</entry>
<entry>
<title>31930 / 31934: New limits from BSD.</title>
<updated>2013-10-31T20:25:13Z</updated>
<author>
<name>Stefan Neudorf</name>
<email>BM-2cXppXU4T67w7j6NCir9T1WdzBHmFgBnLj@bitmessage.ch</email>
</author>
<published>2013-10-30T01:33:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=790a4fee2b498a80b43605d64f4c81f01501b727'/>
<id>urn:sha1:790a4fee2b498a80b43605d64f4c81f01501b727</id>
<content type='text'>
Avoid clash of uses for ulimit -k.
</content>
</entry>
<entry>
<title>31873: Document conventions for command options in builtins</title>
<updated>2013-10-23T17:11:40Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2013-10-23T17:11:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=225ee4c810be2c996ff83e75f696cf196bbf30ea'/>
<id>urn:sha1:225ee4c810be2c996ff83e75f696cf196bbf30ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Users/18033: Documentation for exit and ERR_EXIT.</title>
<updated>2013-10-16T19:55:48Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2013-10-16T19:55:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a8f736b4cf8d186af4aea6f48ae7a5335d9ad8bb'/>
<id>urn:sha1:a8f736b4cf8d186af4aea6f48ae7a5335d9ad8bb</id>
<content type='text'>
Notes about interaction with asynchronous jobs such as process
substitution and multios.
</content>
</entry>
<entry>
<title>31805: Update _enable and _disable for -p, fix related typo in docs</title>
<updated>2013-10-11T12:57:57Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2013-10-09T15:28:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6f921b91f475f77c1447fed4cada24235958b13d'/>
<id>urn:sha1:6f921b91f475f77c1447fed4cada24235958b13d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>31592: improve documentary for handling of named directories.</title>
<updated>2013-07-28T17:37:00Z</updated>
<author>
<name>Manuel Presnitz</name>
<email>mpy@gmx.net</email>
</author>
<published>2013-07-28T12:09:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5b85ac9011bb5443fc019ad00907c0a16597b21a'/>
<id>urn:sha1:5b85ac9011bb5443fc019ad00907c0a16597b21a</id>
<content type='text'>
Minor changes of phrasing.
</content>
</entry>
<entry>
<title>31444: Basic code for enable/disable -p</title>
<updated>2013-06-13T17:38:33Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2013-06-13T17:38:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=fdf2867e5f08809ff3fccc78fb6df13a196e3efc'/>
<id>urn:sha1:fdf2867e5f08809ff3fccc78fb6df13a196e3efc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>30780: document that set -o failures are hard but setopt failures are soft</title>
<updated>2012-11-08T12:24:48Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-11-08T12:24:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7f767568a6490b0a34d35d8db7bb0fcd3da797b6'/>
<id>urn:sha1:7f767568a6490b0a34d35d8db7bb0fcd3da797b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>30726: make shell options passed to emulate stick along with the emulation</title>
<updated>2012-10-11T20:14:01Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-10-11T20:14:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4b86cc48f704152ccca13c50bc3acd59b4217ecc'/>
<id>urn:sha1:4b86cc48f704152ccca13c50bc3acd59b4217ecc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>30718: emulate command evaluations should apply sticky emulation</title>
<updated>2012-10-07T17:50:18Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-10-07T17:50:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=321471891e259c7b406f3cfaf1c076b28ae16a5f'/>
<id>urn:sha1:321471891e259c7b406f3cfaf1c076b28ae16a5f</id>
<content type='text'>
to autoloads, too
</content>
</entry>
<entry>
<title>30692: allow autoload +X -m to work</title>
<updated>2012-09-21T19:08:35Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-09-21T19:08:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=dbec4fa6ccccb717608498b83989b21967948bde'/>
<id>urn:sha1:dbec4fa6ccccb717608498b83989b21967948bde</id>
<content type='text'>
change to _path_files to make it load in that fashion
</content>
</entry>
<entry>
<title>30633: "functions -T" only traces marked function, not called functions</title>
<updated>2012-08-21T18:03:01Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-08-21T18:03:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6f3ff6b653ca5e6f528bc46ec6295cb6d263a9fd'/>
<id>urn:sha1:6f3ff6b653ca5e6f528bc46ec6295cb6d263a9fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>30629 plus unposted formatting changes:</title>
<updated>2012-08-17T13:26:22Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-08-17T13:26:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e92a823a4b143f42dcb867f74f25b074cd991666'/>
<id>urn:sha1:e92a823a4b143f42dcb867f74f25b074cd991666</id>
<content type='text'>
support socket buffer size limit properly in ulimit;
improve consistency of output and documentation and tweak formatting appropriately
</content>
</entry>
<entry>
<title>30627: support RLIMIT_NTHR as on NetBSD</title>
<updated>2012-08-17T11:12:34Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-08-17T11:12:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9fdcd824d8df307081723ec5f0ae04c838b2b7b8'/>
<id>urn:sha1:9fdcd824d8df307081723ec5f0ae04c838b2b7b8</id>
<content type='text'>
</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>30320: "emulate" accepts invocation-time flags; other small doc tweaks.</title>
<updated>2012-03-07T06:10:42Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2012-03-07T06:10:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=fa8a0e241c8ac9eb48ab9fc2d8bb3105088e0db9'/>
<id>urn:sha1:fa8a0e241c8ac9eb48ab9fc2d8bb3105088e0db9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>30303: emulate inside function marked for execution tracing enables xtrace</title>
<updated>2012-03-01T13:00:52Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-03-01T13:00:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7614be7fe1b9a9692a6c8f5c5f471df3ef288366'/>
<id>urn:sha1:7614be7fe1b9a9692a6c8f5c5f471df3ef288366</id>
<content type='text'>
</content>
</entry>
<entry>
<title>29413: "print -S" for saving to history with lexical word split</title>
<updated>2011-06-03T19:54:43Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-06-03T19:54:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=12e246495c2f40ca289b27a552d548318f255472'/>
<id>urn:sha1:12e246495c2f40ca289b27a552d548318f255472</id>
<content type='text'>
</content>
</entry>
<entry>
<title>29307, 29308 + replies: Fix some doubled words in docs and comments.</title>
<updated>2011-05-19T16:10:46Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2011-05-19T16:10:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0'/>
<id>urn:sha1:72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28805: move stray text about the sched builtin away from the set builtin.</title>
<updated>2011-03-03T05:06:14Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2011-03-03T05:06:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e58ad7548f218951fe3e424ba241720de9a81bf8'/>
<id>urn:sha1:e58ad7548f218951fe3e424ba241720de9a81bf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mikael: 28487: fix docs to refer to current directory</title>
<updated>2010-12-06T13:53:15Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-12-06T13:53:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=32ce1cdd7978155a49c9bd85faaf3895068edebe'/>
<id>urn:sha1:32ce1cdd7978155a49c9bd85faaf3895068edebe</id>
<content type='text'>
rather than $PWD
</content>
</entry>
<entry>
<title>unposted: note exit trap runs before exit hook</title>
<updated>2010-09-12T19:01:39Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-09-12T19:01:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ed7798ed07dde52fe2ff4eccb2d8ccab3adf8b42'/>
<id>urn:sha1:ed7798ed07dde52fe2ff4eccb2d8ccab3adf8b42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>27661: Ben: typo in manual page references</title>
<updated>2010-02-04T17:40:06Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-02-04T17:40:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=fdb266d8193a0c472028e6bd7508c678b95daa6e'/>
<id>urn:sha1:fdb266d8193a0c472028e6bd7508c678b95daa6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>27648, 267650/1, unposted README change:</title>
<updated>2010-02-03T18:34:32Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-02-03T18:34:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8ac97f3308ed8b33738b16f4464876f886b9237b'/>
<id>urn:sha1:8ac97f3308ed8b33738b16f4464876f886b9237b</id>
<content type='text'>
Turn off repeat and turn on ulimit in emulation modes
</content>
</entry>
<entry>
<title>27566: add ulimit -c hard and immediate return on argument error</title>
<updated>2010-01-05T16:29:35Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-01-05T16:29:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f80bc2b5f6dc4c6aa58da88e075a588988807afb'/>
<id>urn:sha1:f80bc2b5f6dc4c6aa58da88e075a588988807afb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Darel Henman: users/14412: fix confusion in getopts documentation</title>
<updated>2009-09-19T16:29:16Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2009-09-19T16:29:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=418fc360ec2b1357e9e1dc4913b119d26c6e08df'/>
<id>urn:sha1:418fc360ec2b1357e9e1dc4913b119d26c6e08df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mikael: 27279: doc tweaks</title>
<updated>2009-09-18T09:50:49Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2009-09-18T09:50:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2f7f3307fa29a1af462f516805530ddc5ea95c2a'/>
<id>urn:sha1:2f7f3307fa29a1af462f516805530ddc5ea95c2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Greg Klanderman: 27255: some consistency fixes</title>
<updated>2009-09-09T17:54:24Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2009-09-09T17:54:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4ede75ed0e6dfafad5f5b9a621ac7a3d31765e1a'/>
<id>urn:sha1:4ede75ed0e6dfafad5f5b9a621ac7a3d31765e1a</id>
<content type='text'>
</content>
</entry>
</feed>
