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-10-26 16:39:33 -07:00
2011-09-21 21:25:43 +02:00
2011-10-20 02:34:51 +02:00
2011-09-24 22:39:52 +02:00
2011-10-22 01:16:41 +02:00
2011-10-26 16:39:33 -07:00
2011-10-20 02:34:51 +02:00
2011-09-16 11:06:56 +02:00
2011-09-16 11:16:05 +02:00
2011-09-16 11:16:05 +02:00
2011-09-16 11:16:05 +02:00
2011-10-17 07:33:10 +02:00
2011-09-16 11:06:56 +02:00
2011-10-21 02:01:26 +02:00
2011-10-20 02:34:51 +02:00
2011-10-22 01:16:41 +02:00
2011-10-17 07:33:10 +02:00
2011-10-21 02:01:26 +02:00
2011-10-20 02:34:51 +02:00
2011-10-26 16:39:33 -07:00
2011-10-17 07:33:10 +02:00
2011-10-20 02:34:51 +02:00
2011-10-28 03:05:16 +02:00
2011-10-17 07:33:10 +02:00
2011-10-20 02:34:51 +02:00
2011-10-22 01:16:41 +02:00
2011-10-22 01:16:41 +02:00
2011-11-03 19:25:26 +01:00
2011-10-30 02:39:30 +02:00
2011-10-20 02:34:51 +02:00
2011-10-20 02:34:51 +02:00