summaryrefslogtreecommitdiff
path: root/bin/sh/arithmetic.c
AgeCommit message (Expand)Author
2018-04-21In uses like $(( var )) (un-dollared vars in arithmetic) we allowkre
2017-07-24Add support for ++ and -- (pre & post) and ',' to arithmetic.kre
2017-06-07A better LINENO implementation. This version deletes (well, #if 0's out)kre
2017-05-29Add DEBUG tracing to arithmetic $(( )) parsing & evaluation.kre
2017-03-20Finish support for all required $(( )) (shell arithmetic) operators,kre