config_file.c
41.8 KB
-
git__tolower: a tolower() that isn't dumb · 75a4636f
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.
Edward Thomson committed