K 10 svn:author V 6 jilles K 8 svn:date V 27 2010-12-29T21:38:00.457510Z K 7 svn:log V 253 printf: Do not use sh memory functions in sh builtin. These functions throw exceptions if they fail, possibly causing memory leaks. The normal out-of-memory handling suffices. The INTOFF around almost all of printf prevents memory leaks due to SIGINT. END