summaryrefslogtreecommitdiffstats
path: root/bin/ksh/expr.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-20When evaluating an arithmetical expression, for example inside $(()),schwarze1-1/+6
2018-04-09Support 64 bit integers on 32 bit architectures.tobias1-3/+3
2015-12-30rename global "e" to genv to avoid accidental shadowing and aliasing.tedu1-2/+2
2015-10-19Move string.h include from sh.h to the files that use it.mmcc1-1/+2
2015-10-19Move limits.h include from sh.h to the files that actually need it. Nommcc1-1/+2
2015-10-19Apply style(9) to header includes.mmcc1-2/+2
2015-09-22Make errorf() and bi_errorf() handle a NULL argument.millert1-2/+2
2015-09-18Last of the (thing *)0 -> NULL, from Michael McConville. No binarynicm1-4/+4
2015-09-17Remove unnecessary casts, from Michael McConville. No binary change.nicm1-2/+2
2015-09-15correct spelling of NULL from (char *)0. from Michael McConville.tedu1-3/+3
2014-12-08fix crash when trying to apply ++ without an lvalue; ok millert@ jsg@otto1-2/+3
2013-12-17ctype cleanups. Repeated re-audits of this sensitive area by okan andderaadt1-2/+2
2013-03-28Don't die with SIGFPE on LONG_MIN / -1 or % -1. Instead make LONG_MIN /nicm1-3/+9
2009-06-01please sthen the 80 character pedantderaadt1-2/+3
2009-06-01"let --" was crashing ksh; found by phy0@rambler.ru. Various other expressionsderaadt1-2/+2
2006-04-10fix lint comments, no functional changes; ok rayjaredy1-3/+3
2005-03-30lots of indentation cleanup, now ksh is readable like our other code.deraadt1-70/+69
2005-02-02Introduce POSIX hex and octal (0x... and 0...) constants in arithmeticotto1-10/+16
2004-12-22Fix a use-after-free, that causs core dumps if a shell is killedotto1-3/+3
2004-12-22Use stdbool.h instead of rolling our own bools.millert1-11/+11
2004-12-20Ansification plus some minor knf. No binary change on i386 andotto1-40/+17
2004-12-18remove GCC_FUNC_ATTR/GCC_FUNC_ATTR2 and just use __attribute__ directlymillert1-2/+2
2004-12-18deregistermillert1-2/+2
2004-12-18Get rid of #ifdef KSH since we don't care about building a V7 style sh andmillert1-5/+2
2004-12-18Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.millert1-14/+14
2003-10-22typos from Jared Yanovich;jmc1-4/+4
2003-02-28typos; from Brian Poolejmc1-2/+2
1999-06-15patches from pdksh 5.2.13.11millert1-8/+17
1999-01-19Updates from pdksh-unstable-5.2.13.7. Most notable change is:millert1-64/+65
1999-01-10sync with pdksh-unstable-5.2.13.6millert1-1/+2
1997-06-19back outkstailey1-5/+5
1997-06-18(foo *)0 -> NULLkstailey1-5/+5
1996-08-19update to pdksh-5.2.8downsj1-45/+103
1996-08-14Import pdksh 5.2.7.downsj1-0/+538