K 10 svn:author V 3 bde K 8 svn:date V 27 1999-11-17T03:25:54.000000Z K 7 svn:log V 391 Fixed sorting on time. On i386's, time differences of more than 2147 seconds caused overflow. Use a type-safe but slightly slower comparison. Comparisons for other fields are still fragile. Fixed rounding of cputime (don't do extra work to get it slightly wrong by first converting without rounding to milliseconds). Removed dead code for setting cputime. Fixed comments about cputime. END