K 10
svn:author
V 3
rra
K 8
svn:date
V 27
2003-01-19T19:47:13.000000Z
K 7
svn:log
V 349
Clean up a whole bunch of string handling code, using xmalloc and xrealloc
instead of malloc and realloc, removing checks on the return status that
are no longer needed, using xstrdup instead of malloc/strcpy, replacing
calls to sprintf with snprintf, and using strlcpy and strlcat instead of
strcpy and strcat.  Some parts of this still need work.

END
