K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-08-27T10:02:56.000000Z K 7 svn:log V 444 Fixed kernel format checking: - plain %r and %z were disallowed. The hard NULs in the warnings were hopefully caused by disallowing of plain formats being nonsense. - new formats for shortening to a byte were allowed, but even the libc printf doesn't support them. - old %hr and %hz formats were allowed, but the kernel printf doesn't support them. The kernel doesn't support %hd either, but this is harder to fix. Submitted by: bde END