<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Src/Builtins, branch master</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Src/Builtins?h=master</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Src/Builtins?h=master'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2026-06-13T23:56:15Z</updated>
<entry>
<title>54710: handle multibyte arguments in error messages</title>
<updated>2026-06-13T23:56:15Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2026-06-06T23:48:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e5f58a80ba5124735d6434845ea382a5db1f1875'/>
<id>urn:sha1:e5f58a80ba5124735d6434845ea382a5db1f1875</id>
<content type='text'>
A lot of places check option strings char by char, then send that char
to zwarn/zerr, instead of reading out the full multibyte character.
Doing so is quite easy with unmeta_one in most cases, so just go ahead
and do that. The print functions in fact expect a wchar_t for %c anyway.

Also renames "unknown option" to "bad option" because that's what every
other place calls it (also one place was missing the colon, added that).

To reproduce the math errors, since it's slightly less obvious (you need
a multibyte character that is also an invalid parameter name, otherwise
it actually works fine)
% zsh -c '(( ¯ ))'
zsh:1: bad math expression: illegal character: ^
% zsh -c 'zmodload zsh/mathfunc; (( sin(1¯) ))'
zsh:1: bad math expression: illegal character: ^
% zsh -c 'の=5; echo $(( の ))' # unchanged because it is working
5

Also adds some tests because B12 was looking very empty, not sure if
this is the correct way to handle the intersection of possibly not
compiled module with possibly not available UTF-8 locale, but X02 and
some others do a similar thing with ZSH_TEST_LANG, though in those cases
that's handled specially by comptest, not the test itself.
</content>
</entry>
<entry>
<title>54625: remove .cvsignore</title>
<updated>2026-05-30T04:23:34Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-05-29T05:04:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8714db6175ba78f91adc51c84cf7d2c27b9fdebe'/>
<id>urn:sha1:8714db6175ba78f91adc51c84cf7d2c27b9fdebe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54019: AIX support fixes</title>
<updated>2025-11-03T19:17:00Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2025-11-03T19:17:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8e27709d2a6d035162173026fb036945600954f8'/>
<id>urn:sha1:8e27709d2a6d035162173026fb036945600954f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>53378: support new pipebuf resource limit on FreeBSD</title>
<updated>2025-02-27T15:02:02Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2025-02-27T15:02:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e160cf85f05c3106189edf2158146b9f522d1f1c'/>
<id>urn:sha1:e160cf85f05c3106189edf2158146b9f522d1f1c</id>
<content type='text'>
Also add other newer limits to the documentation.
</content>
</entry>
<entry>
<title>53083: handle Haiku specific resource limit for open vnode monitors</title>
<updated>2024-09-14T17:30:30Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2024-09-14T17:30:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=55ff6f88649a592eb42e04e7434fd89349d4518a'/>
<id>urn:sha1:55ff6f88649a592eb42e04e7434fd89349d4518a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: add a comment about how to add a new resource</title>
<updated>2020-05-03T09:38:36Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2020-05-03T09:38:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b87b7f367c5e4419bb68060637a356a839bee593'/>
<id>urn:sha1:b87b7f367c5e4419bb68060637a356a839bee593</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: Deconfuse $EDITOR's balanced braces mode.  No functional change.</title>
<updated>2020-03-20T18:05:24Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2020-03-20T18:05:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=fb3ef09f2d674f20460e9a4112e2d9d648266d24'/>
<id>urn:sha1:fb3ef09f2d674f20460e9a4112e2d9d648266d24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>45490 (+45495 and a test): refactor rlimits.c</title>
<updated>2020-03-06T11:12:06Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2020-03-06T11:12:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=273da6cc5f58c4a99399c37ad5faf09924119fea'/>
<id>urn:sha1:273da6cc5f58c4a99399c37ad5faf09924119fea</id>
<content type='text'>
Use a table of known resouces instead of generating rlimits.h by
rlimits.awk.
</content>
</entry>
<entry>
<title>44710: support RLIMIT_UMTXP on FreeBSD</title>
<updated>2019-08-28T01:02:29Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2019-08-28T01:02:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b82c24801f5917f2975e80729a73a2890382d267'/>
<id>urn:sha1:b82c24801f5917f2975e80729a73a2890382d267</id>
<content type='text'>
</content>
</entry>
<entry>
<title>38513: cast time to long long for printing where possible</title>
<updated>2016-05-22T18:00:03Z</updated>
<author>
<name>Matthew Martin</name>
<email>phy1729@gmail.com</email>
</author>
<published>2016-05-19T02:51:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ef7ef1f65641c8bda7fa826a9145eec6d032263b'/>
<id>urn:sha1:ef7ef1f65641c8bda7fa826a9145eec6d032263b</id>
<content type='text'>
</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>37874: remove unused function argument</title>
<updated>2016-02-03T23:23:02Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2016-02-03T23:23:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2175399b70520edc872370078daba682dfd06191'/>
<id>urn:sha1:2175399b70520edc872370078daba682dfd06191</id>
<content type='text'>
</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>36227: attempt to fix metafication problem with ztrftime.</title>
<updated>2015-08-18T15:20:48Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-08-18T15:20:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f8164fb647a8e7947cfde137ddd9517b2fab51c4'/>
<id>urn:sha1:f8164fb647a8e7947cfde137ddd9517b2fab51c4</id>
<content type='text'>
fmt is treated as metafied on entry; use returned length to ensure
we metafy or output the correct length if there are embedded nulls.
</content>
</entry>
<entry>
<title>33818: fix types passed to sizeof detected by coverity as being wrong</title>
<updated>2014-11-30T22:19:55Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2014-11-30T22:19:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0d4b548d1e4a08105597791fd6308d7fd70d3ddf'/>
<id>urn:sha1:0d4b548d1e4a08105597791fd6308d7fd70d3ddf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33493: use correct command name in error messages about "ulimit" failure; restore internal copy of limits if setrlimit() fails, so the error won't repeat</title>
<updated>2014-10-22T15:42:37Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2014-10-22T15:42:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2d4743ce50ba0ae50c0cfa1404a163dbd61ad446'/>
<id>urn:sha1:2d4743ce50ba0ae50c0cfa1404a163dbd61ad446</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33047: use git to simplify massively source distribution file selection</title>
<updated>2014-08-23T20:01:58Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2014-08-23T20:01:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cc6e9db29da73bb226b6e53ff4df0f135207d206'/>
<id>urn:sha1:cc6e9db29da73bb226b6e53ff4df0f135207d206</id>
<content type='text'>
</content>
</entry>
<entry>
<title>missed updates to calls to ztrftime()</title>
<updated>2014-07-30T13:20:07Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2014-07-30T13:20:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=51c0ccd303d48673472c9f12524185e04a8a732b'/>
<id>urn:sha1:51c0ccd303d48673472c9f12524185e04a8a732b</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>32616: bad printf arguments for limits</title>
<updated>2014-05-18T17:23:16Z</updated>
<author>
<name>Jun T</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2014-05-18T13:03:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d082827c8326706e734b20981b4a4d986e0d54ff'/>
<id>urn:sha1:d082827c8326706e734b20981b4a4d986e0d54ff</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>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>Jun T: 29883: cast resource types to types they should be anyway</title>
<updated>2011-10-31T09:48:58Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-10-31T09:48:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=fdb00982f5405a869392e0dfea6a76e044af212a'/>
<id>urn:sha1:fdb00982f5405a869392e0dfea6a76e044af212a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>29490: add RLIMIT_RTTIME</title>
<updated>2011-06-19T00:10:34Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-06-19T00:10:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c31caeb0869803e226cf5ad6669635c2ebafd429'/>
<id>urn:sha1:c31caeb0869803e226cf5ad6669635c2ebafd429</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Danek: 29254: fix some compiler warnings</title>
<updated>2011-05-13T18:12:05Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-05-13T18:12:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9c0a19669b32bcbf153e2bfdf1a44b0fe0d4876c'/>
<id>urn:sha1:9c0a19669b32bcbf153e2bfdf1a44b0fe0d4876c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt</title>
<updated>2010-05-12T10:06:59Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-05-12T10:06:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=09960dc5b966fb1a1c20a0af654165e5981a999b'/>
<id>urn:sha1:09960dc5b966fb1a1c20a0af654165e5981a999b</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>27565: sanity check numeric arguments to ulimit</title>
<updated>2010-01-05T15:58:15Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-01-05T15:58:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=de4dac88749fbfefe7b78b0d747893c28c414abb'/>
<id>urn:sha1:de4dac88749fbfefe7b78b0d747893c28c414abb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>25373: trashzleptr() -&gt; zleentry(ZLE_CMD_TRASH)</title>
<updated>2008-08-02T22:17:18Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2008-08-02T22:17:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d1845f8b4a6fcf613692395edbb8c100fb92ab32'/>
<id>urn:sha1:d1845f8b4a6fcf613692395edbb8c100fb92ab32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix optimisation of string matching with multibyte mode</title>
<updated>2008-03-25T17:47:10Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-03-25T17:47:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=56e1904e45cc474a9858dc1205055008f8c63752'/>
<id>urn:sha1:56e1904e45cc474a9858dc1205055008f8c63752</id>
<content type='text'>
24732: attempt to provide adequate space for sched ztrftime string with
multibyte characters
</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>23578: make standard features autoloadable,</title>
<updated>2007-06-20T20:59:15Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-06-20T20:59:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0a1de76213c4012a8b17b30eb08a77c4aa05d4bc'/>
<id>urn:sha1:0a1de76213c4012a8b17b30eb08a77c4aa05d4bc</id>
<content type='text'>
use feature notation for .mdd autoloads
</content>
</entry>
<entry>
<title>23560: improve $zsh_scheduled_events to make it easier to parse</title>
<updated>2007-06-14T13:25:58Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-06-14T13:25:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a016fed99f33d040c18515cc749f98a254b5a7e5'/>
<id>urn:sha1:a016fed99f33d040c18515cc749f98a254b5a7e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>23554: add $zsh_scheduled_events</title>
<updated>2007-06-12T22:01:37Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-06-12T22:01:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=505675f2bd03149b189b31a76bc319de379d0e91'/>
<id>urn:sha1:505675f2bd03149b189b31a76bc319de379d0e91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>23552: unnecessary sched debugging warning</title>
<updated>2007-06-12T15:37:18Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-06-12T15:37:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1a959dae01bca3b6e607dc15dda7e9f0c40078c0'/>
<id>urn:sha1:1a959dae01bca3b6e607dc15dda7e9f0c40078c0</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>unposted: we could add checksched() twice to the timed event list</title>
<updated>2007-02-01T10:42:30Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-02-01T10:42:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=56085ffebb9776b663e2562d71425662d6d6a13f'/>
<id>urn:sha1:56085ffebb9776b663e2562d71425662d6d6a13f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: sched deleted timed function twice</title>
<updated>2007-01-24T18:32:23Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-01-24T18:32:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f223e9b4ee528d3b6da604c2b0486a9384a88805'/>
<id>urn:sha1:f223e9b4ee528d3b6da604c2b0486a9384a88805</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: spacing fix</title>
<updated>2006-09-15T22:15:44Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2006-09-15T22:15:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a259e097b5374f1a7f2774e8cf2787ac132318c3'/>
<id>urn:sha1:a259e097b5374f1a7f2774e8cf2787ac132318c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: replace elided colon</title>
<updated>2006-09-15T21:52:53Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2006-09-15T21:52:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cca7eb1fd9888d81f1df7aa71c69edbc245c87ce'/>
<id>urn:sha1:cca7eb1fd9888d81f1df7aa71c69edbc245c87ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>22718: use ulimit -e and -r for RLIMIT_NICE and RLIMIT_RTPRIO respectively.</title>
<updated>2006-09-15T21:22:06Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2006-09-15T21:22:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7a7dfd55a1eb8682ec0b559476107cd4c168de95'/>
<id>urn:sha1:7a7dfd55a1eb8682ec0b559476107cd4c168de95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>22676, 22678: extend sched and make it able to run events when waiting for</title>
<updated>2006-09-10T15:24:26Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2006-09-10T15:24:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b726ead94e911e1ce3e8b582c315b3d6f83a6eb7'/>
<id>urn:sha1:b726ead94e911e1ce3e8b582c315b3d6f83a6eb7</id>
<content type='text'>
input
</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>22364: add 'nice' and 'rt_priority' rlimits (NICE and RTPRIO).</title>
<updated>2006-03-17T23:35:01Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2006-03-17T23:35:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=717c7c553276dc7a34bfba012d35abf0a88d1ec3'/>
<id>urn:sha1:717c7c553276dc7a34bfba012d35abf0a88d1ec3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Toby Peterson: 21083: RLIMIT_AS and RLIMIT_RSS are the same in Mac OX X</title>
<updated>2005-04-04T09:58:44Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-04-04T09:58:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8776b52d7d4c9adc5774a231e3a4a8ecfd8bad7b'/>
<id>urn:sha1:8776b52d7d4c9adc5774a231e3a4a8ecfd8bad7b</id>
<content type='text'>
ut_name needs to be ut_user in struct utmpx
</content>
</entry>
<entry>
<title>20816: update rlimits for new glibc</title>
<updated>2005-02-16T17:40:29Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-02-16T17:40:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=213dc8b2109fdbf0d3148eff2fccc1bc968032b4'/>
<id>urn:sha1:213dc8b2109fdbf0d3148eff2fccc1bc968032b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>20728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE,</title>
<updated>2005-01-19T13:03:33Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-01-19T13:03:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f8d74c1aab6e72172b25caf5a4a15cbbdb46a4f2'/>
<id>urn:sha1:f8d74c1aab6e72172b25caf5a4a15cbbdb46a4f2</id>
<content type='text'>
also use ulimit -x for RLIMIT_LOCK
</content>
</entry>
<entry>
<title>20118: improvements to limits builtins</title>
<updated>2004-06-30T11:10:35Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2004-06-30T11:10:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=bf214787228dc097a268ee4207d87bf3bf09d2b3'/>
<id>urn:sha1:bf214787228dc097a268ee4207d87bf3bf09d2b3</id>
<content type='text'>
</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>19408: fix argument handling for ulimit -aH</title>
<updated>2004-02-08T21:05:49Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2004-02-08T21:05:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d84942a9b46903de5a8738dc701894fa59283524'/>
<id>urn:sha1:d84942a9b46903de5a8738dc701894fa59283524</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add *.dll and fix typo with errnames.h</title>
<updated>2003-11-03T02:51:19Z</updated>
<author>
<name>Felix Rosencrantz</name>
<email>f_rosencrantz@users.sourceforge.net</email>
</author>
<published>2003-11-03T02:51:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e939abd1cd750da934626c29b5202ea5e609fd9f'/>
<id>urn:sha1:e939abd1cd750da934626c29b5202ea5e609fd9f</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>unposted: cvsignore VIM *.swp files</title>
<updated>2003-05-05T06:14:49Z</updated>
<author>
<name>Andrey Borzenkov</name>
<email>bor@users.sourceforge.net</email>
</author>
<published>2003-05-05T06:14:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=bd4cb9a4d1288b2ed3bcdf9db84609a38490d838'/>
<id>urn:sha1:bd4cb9a4d1288b2ed3bcdf9db84609a38490d838</id>
<content type='text'>
</content>
</entry>
<entry>
<title>18431: Another attempt to fix the problems with RLIMIT definitions</title>
<updated>2003-04-03T09:55:40Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2003-04-03T09:55:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c34176365e805915b84654aa112b443624d3931e'/>
<id>urn:sha1:c34176365e805915b84654aa112b443624d3931e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>18207: add maxfilelocks to ulimit output.</title>
<updated>2003-02-09T01:12:35Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2003-02-09T01:12:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b5b1099023c4bbd8b12bf4898ef83ce8af4159ff'/>
<id>urn:sha1:b5b1099023c4bbd8b12bf4898ef83ce8af4159ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>17582: Improved option argument handling.</title>
<updated>2002-08-27T21:10:30Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2002-08-27T21:10:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9634760d5eae4e8618e4b9ed9752d7305b3695a9'/>
<id>urn:sha1:9634760d5eae4e8618e4b9ed9752d7305b3695a9</id>
<content type='text'>
unposted: Updated version to 4.1.0-dev-6 because of interface change.
</content>
</entry>
<entry>
<title>17285: David Wolfe &lt;dwolfe@gforcetech.com&gt;: finally fix QNX rlimits problem</title>
<updated>2002-06-05T09:15:33Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2002-06-05T09:15:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5d010ca81a11d65fca5029644a349a2cd12f6c3b'/>
<id>urn:sha1:5d010ca81a11d65fca5029644a349a2cd12f6c3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>16197: `limit' accepts `unlimited'.</title>
<updated>2001-11-01T15:41:40Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2001-11-01T15:41:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6a75b3c0c59a8d6fc6718acaaffada3503611dd8'/>
<id>urn:sha1:6a75b3c0c59a8d6fc6718acaaffada3503611dd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>16145: try to handle identical RLIMIT_RSS and RLIMIT_VMEM better.</title>
<updated>2001-10-25T11:18:51Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2001-10-25T11:18:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=bb5d460f51959b924a63a70e9f29d66b4c6a6535'/>
<id>urn:sha1:bb5d460f51959b924a63a70e9f29d66b4c6a6535</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pavel Roskin &lt;proski@gnu.org&gt;: compilation for QNX</title>
<updated>2001-10-22T17:18:29Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2001-10-22T17:18:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=acd69a7ba3eaafe44799d78c49eeeaefb49baa8d'/>
<id>urn:sha1:acd69a7ba3eaafe44799d78c49eeeaefb49baa8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Report error on setting a limit to a string that os not a decimal number.</title>
<updated>2001-10-22T15:44:19Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2001-10-22T15:44:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3793c1c05b1b7d8303bdad37e7295a61ac27cd62'/>
<id>urn:sha1:3793c1c05b1b7d8303bdad37e7295a61ac27cd62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a number within an enum.</title>
<updated>2001-08-21T20:05:33Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2001-08-21T20:05:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ffec7684a71a32ed3b13775251a2639f1e6b355b'/>
<id>urn:sha1:ffec7684a71a32ed3b13775251a2639f1e6b355b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>14517: glibc 2.2.3 tweaks revisited</title>
<updated>2001-05-28T23:26:23Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2001-05-28T23:26:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c58a4e7e28504c4d4cca8ecabc3ea92225fee29b'/>
<id>urn:sha1:c58a4e7e28504c4d4cca8ecabc3ea92225fee29b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>14419: glibc 2.2.3 rlimits enum</title>
<updated>2001-05-21T17:02:59Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2001-05-21T17:02:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f670ec692ff2b10708d1d5b6f4f87d2ba9f65bdd'/>
<id>urn:sha1:f670ec692ff2b10708d1d5b6f4f87d2ba9f65bdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>13777: maxfilelocks limit for glibc2.2</title>
<updated>2001-03-26T15:59:37Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2001-03-26T15:59:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e7a25bf84109e391bf823a12076ad13c76003927'/>
<id>urn:sha1:e7a25bf84109e391bf823a12076ad13c76003927</id>
<content type='text'>
</content>
</entry>
<entry>
<title>13194: change in module configuration system</title>
<updated>2000-11-26T20:01:01Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2000-11-26T20:01:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=49a1ad7516f84672dcea24bc6178f87f92789c7c'/>
<id>urn:sha1:49a1ad7516f84672dcea24bc6178f87f92789c7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>12193: Rather than replace @RLIMITS_INC_H@ with /dev/null on platforms where</title>
<updated>2000-07-07T17:12:17Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2000-07-07T17:12:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=14428d46e4b01ee279f0ea40b10949d427005924'/>
<id>urn:sha1:14428d46e4b01ee279f0ea40b10949d427005924</id>
<content type='text'>
getrlimit() is not found, replace it with nothing and append /dev/null to
the awk command in rlimits.mdd, so that we don't end up with a dependency of
rlimits.h on /dev/null (which can cause rlimits.h to be needlessly remade).
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>1999-04-15T18:05:38Z</updated>
<author>
<name>Tanaka Akira</name>
<email>akr@users.sourceforge.net</email>
</author>
<published>1999-04-15T18:05:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e74702b467171dbdafb56dfe354794a212e020d9'/>
<id>urn:sha1:e74702b467171dbdafb56dfe354794a212e020d9</id>
<content type='text'>
</content>
</entry>
</feed>
