K 10 svn:author V 6 fenner K 8 svn:date V 27 2001-11-07T00:05:26.000000Z K 7 svn:log V 338 Don't ignore unknown characters. The previous code treated a line like: hosts:!!!!!!!!@@@@@$%^&*()()*$(files{}{}|||++!)(dns exactly the same as: hosts: files dns Recover from parse errors by looking for the end of a line; this allows entries without errors to still be parsed even if there is an erroneous entry earlier in the file. END