summaryrefslogtreecommitdiffstats
path: root/bin/sh/arith_yacc.c
Commit message (Expand)AuthorAgeFilesLines
* Add prototypes, ANSIfy functions definitions to reduce WARNS=6 output.charnier2012-01-251-1/+2
* sh: Remove undefined behaviour due to overflow in +/-/* in arithmetic.jilles2011-11-081-3/+3
* sh: Include <limits.h> instead of non-standard <sys/limits.h>.jilles2011-06-261-1/+1
* sh: Remove the "exp" builtin.jilles2011-05-271-1/+1
* sh: Apply set -u to variables in arithmetic.jilles2011-05-041-0/+2
* sh: Fix some warnings in code for arithmetic expressions.jilles2011-03-051-2/+2
* sh: Detect dividing the smallest integer by -1.jilles2011-02-121-0/+2
* sh: Import arithmetic expression code from dash.jilles2011-02-081-0/+376
OpenPOWER on IntegriCloud