Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sh: Restore $((x)) error checking after fix for $((-9223372036854775808)) | Jilles Tjoelker | 2019-02-10 | 1 | -1/+29 |
* | sh: Fix compiler warnings related to duplicate or missing declarations. | Jilles Tjoelker | 2015-03-01 | 1 | -2/+0 |
* | sh: Reject ++ and -- in arithmetic. | Jilles Tjoelker | 2013-08-24 | 1 | -0/+4 |
* | Add prototypes, ANSIfy functions definitions to reduce WARNS=6 output. | Philippe Charnier | 2012-01-25 | 1 | -1/+1 |
* | Remove unnecessary cast. | Stefan Farfeleder | 2011-03-07 | 1 | -1/+1 |
* | sh: Fix some warnings in code for arithmetic expressions. | Jilles Tjoelker | 2011-03-05 | 1 | -1/+3 |
* | sh: Import arithmetic expression code from dash. | Jilles Tjoelker | 2011-02-08 | 1 | -0/+244 |