about summary refs log tree commit diff
path: root/Src/math.c
Commit message (Expand)AuthorAgeFilesLines
* 49611 based on 49590 (Martijn Dekker): disable Inf and NaN in math expression...Oliver Kiddle2021-11-301-1/+1
* github #82: Fix typosDimitris Apostolou2021-11-121-2/+2
* 48723: locale-safe recognition of "Inf" and "NaN" constants in mathVincent Lefevre2021-05-151-2/+6
* 48389: getkeystring() should not return ptr to local varJun-ichi Takimoto2021-04-061-1/+6
* 46079: Ignore double quotes in math expressions.Peter Stephenson2020-06-231-0/+2
* 45343: Queue signals around arithmetic evaluationsDaniel Shahaf2020-01-291-4/+11
* 43944: apply NO_UNSET consistently to arithmeitcMartijn Dekker2018-12-301-0/+2
* 43261: Fix unary minus with base.Peter Stephenson2018-08-081-2/+13
* 43219 (except term{cap,info}.c): fix several memory leaksJun-ichi Takimoto2018-07-311-1/+1
* 42488: test cases for 42369 and address some issues in the codeOliver Kiddle2018-05-131-18/+19
* Nelson H. F. Beebe: 19597 (rebased 42369): return Inf, NaN etc from floating ...Oliver Kiddle2018-05-131-4/+46
* 41641: Some math operations shouldn't be lvalues.Peter Stephenson2017-09-051-8/+2
* 40760: Always tokenize unquoted - to Dash.Peter Stephenson2017-03-071-3/+4
* 40622 with typos fixed: functions -Ms.Peter Stephenson2017-03-011-10/+22
* 37018: Make WARNCREATEGLOBAL more consistent.Peter Stephenson2015-10-291-26/+0
* unposted: strdup should be ztrdupBarton E. Schaefer2015-10-211-1/+1
* 36651: WARN_CREATE_GLOBAL += math expressionsDaniel Shahaf2015-09-271-0/+25
* 35359: Improved math parsing and errors.Peter Stephenson2015-06-021-7/+14
* unposted: rewrite Nularg math handling to be like other casesPeter Stephenson2015-04-151-2/+6
* 34892 (slightly tweaked): math evaluation fixPeter Stephenson2015-04-151-2/+2
* 34280: more widespread use of FORCE_FLOAT.Peter Stephenson2015-01-151-1/+12
* Propagate float/integer type in arithmetic assignment.Peter Stephenson2015-01-121-1/+28
* 34230: call fmod() for modulo with floatsBarton E. Schaefer2015-01-111-3/+5
* 33793: add 0b binary interpretation to integer constantsPeter Stephenson2014-11-261-2/+4
* 32299: add use of underscores on arithmetic output for spacingPeter Stephenson2014-01-231-10/+25
* 31982: detection of floating point constants was problematic.Peter Stephenson2013-11-141-8/+3
* 31937: zle -Fw uses widget semantics for file descriptor handlerPeter Stephenson2013-11-071-3/+20
* 31353: fix handling of floating point in ternaryBart Schaefer2013-04-301-1/+2
* 31140: avoid crash when hitting recursion limitMikael Magnusson2013-03-131-1/+2
* users/17665: add FORCE_FLOAT optionPeter Stephenson2013-03-051-0/+15
* users/17445: fix handling of leading zeroes in floating pointBart Schaefer2012-12-081-1/+2
* 30647, 30649: allow underscores in numeric constantsPeter Stephenson2012-09-111-6/+33
* 30656: prevent SIGFPE in division by -1 by multiplying insteadPeter Stephenson2012-09-061-3/+23
* 29491: remove some variables set but not usedPeter Stephenson2011-06-191-2/+0
* 29329: fix undefined behaviour in math.cMikael Magnusson2011-05-271-1/+2
* 29307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson2011-05-191-1/+1
* 28037: improved error messages for module autoloadsPeter Stephenson2010-06-141-1/+2
* 27611: cache parameter values in math eval so subscripts are eval'd oncePeter Stephenson2010-01-201-14/+71
* 25905: fix and test doubled-hash radix outputPeter Stephenson2008-10-161-1/+2
* 25744: dynamic named directories and further doshfunc() simplificationPeter Stephenson2008-09-261-1/+1
* 25677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson2008-09-161-3/+3
* 25149: add C_PRECEDENCES option to make arithmetic have C/Perl precedencePeter Stephenson2008-06-121-117/+229
* Mikael: 25143: spelling correctionsPeter Stephenson2008-06-101-1/+2
* 25025: check radix for integer constants is between 2 and 36 inclusivePeter Stephenson2008-05-141-0/+4
* 23553: bit missed outPeter Stephenson2007-06-151-1/+12
* 23165: fix problems with bases: error if over 36 and don't interpret octalPeter Stephenson2007-02-121-9/+25
* 22684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson2006-09-101-1/+1
* 22558: declaration after statementPeter Stephenson2006-07-261-1/+1
* 22544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson2006-07-101-4/+5
* 22529: multibyte conversion in math expressionsPeter Stephenson2006-06-301-2/+14