freebsd-dev/bin/expr
Garrett Wollman 1393277e29 The response to my POSIX interpretation request says that `expr'
is required to be oblivious to overflow and to use the data type `long'.
(Division by zero is undefined in ISO C so it's still OK to check for it
here.)  Add a new `-e' flag to get the old, more useful behavior.
2002-05-10 22:59:29 +00:00
..
expr.1 The response to my POSIX interpretation request says that `expr' 2002-05-10 22:59:29 +00:00
expr.y The response to my POSIX interpretation request says that `expr' 2002-05-10 22:59:29 +00:00
Makefile Disable -Werror when building -- the old version of gcc used on IA32 can't 2002-03-23 00:44:00 +00:00