K 10 svn:author V 3 ian K 8 svn:date V 27 2013-03-04T23:22:37.071438Z K 7 svn:log V 281 MFC r246134 ... Improve devd startup time, by tweaking some string handling routines that are heavily used when parsing config files. Mostly these changes avoid making temporary copies of the strings, and avoid doing byte at a time append operations, on the most-used code path. END