K 10 svn:author V 8 jmallett K 8 svn:date V 27 2002-10-28T23:33:57.000000Z K 7 svn:log V 345 Split var.c into var.c and var_modify.c and move all the modification funcs to var_modify.c, for readability. constify some low hanging fruit (string manipulation functions) and the upper layers appropriately. No longer use the private strstr(3) implementation, while changing string code. Tested by: lots of successful make buildworld. END