Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add prototypes, ANSIfy functions definitions to reduce WARNS=6 output. | charnier | 2012-01-25 | 1 | -1/+2 |
* | sh: Remove undefined behaviour due to overflow in +/-/* in arithmetic. | jilles | 2011-11-08 | 1 | -3/+3 |
* | sh: Include <limits.h> instead of non-standard <sys/limits.h>. | jilles | 2011-06-26 | 1 | -1/+1 |
* | sh: Remove the "exp" builtin. | jilles | 2011-05-27 | 1 | -1/+1 |
* | sh: Apply set -u to variables in arithmetic. | jilles | 2011-05-04 | 1 | -0/+2 |
* | sh: Fix some warnings in code for arithmetic expressions. | jilles | 2011-03-05 | 1 | -2/+2 |
* | sh: Detect dividing the smallest integer by -1. | jilles | 2011-02-12 | 1 | -0/+2 |
* | sh: Import arithmetic expression code from dash. | jilles | 2011-02-08 | 1 | -0/+376 |