freebsd-dev/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
..
expr.1 Fix gross spelling and typographical errors pointed out by Keith Bostic. 1994-04-24 01:22:07 +00:00
expr.y expr(1) didn't comply to Posix.2 and its own man page: any 1995-08-04 17:08:07 +00:00
Makefile Remove trailing whitespace. 1995-05-30 00:07:29 +00:00