• Show log

    Commit

  • Hash : 75a4636f
    Author : Edward Thomson
    Date : 2015-05-29T16:56:38

    git__tolower: a tolower() that isn't dumb
    
    Some brain damaged tolower() implementations appear to want to
    take the locale into account, and this may require taking some
    insanely aggressive lock on the locale and slowing down what should
    be the most trivial of trivial calls for people who just want to
    downcase ASCII.