K 10 svn:author V 6 jilles K 8 svn:date V 27 2010-11-23T22:17:39.842208Z K 7 svn:log V 331 sh: Code size optimizations to "stack string" memory allocation: * Prefer one CHECKSTRSPACE with multiple USTPUTC to multiple STPUTC. * Add STPUTS macro (based on function) and use it instead of loops that add nul-terminated strings to the stack string. No functional change is intended, but code size is about 1K less on i386. END