Reimar Döffinger 96949dafcc Replace all strcasecmp/strncasecmp usages.
All current usages of it are incompatible with localization.
For example strcasecmp("i", "I") != 0 is possible, but would
break many of the places where it is used.
Instead use our own implementations that always treat the data
as ASCII.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2011-11-03 19:25:26 +01:00
..
2011-08-09 19:56:21 +02:00
2011-09-27 22:00:20 +02:00
2011-08-09 19:56:25 +02:00
2011-10-31 11:06:19 +01:00
2011-04-10 04:31:54 +02:00
2011-10-27 00:25:32 +02:00
2011-01-30 03:41:47 +01:00