K 10 svn:author V 5 peter K 8 svn:date V 27 2000-06-26T09:53:37.000000Z K 7 svn:log V 279 Some changes and fixes from Bruce: Use strtoul(), not strtol() in the hints decoder so that 'flags 0xa0ffa0ff' is not truncated to 0x7fffffff. Use a stack buffer instead of a static 100 byte bss buffer. Use \0 for the NUL character. Remove some ``excessive'' parens. END