K 10 svn:author V 7 wollman K 8 svn:date V 27 2002-03-22T20:18:26.000000Z K 7 svn:log V 423 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. END