sh: Fix duplicate prototypes for builtins.
[dragonfly.git] / bin / sh / arith_yacc.c
2011-08-21 Peter Avalossh: Fix duplicate prototypes for builtins.
2011-08-21 Peter Avalossh: Remove the "exp" builtin.
2011-08-21 Peter Avalossh: Apply set -u to variables in arithmetic.
2011-04-16 Peter Avalossh: Reduce diffs to FreeBSD in the arith code.
2011-02-13 Peter Avalossh: Detect dividing the smallest integer by -1.
2011-02-12 Peter Avalossh: Sync with FreeBSD