> > It may have been obvious, but to be explicit for somebody new, > !prefixcmp() corresponds to starts_with(). IOW, we changed the > meaning of the return value when moving from cmp-lookalike (where 0 > means "equal") to "does it start with this string?" bool (where 1 > means "yes"). > I see. It reads much better that way! I re-did all the changes from Jeff's patch, but some tests are breaking now. I will have to mend that tomorrow, because it's already too late in my timezone. Thanks a lot for your support m(_ _)m