<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Test/C01arith.ztst, branch job_control_debug2</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Test/C01arith.ztst?h=job_control_debug2</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Test/C01arith.ztst?h=job_control_debug2'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2018-08-08T16:11:54Z</updated>
<entry>
<title>43261: Fix unary minus with base.</title>
<updated>2018-08-08T16:11:54Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.stephenson@samsung.com</email>
</author>
<published>2018-08-08T16:11:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=225b35c9070f94cf79c90c33ffcee84b281f894d'/>
<id>urn:sha1:225b35c9070f94cf79c90c33ffcee84b281f894d</id>
<content type='text'>
Apply unary minus to a complete lexical constant rather than the
first component that comes along.
</content>
</entry>
<entry>
<title>42488: test cases for 42369 and address some issues in the code</title>
<updated>2018-05-13T08:13:42Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>okiddle@yahoo.co.uk</email>
</author>
<published>2018-05-13T08:13:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a93abe1170a438d45d94b3a7f924553f5cf69cee'/>
<id>urn:sha1:a93abe1170a438d45d94b3a7f924553f5cf69cee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>41641: Some math operations shouldn't be lvalues.</title>
<updated>2017-09-05T12:15:30Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2017-09-05T12:15:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ea5b38935a17af38a328c8013e7eaf3c8de7ba09'/>
<id>urn:sha1:ea5b38935a17af38a328c8013e7eaf3c8de7ba09</id>
<content type='text'>
This includes pre- and post- increment and decrement.  Simply
mark all values after operations as rvalues.
</content>
</entry>
<entry>
<title>37489, tweaked: with POSIX_IDENTIFIERS create math var as scalar</title>
<updated>2016-01-03T18:57:10Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2016-01-03T18:57:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=524f8026106af96809ab70f8b48b0ee3c80a7098'/>
<id>urn:sha1:524f8026106af96809ab70f8b48b0ee3c80a7098</id>
<content type='text'>
</content>
</entry>
<entry>
<title>35359: Improved math parsing and errors.</title>
<updated>2015-06-02T09:21:55Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-06-02T09:21:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=099e717c1587951458f9b3bd514c655001125f66'/>
<id>urn:sha1:099e717c1587951458f9b3bd514c655001125f66</id>
<content type='text'>
Check for bogus trailing ")" at end of top-level parse.

Extend some math error messages to indicate they are math errors.
</content>
</entry>
<entry>
<title>35153: nested math substitution</title>
<updated>2015-05-15T09:19:53Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-05-15T09:19:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0da0a0b9c735c5bf0702a0f034976c01ae50fa66'/>
<id>urn:sha1:0da0a0b9c735c5bf0702a0f034976c01ae50fa66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>34892 (slightly tweaked): math evaluation fix</title>
<updated>2015-04-15T09:20:06Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-04-15T09:20:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2ef4b38461dfb554ed2226d9de8958703bc00b98'/>
<id>urn:sha1:2ef4b38461dfb554ed2226d9de8958703bc00b98</id>
<content type='text'>
An empty expression resulting from substitution includes a
Nularg, which needs handling the same as an empty string.
</content>
</entry>
<entry>
<title>34606: fix up nested arithmetic substitution</title>
<updated>2015-02-22T21:32:08Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2015-02-22T21:32:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6fa63a0ce2b2aa31a343ca0841b57895d11b5754'/>
<id>urn:sha1:6fa63a0ce2b2aa31a343ca0841b57895d11b5754</id>
<content type='text'>
Arithmetic within a parameter substitution is a special
case that needs fixing with the introduction of the new
Inparmath token.

Add test.
</content>
</entry>
<entry>
<title>34570: Another nasty command / math substituion thing.</title>
<updated>2015-02-19T10:22:40Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-02-19T10:22:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=52e938bac954d6d503e180287bcf657187ef8803'/>
<id>urn:sha1:52e938bac954d6d503e180287bcf657187ef8803</id>
<content type='text'>
Mark arithmetic substitutions with tokens to make sure the substitution
go knows what to do.  Before it was guessing by counting the
parentheses at the end.
</content>
</entry>
<entry>
<title>34560: Fix $(( that's actually a multiline cmd subst.</title>
<updated>2015-02-16T17:16:57Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-02-16T17:16:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=126fb61c7c48edb19b9d771e4e517cef710f8bf1'/>
<id>urn:sha1:126fb61c7c48edb19b9d771e4e517cef710f8bf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>34280: more widespread use of FORCE_FLOAT.</title>
<updated>2015-01-15T13:52:40Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-01-15T13:52:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3a99ef322dafcd2cf833b2a0668436ac120df1b3'/>
<id>urn:sha1:3a99ef322dafcd2cf833b2a0668436ac120df1b3</id>
<content type='text'>
Add the case of variables read for use in arithmetic expressions.
</content>
</entry>
<entry>
<title>Propagate float/integer type in arithmetic assignment.</title>
<updated>2015-01-12T16:38:00Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-01-12T16:38:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5f4325a0a41987a92cee8b64a76e5b0d5e831f60'/>
<id>urn:sha1:5f4325a0a41987a92cee8b64a76e5b0d5e831f60</id>
<content type='text'>
Add test.

Mention this and also floating point mod change in README.
</content>
</entry>
<entry>
<title>34247: regression test for 34230.</title>
<updated>2015-01-12T02:50:17Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-01-12T02:50:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2753d49003006342e96b769422f7c50fd4093bde'/>
<id>urn:sha1:2753d49003006342e96b769422f7c50fd4093bde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: test binary input using 0b</title>
<updated>2014-11-26T20:58:36Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2014-11-26T20:58:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=62e4db10fed8f5e86f29cfc25f3364f360a66bc4'/>
<id>urn:sha1:62e4db10fed8f5e86f29cfc25f3364f360a66bc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33332: test safer numeric import from environment</title>
<updated>2014-10-02T16:17:47Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2014-10-02T16:17:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=fb707c0acbea8b3e06eb6ff9781481929c67d926'/>
<id>urn:sha1:fb707c0acbea8b3e06eb6ff9781481929c67d926</id>
<content type='text'>
</content>
</entry>
<entry>
<title>32299: add use of underscores on arithmetic output for spacing</title>
<updated>2014-01-23T10:32:59Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2014-01-23T10:32:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=22b8fd6da931657ec930ba2625179c704de3e830'/>
<id>urn:sha1:22b8fd6da931657ec930ba2625179c704de3e830</id>
<content type='text'>
</content>
</entry>
<entry>
<title>31982: detection of floating point constants was problematic.</title>
<updated>2013-11-14T11:49:22Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2013-11-14T11:49:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4c611f9323a516b95c3da19065e3f9040074de7e'/>
<id>urn:sha1:4c611f9323a516b95c3da19065e3f9040074de7e</id>
<content type='text'>
Remove the cause and fix the original problem with floating point
numbers with leading zeros (users/17445) a different way.
</content>
</entry>
<entry>
<title>31937: zle -Fw uses widget semantics for file descriptor handler</title>
<updated>2013-11-07T15:19:07Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2013-11-07T15:19:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f77a7a5b18f0650d32e5e8dac1f1cb284a9e4690'/>
<id>urn:sha1:f77a7a5b18f0650d32e5e8dac1f1cb284a9e4690</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/17665: add FORCE_FLOAT option</title>
<updated>2013-03-05T20:04:53Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2013-03-05T20:04:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3def943d046ad03540dd188ab52c0eacaa021149'/>
<id>urn:sha1:3def943d046ad03540dd188ab52c0eacaa021149</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/17445: fix handling of leading zeroes in floating point</title>
<updated>2012-12-08T19:50:20Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2012-12-08T19:50:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=431c22024d8af440ca4b79ce951896f3bcd0d7cc'/>
<id>urn:sha1:431c22024d8af440ca4b79ce951896f3bcd0d7cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>30647, 30649: allow underscores in numeric constants</title>
<updated>2012-09-11T16:02:41Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-09-11T16:02:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e550c98d69a270a9c6623fe1fd602b5081f4b46c'/>
<id>urn:sha1:e550c98d69a270a9c6623fe1fd602b5081f4b46c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>27611: cache parameter values in math eval so subscripts are eval'd once</title>
<updated>2010-01-20T17:17:45Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-01-20T17:17:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f02778f83c9a1dfaae895a52d3a49417a8f340ea'/>
<id>urn:sha1:f02778f83c9a1dfaae895a52d3a49417a8f340ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>25905: fix and test doubled-hash radix output</title>
<updated>2008-10-16T09:34:51Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-10-16T09:34:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3c248a0de485f42db15fc8af4f1ccec4cf583f62'/>
<id>urn:sha1:3c248a0de485f42db15fc8af4f1ccec4cf583f62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>25149: add C_PRECEDENCES option to make arithmetic have C/Perl precedence</title>
<updated>2008-06-12T13:45:04Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-06-12T13:45:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8a4af211c346fd00ded0bb1b1384ca1514ed84e0'/>
<id>urn:sha1:8a4af211c346fd00ded0bb1b1384ca1514ed84e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted addition to 25144 for tests</title>
<updated>2008-06-10T09:13:01Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-06-10T09:13:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=fe3884ba08498fb6bbfc15c04114d54e54e74e95'/>
<id>urn:sha1:fe3884ba08498fb6bbfc15c04114d54e54e74e95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>24271: handle parse failures in command substitution better</title>
<updated>2007-12-16T22:20:31Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-12-16T22:20:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6176062298c7efcebaf5458c63a125de93294bc9'/>
<id>urn:sha1:6176062298c7efcebaf5458c63a125de93294bc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>not 23562 but should have been: test correction</title>
<updated>2007-06-18T13:39:56Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-06-18T13:39:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5d6e1ce9c4351dae3995762d153d365d5618e21e'/>
<id>urn:sha1:5d6e1ce9c4351dae3995762d153d365d5618e21e</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>23165: fix problems with bases: error if over 36 and don't interpret octal</title>
<updated>2007-02-12T16:43:40Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-02-12T16:43:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2c92d005d7c0b828dc9bec3f220543b716dad6ee'/>
<id>urn:sha1:2c92d005d7c0b828dc9bec3f220543b716dad6ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>22686: unset array if assigning numeric parameter</title>
<updated>2006-09-11T11:09:15Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2006-09-11T11:09:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b262d310b218102aeb88ec233acf77fe4d82f7ad'/>
<id>urn:sha1:b262d310b218102aeb88ec233acf77fe4d82f7ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>20599: test for $((##)) should now check for error</title>
<updated>2004-11-30T14:14:51Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2004-11-30T14:14:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1bba34ced5c67e3801cb0de223d6d947bd8fb277'/>
<id>urn:sha1:1bba34ced5c67e3801cb0de223d6d947bd8fb277</id>
<content type='text'>
</content>
</entry>
<entry>
<title>19941: fix (( 3, ))</title>
<updated>2004-05-13T20:04:10Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2004-05-13T20:04:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d3b14e887ea29b62d1c2d5129582629a7fe97dd9'/>
<id>urn:sha1:d3b14e887ea29b62d1c2d5129582629a7fe97dd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>19308: zsh crashes with $((##))</title>
<updated>2003-12-17T20:47:39Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2003-12-17T20:47:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=76bd48d67422c28d54ef75ef313b8763f6d60760'/>
<id>urn:sha1:76bd48d67422c28d54ef75ef313b8763f6d60760</id>
<content type='text'>
</content>
</entry>
<entry>
<title>18391: add tests for read builtin a few glob qualifiers, 17678 and 18015</title>
<updated>2003-03-26T17:33:04Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2003-03-26T17:33:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=244f2a14fc2c0b9a57d782a290d17bc1a4299600'/>
<id>urn:sha1:244f2a14fc2c0b9a57d782a290d17bc1a4299600</id>
<content type='text'>
</content>
</entry>
<entry>
<title>16489: Test/C01arith.ztst: default output for whole numbers</title>
<updated>2002-01-23T16:28:16Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2002-01-23T16:28:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8840ce7144ed8f28fa44f4f93d2c3cece85aa09c'/>
<id>urn:sha1:8840ce7144ed8f28fa44f4f93d2c3cece85aa09c</id>
<content type='text'>
as floats now has `.' at the end, c.f. 16423.
</content>
</entry>
<entry>
<title>15334: use string "(eval)" as script name in debugging messages in eval's</title>
<updated>2001-07-09T18:31:24Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2001-07-09T18:31:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7060b34457f579864bddbe1caa3e3cdfea6981e2'/>
<id>urn:sha1:7060b34457f579864bddbe1caa3e3cdfea6981e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>15329: test script changes to go with 15327 LINENO change</title>
<updated>2001-07-09T16:41:19Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2001-07-09T16:41:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cef000cc628ab20603dbfb5eff4d76bbad15e3be'/>
<id>urn:sha1:cef000cc628ab20603dbfb5eff4d76bbad15e3be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>15291, 15292: fix bug setting scalar in math mode</title>
<updated>2001-07-06T18:33:59Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2001-07-06T18:33:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2c75f5b0da61fa703b0b4f9dc12143aad5e00017'/>
<id>urn:sha1:2c75f5b0da61fa703b0b4f9dc12143aad5e00017</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved from ./Test/06arith.ztst</title>
<updated>2001-04-02T12:32:11Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-04-02T12:32:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=231f9625af6931627d509b2e3c384375519dd462'/>
<id>urn:sha1:231f9625af6931627d509b2e3c384375519dd462</id>
<content type='text'>
</content>
</entry>
</feed>
