<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Src/Modules/parameter.c, branch fork_early</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Src/Modules/parameter.c?h=fork_early</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Src/Modules/parameter.c?h=fork_early'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2017-02-26T20:03:56Z</updated>
<entry>
<title>40650: redo 40508 and 40626 with comments explaining what is actually going on</title>
<updated>2017-02-26T20:03:56Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2017-02-26T20:03:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d00931de5c2b7aa846daf137865dd05ac8d4be8a'/>
<id>urn:sha1:d00931de5c2b7aa846daf137865dd05ac8d4be8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert 40626 which broke tests.</title>
<updated>2017-02-26T06:11:19Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2017-02-26T06:11:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c7048cd88f508b775b3805199f8fd68efd4279df'/>
<id>urn:sha1:c7048cd88f508b775b3805199f8fd68efd4279df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>40626: Make $options re-settable.</title>
<updated>2017-02-25T08:05:11Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2017-02-24T05:17:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6c476c22111122006dcacc767b2c2846ede881e8'/>
<id>urn:sha1:6c476c22111122006dcacc767b2c2846ede881e8</id>
<content type='text'>
Follow-up to 40508.

Reported-by: James McGlashan
</content>
</entry>
<entry>
<title>40508: Make $functions re-settable.</title>
<updated>2017-02-08T05:06:49Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2017-02-07T04:28:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e9267adb49877bf3e7b30a740745535109202001'/>
<id>urn:sha1:e9267adb49877bf3e7b30a740745535109202001</id>
<content type='text'>
</content>
</entry>
<entry>
<title>40440: Add $functions_source hash to zsh/parameter.</title>
<updated>2017-01-28T19:33:27Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2017-01-28T19:33:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=34f70c5dc08bbecd20fbb8a1797851103fbad45e'/>
<id>urn:sha1:34f70c5dc08bbecd20fbb8a1797851103fbad45e</id>
<content type='text'>
This allows you to find out where a function was loaded from.
</content>
</entry>
<entry>
<title>38586: Metafication problem with $functions</title>
<updated>2016-06-03T09:28:52Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2016-06-03T09:28:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=dcffad8326878c1a4c539b9b32c6b497f4032e5d'/>
<id>urn:sha1:dcffad8326878c1a4c539b9b32c6b497f4032e5d</id>
<content type='text'>
If treated as a complete associative array or scanned (retrieving
individual values was not affected), it incorrectly unmetafied
the value so multibyte characters got confused.

Add test.
</content>
</entry>
<entry>
<title>37838: use UNUSED() consistently</title>
<updated>2016-01-29T15:26:23Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2016-01-29T15:25:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ca3bc0d95d7deab4f5381f12b15047de748c0814'/>
<id>urn:sha1:ca3bc0d95d7deab4f5381f12b15047de748c0814</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2037: ${functions[foo]} shouldn't be unmetafied.</title>
<updated>2015-05-29T11:17:18Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-05-29T11:17:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cba1d41ffc5c544d01e2ba67be414914b45e80e7'/>
<id>urn:sha1:cba1d41ffc5c544d01e2ba67be414914b45e80e7</id>
<content type='text'>
When passed back from the parameter-specific "get" handler it's
still in the shell's internals, so remains metafied.

This caused mayhem with UTF-8 characters in function bodies.
</content>
</entry>
<entry>
<title>33294: $functions[func_with_redir] plus extra tests</title>
<updated>2014-09-30T11:58:52Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2014-09-30T11:58:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0557c226fcd817ef21f91ed76e01db6e965b0709'/>
<id>urn:sha1:0557c226fcd817ef21f91ed76e01db6e965b0709</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/19097: remove $functypetrace in favour of ref to $zsheval_context</title>
<updated>2014-09-18T18:09:52Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2014-09-18T18:09:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=08e5191ff016f9df61bb157fc56cb9af6c599863'/>
<id>urn:sha1:08e5191ff016f9df61bb157fc56cb9af6c599863</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add $functypestack special parameter in zsh/parameter</title>
<updated>2014-09-12T19:35:16Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2014-09-12T19:35:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=246404a44d14e733d275e20c32dcb756e5b88a0b'/>
<id>urn:sha1:246404a44d14e733d275e20c32dcb756e5b88a0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>32903: new empty (unset) elements in the special parameter hash tables are special themselves</title>
<updated>2014-07-24T15:16:29Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2014-07-24T15:16:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f6429189a8de189f5bc388b9602b293fdd2fc286'/>
<id>urn:sha1:f6429189a8de189f5bc388b9602b293fdd2fc286</id>
<content type='text'>
</content>
</entry>
<entry>
<title>31805: Add $patchars and $dis_patchars to zsh/parameter module</title>
<updated>2013-10-11T12:57:57Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2013-10-09T15:57:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=fa033326357218652310c4510898be622b871c4f'/>
<id>urn:sha1:fa033326357218652310c4510898be622b871c4f</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>30722: fix some cases where emulations or options were not propagated properly</title>
<updated>2012-10-07T19:46:46Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-10-07T19:46:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4e2cdd795677e655f89b76b57611a196ce578432'/>
<id>urn:sha1:4e2cdd795677e655f89b76b57611a196ce578432</id>
<content type='text'>
from the emulate command
</content>
</entry>
<entry>
<title>30307 plus tweak suggsted by Wayne: use %lld for zlong when long long</title>
<updated>2012-03-05T10:06:28Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-03-05T10:06:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=86f8e8de696404b85c334916bfe3d69bdd4291c6'/>
<id>urn:sha1:86f8e8de696404b85c334916bfe3d69bdd4291c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28638: add $usergroups parameter</title>
<updated>2011-01-19T12:42:53Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-01-19T12:42:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=94225e07fcc27f01edd4faee2391000f54a9aceb'/>
<id>urn:sha1:94225e07fcc27f01edd4faee2391000f54a9aceb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28510: add (z+c+) and (z+C+) parameter flags</title>
<updated>2010-12-12T22:44:50Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-12-12T22:44:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0a5702457b4074c72b201fb0eeb68b89763c7874'/>
<id>urn:sha1:0a5702457b4074c72b201fb0eeb68b89763c7874</id>
<content type='text'>
</content>
</entry>
<entry>
<title>26546, 26556: sticky emulation for functions defined in emulate ... -c ...</title>
<updated>2009-02-11T20:42:15Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2009-02-11T20:42:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c7d8b0dfb8ae9670e2bc11ecf563200069a3a12f'/>
<id>urn:sha1:c7d8b0dfb8ae9670e2bc11ecf563200069a3a12f</id>
<content type='text'>
environments, plus documentation
</content>
</entry>
<entry>
<title>users/13295, tweaked: dont reset line numbers when parsing strings, sometimes</title>
<updated>2008-09-29T08:46:21Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-09-29T08:46:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=59dd1491c64886492f2fd20e6929a890c844034a'/>
<id>urn:sha1:59dd1491c64886492f2fd20e6929a890c844034a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>25651: make getpermtext() output indentation more logical</title>
<updated>2008-09-11T17:14:38Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-09-11T17:14:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d37f9672cb2e29f7dd3b32c9164250d56549f4bc'/>
<id>urn:sha1:d37f9672cb2e29f7dd3b32c9164250d56549f4bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>25595: fix line numbers with EVAL_LINENO,</title>
<updated>2008-09-03T09:08:18Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-09-03T09:08:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0cba5ef62ad8e98924c2bd9367f9c7c7e72e2fd0'/>
<id>urn:sha1:0cba5ef62ad8e98924c2bd9367f9c7c7e72e2fd0</id>
<content type='text'>
try to fix oddities with funcstack and sourced files,
simplify use of caller element of funcstack
</content>
</entry>
<entry>
<title>25448: add $funcfiletrace to show absolute line number for caller</title>
<updated>2008-08-13T21:02:02Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-08-13T21:02:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a5a1296fa01250eb30974ea798ef5918a0c9603f'/>
<id>urn:sha1:a5a1296fa01250eb30974ea798ef5918a0c9603f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>25247 with further modifications: add $funcsourcetrace</title>
<updated>2008-08-11T19:22:54Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-08-11T19:22:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2853ca830ac8d504b7374de2be0ec82122d33c2d'/>
<id>urn:sha1:2853ca830ac8d504b7374de2be0ec82122d33c2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/11818: allow non-numeric keys for job status parameters</title>
<updated>2007-09-05T16:16:15Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-09-05T16:16:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f5a6b2a8c93a4f30e32f59280d91c7495b6879ef'/>
<id>urn:sha1:f5a6b2a8c93a4f30e32f59280d91c7495b6879ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>23665: autoloading of module features and related tweaks</title>
<updated>2007-07-06T21:52:38Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-07-06T21:52:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1b52f47cf285d5f3835bce7ad73f360bd327d4e8'/>
<id>urn:sha1:1b52f47cf285d5f3835bce7ad73f360bd327d4e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>23670: rationalise some linked list functions</title>
<updated>2007-06-27T13:56:10Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-06-27T13:56:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4d52b7ebe6d424e46cfddf2c6aa6ba704470f6ac'/>
<id>urn:sha1:4d52b7ebe6d424e46cfddf2c6aa6ba704470f6ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>23562: add KSH_ZERO_SUBSCRIPT option and leave off by default</title>
<updated>2007-06-18T13:25:03Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-06-18T13:25:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=abae4fe16e26cf027e7c8165d27b93d74bbd18b2'/>
<id>urn:sha1:abae4fe16e26cf027e7c8165d27b93d74bbd18b2</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>23446: fix typo producing wrong values for alias parameters</title>
<updated>2007-05-21T11:00:50Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-05-21T11:00:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=55ca3b0d16579daed0bbfe1b8bbbaa1b66c318b8'/>
<id>urn:sha1:55ca3b0d16579daed0bbfe1b8bbbaa1b66c318b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>operator precedence fix</title>
<updated>2006-09-18T03:40:40Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2006-09-18T03:40:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1554b8105322defdb7df5580d84a40490597711f'/>
<id>urn:sha1:1554b8105322defdb7df5580d84a40490597711f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>22728: $functrace parameter for function backtraces.</title>
<updated>2006-09-17T19:28:45Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2006-09-17T19:28:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a7c0640c0a3b9ce7290b1c78a08eec7ed330ca67'/>
<id>urn:sha1:a7c0640c0a3b9ce7290b1c78a08eec7ed330ca67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>22474: use variable argument lists to improve error message handling</title>
<updated>2006-05-30T22:35:03Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2006-05-30T22:35:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=dd5602f59b599177fb130512fc543f7efa951990'/>
<id>urn:sha1:dd5602f59b599177fb130512fc543f7efa951990</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed some structures to avoid gcc's type-punned warnings.</title>
<updated>2006-03-07T21:30:36Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2006-03-07T21:30:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4cb83571c45670eb8111801499281ea416b5074d'/>
<id>urn:sha1:4cb83571c45670eb8111801499281ea416b5074d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>20959: fix crash unloading zsh/parameter and test the fix</title>
<updated>2005-03-10T17:55:37Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-03-10T17:55:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=43d480057b2255d4fc82cc4eded038bcea0b5cb6'/>
<id>urn:sha1:43d480057b2255d4fc82cc4eded038bcea0b5cb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix autoloaded trap bug; rejig use of trapfuncs</title>
<updated>2005-02-06T20:36:09Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-02-06T20:36:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=05b06b1c08263af07b2297aac0c842dafca39445'/>
<id>urn:sha1:05b06b1c08263af07b2297aac0c842dafca39445</id>
<content type='text'>
(now traplists); improve trap tests
</content>
</entry>
<entry>
<title>Fixed compiler warning about a missing initializer.</title>
<updated>2005-01-21T11:16:34Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2005-01-21T11:16:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2fb65d215f6691e3689eeae707bfb40f5c38dc0e'/>
<id>urn:sha1:2fb65d215f6691e3689eeae707bfb40f5c38dc0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>20695: Fix Cygwin problem with initialising from pointer to imported variable</title>
<updated>2005-01-12T12:18:58Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-01-12T12:18:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=77166e259ee91fde498347de7c3c807d7bff6f1f'/>
<id>urn:sha1:77166e259ee91fde498347de7c3c807d7bff6f1f</id>
<content type='text'>
</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>We can't use "%d" on a histent number (which is a zlong these days).</title>
<updated>2004-10-01T18:48:27Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2004-10-01T18:48:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=aee4661e9650cee724e3bc43287bb58317f44433'/>
<id>urn:sha1:aee4661e9650cee724e3bc43287bb58317f44433</id>
<content type='text'>
Changed the sprintf() to convbase().
</content>
</entry>
<entry>
<title>Marked unused parameters with the new UNUSED() macro.</title>
<updated>2004-06-02T22:14:25Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2004-06-02T22:14:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=fb0937a69eb38e744577aa94a6338135f6c1c9b4'/>
<id>urn:sha1:fb0937a69eb38e744577aa94a6338135f6c1c9b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>19242: Make job table dynamically reallocatable.</title>
<updated>2003-11-13T14:34:33Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2003-11-13T14:34:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a6a63a147e4e28a1ac700938c6e7694c6de97e5d'/>
<id>urn:sha1:a6a63a147e4e28a1ac700938c6e7694c6de97e5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>a la 19209: zcalloc -&gt; zshcalloc</title>
<updated>2003-10-29T19:17:30Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2003-10-29T19:17:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=815bc92148939ce369585c59d3af730f69833844'/>
<id>urn:sha1:815bc92148939ce369585c59d3af730f69833844</id>
<content type='text'>
</content>
</entry>
<entry>
<title>19044: typo in setting $saliases elements</title>
<updated>2003-09-08T11:17:20Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2003-09-08T11:17:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b26ec00df5054a9cef4b62ee48c351bbb0cf18f4'/>
<id>urn:sha1:b26ec00df5054a9cef4b62ee48c351bbb0cf18f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>19014: add alias -s suf=handler</title>
<updated>2003-09-03T10:15:32Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2003-09-03T10:15:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3ffb3ad2f2f733fbee58e21dc6aab23827ab8d49'/>
<id>urn:sha1:3ffb3ad2f2f733fbee58e21dc6aab23827ab8d49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>18880: Don't return unset parameters in $parameters</title>
<updated>2003-07-22T13:12:09Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2003-07-22T13:12:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ef8d5c7214e7b545718cdb10a3bd7be275513a44'/>
<id>urn:sha1:ef8d5c7214e7b545718cdb10a3bd7be275513a44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>18325: options on by default weren't printed correctly by zsh/parameter</title>
<updated>2003-03-07T12:31:00Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2003-03-07T12:31:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=74c90c0ada5db4e152c62aa6febd265a4626186f'/>
<id>urn:sha1:74c90c0ada5db4e152c62aa6febd265a4626186f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>handle possible NULL pointer returned from bufferwords() (15717)</title>
<updated>2001-08-28T08:41:51Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-08-28T08:41:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c0ea4d62c81f7480192b1f61649f82d064dcb716'/>
<id>urn:sha1:c0ea4d62c81f7480192b1f61649f82d064dcb716</id>
<content type='text'>
</content>
</entry>
<entry>
<title>15327: always use local LINENOs in parse_string().</title>
<updated>2001-07-09T16:05:13Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2001-07-09T16:05:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=003ec8c7e8814221b366e95dc4ea24fa4cf1e99c'/>
<id>urn:sha1:003ec8c7e8814221b366e95dc4ea24fa4cf1e99c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix two memory leaks (at least I hope they are fixed) and some out-of-bound array accesses, plus some defensive programming for heap allocated param structs (14605)</title>
<updated>2001-05-31T09:43:59Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-05-31T09:43:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1b2d095217d1560a648032aa192057b935ce9460'/>
<id>urn:sha1:1b2d095217d1560a648032aa192057b935ce9460</id>
<content type='text'>
</content>
</entry>
<entry>
<title>show current/previous job in $jobstates (3503)</title>
<updated>2000-11-02T08:12:44Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2000-11-02T08:12:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=da9b5bb81a87fdbab6c74c75c904e9c4bd44f252'/>
<id>urn:sha1:da9b5bb81a87fdbab6c74c75c904e9c4bd44f252</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make assignament to $nameddirs behave like hash -d (13095)</title>
<updated>2000-10-30T08:19:44Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2000-10-30T08:19:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=fb6fd42e00879016660b4f68b0b10d7ff269ae05'/>
<id>urn:sha1:fb6fd42e00879016660b4f68b0b10d7ff269ae05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make $modules report aliases correctly (12654)</title>
<updated>2000-08-16T09:25:39Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2000-08-16T09:25:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5821e7ef16b868c9300b52c2042845965ed3e874'/>
<id>urn:sha1:5821e7ef16b868c9300b52c2042845965ed3e874</id>
<content type='text'>
</content>
</entry>
<entry>
<title>12604: Remove calls to zpathmax(), minor fixes to zopenmax().</title>
<updated>2000-08-14T07:30:28Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2000-08-14T07:30:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=135b181aa6428bafa62b5029bfd944e88a20fa9c'/>
<id>urn:sha1:135b181aa6428bafa62b5029bfd944e88a20fa9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>15216: Rewrite pathconf() support.</title>
<updated>2000-08-04T07:09:12Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2000-08-04T07:09:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=22cbf1b2719c99c2f17a34859520dbead03e5799'/>
<id>urn:sha1:22cbf1b2719c99c2f17a34859520dbead03e5799</id>
<content type='text'>
</content>
</entry>
<entry>
<title>quoting</title>
<updated>2000-08-03T13:35:43Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2000-08-03T13:35:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=55b07cb525388bca7c0dbaf057483c493ff0b053'/>
<id>urn:sha1:55b07cb525388bca7c0dbaf057483c493ff0b053</id>
<content type='text'>
</content>
</entry>
<entry>
<title>12489: pathconf for unlimited fs</title>
<updated>2000-08-02T14:20:41Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2000-08-02T14:20:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=de7b6730bcebf08368e7531b68c6a2598166eb86'/>
<id>urn:sha1:de7b6730bcebf08368e7531b68c6a2598166eb86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>12472: limited pathconf support</title>
<updated>2000-08-02T13:54:17Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2000-08-02T13:54:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=30e35ee2ed1cf4a574fc9017229c43fc84105b5b'/>
<id>urn:sha1:30e35ee2ed1cf4a574fc9017229c43fc84105b5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shut compiler up</title>
<updated>2000-07-04T10:02:26Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2000-07-04T10:02:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4ae42bb70eafc27cdc4e90eb35277dde140bc8d2'/>
<id>urn:sha1:4ae42bb70eafc27cdc4e90eb35277dde140bc8d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>11838: typeset -H</title>
<updated>2000-06-09T15:37:05Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2000-06-09T15:37:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6b87e6fda32ce20feab9b4922c8841d5329c232f'/>
<id>urn:sha1:6b87e6fda32ce20feab9b4922c8841d5329c232f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>some more memory leak fixes (11745)</title>
<updated>2000-06-05T07:57:27Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2000-06-05T07:57:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f94e5d78b06d2641e08d61f48c100eb205f5ac0a'/>
<id>urn:sha1:f94e5d78b06d2641e08d61f48c100eb205f5ac0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed the array "len" to be "end" -- a 1-relative index of the last</title>
<updated>2000-06-02T01:54:16Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2000-06-02T01:54:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=91d5f734349b7188a9a5ae54ecd99974e228bd2b'/>
<id>urn:sha1:91d5f734349b7188a9a5ae54ecd99974e228bd2b</id>
<content type='text'>
item (or you can think of it as pointing one past the last item).
</content>
</entry>
<entry>
<title>Wayne: pattern.c unitialised var</title>
<updated>2000-05-31T08:56:23Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2000-05-31T08:56:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7bf294f2b8329673ffd0ee55fa2cca872e5448df'/>
<id>urn:sha1:7bf294f2b8329673ffd0ee55fa2cca872e5448df</id>
<content type='text'>
Zero-length arrays now possible with $array[1,0]
</content>
</entry>
<entry>
<title>Wayne: Fix two history bugs that were causing the</title>
<updated>2000-05-30T03:43:27Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2000-05-30T03:43:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8564aa5c0d77999138e4f46b496e2bbc2f48f718'/>
<id>urn:sha1:8564aa5c0d77999138e4f46b496e2bbc2f48f718</id>
<content type='text'>
failure of `print -s'.
</content>
</entry>
<entry>
<title>new (z) parameter flag to do shell-word splitting on the value (11113)</title>
<updated>2000-05-03T12:21:55Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2000-05-03T12:21:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=70e5b622fff4d3218106fb10f146200576b1f787'/>
<id>urn:sha1:70e5b622fff4d3218106fb10f146200576b1f787</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing to find word (10685)</title>
<updated>2000-04-12T08:24:15Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2000-04-12T08:24:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b1d4a8194a12b74a5bae9951ae7d20e5af82f715'/>
<id>urn:sha1:b1d4a8194a12b74a5bae9951ae7d20e5af82f715</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more careful with checking index of $history (10614)</title>
<updated>2000-04-10T08:22:09Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2000-04-10T08:22:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=724b065397e31d99fedffa613101293f2f14bca5'/>
<id>urn:sha1:724b065397e31d99fedffa613101293f2f14bca5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated from list as far as 10376</title>
<updated>2000-04-01T20:49:47Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2000-04-01T20:49:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=48525452555a24b9d41748f26b4b77f160f01220'/>
<id>urn:sha1:48525452555a24b9d41748f26b4b77f160f01220</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>1999-05-19T13:10:53Z</updated>
<author>
<name>Tanaka Akira</name>
<email>akr@users.sourceforge.net</email>
</author>
<published>1999-05-19T13:10:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ba1bd66d5f84a4170def3ea091355321c15a87f3'/>
<id>urn:sha1:ba1bd66d5f84a4170def3ea091355321c15a87f3</id>
<content type='text'>
</content>
</entry>
</feed>
