K 10 svn:author V 2 az K 8 svn:date V 27 2005-12-12T11:23:06.000000Z K 7 svn:log V 382 -Update to 0.093 -Add SHA256 ChangeLog: - Fixed inifinte recursion when adding comparators into bags. That whole area is unpleasant - conceptually as well as implementation-wise. Comparators no longer inherit a compare method, so we only call the specialised compare if it exists, otherwise we just do normal deep comparison. - Removed a debugging print. Noticed by: edwin@ END