K 10 svn:author V 8 kientzle K 8 svn:date V 27 2004-04-23T17:15:48.000000Z K 7 svn:log V 359 Make clone more aggressive about copying strings to the new entry. The original might have pointers to user-specified strings; copying the string (instead of just the pointer) protects against the client re-using their own buffers. I'm trying hard to avoid dumping all of the 'set' string functions in favor of slower, but more predictable 'copy' semantics. END