freebsd_amp_hwpstate/bin/expr
Joerg Wunsch 2a353a9fb4 expr(1) didn't comply to Posix.2 and its own man page: any
comparisions have been made as string comparisions, even in cases
where both operands clearly qualified as integers.

The fix is to make the parser properly analyzing whether an operand is
a valid integer or not.
1995-08-04 17:08:07 +00:00
..
Makefile
expr.1
expr.y expr(1) didn't comply to Posix.2 and its own man page: any 1995-08-04 17:08:07 +00:00