K 10 svn:author V 3 das K 8 svn:date V 27 2008-01-14T09:21:34.000000Z K 7 svn:log V 284 Changing 'r' to a size_t in the previous commit turned quicksort into slowsort for some sequences because different parts of the code used 'r' to store two different things, one of which was signed. Clean things up by splitting 'r' into two variables, and use a more meaningful name. END