Reimar Döffinger
bb3244dee2
Replace all usage of strcasecmp/strncasecmp
...
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: Martin Storsjö <martin@martin.st>
2011-11-06 11:52:57 +02:00
..
2011-10-26 16:39:33 -07:00
2011-09-21 13:51:53 +02:00
2011-10-19 17:02:11 +02:00
2011-09-24 12:11:17 +02:00
2011-07-09 16:01:06 -04:00
2011-03-19 13:33:20 +00:00
2011-10-26 16:39:33 -07:00
2011-10-19 17:02:11 +02:00
2011-10-20 20:57:23 +02:00
2011-03-19 13:33:20 +00:00
2011-10-19 17:02:11 +02:00
2011-10-21 20:29:05 +02:00
2010-01-16 04:49:02 +00:00
2011-10-20 20:57:23 +02:00
2011-10-19 17:02:11 +02:00
2011-10-26 16:39:33 -07:00
2011-10-19 17:02:11 +02:00
2011-10-26 16:39:33 -07:00
2011-03-29 21:19:39 -07:00
2011-05-25 15:20:26 +02:00
2011-10-19 17:02:11 +02:00
2011-06-09 22:53:17 +02:00
2011-10-21 20:29:05 +02:00
2011-10-21 20:29:05 +02:00
2011-11-06 11:52:57 +02:00
2011-10-19 17:02:11 +02:00
2011-10-19 17:02:11 +02:00
2011-10-19 17:02:11 +02:00