Searched hist:92979 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/bin/expr/
H A Dexpr.1diff 92979 Fri Mar 22 18:18:26 MST 2002 wollman Make expr POSIX-compliant, and fix some bugs. Specifically:

- expr must conform to the Utility Syntax Guidelines, so use
getopt() to eat the (non-existent) options.

- Use the Standard type intmax_t for arithmetic.

- If an argument cannot be *completely* converted to an integer, then
it is a string.

Additionally make some style cleanups near the modified lines. This
utility is still not completely style-compliant.
H A Dexpr.ydiff 92979 Fri Mar 22 18:18:26 MST 2002 wollman Make expr POSIX-compliant, and fix some bugs. Specifically:

- expr must conform to the Utility Syntax Guidelines, so use
getopt() to eat the (non-existent) options.

- Use the Standard type intmax_t for arithmetic.

- If an argument cannot be *completely* converted to an integer, then
it is a string.

Additionally make some style cleanups near the modified lines. This
utility is still not completely style-compliant.

Completed in 59 milliseconds