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-20 02:34:51 +02:00
2011-11-03 19:25:26 +01:00
2011-10-20 02:34:51 +02:00
2011-10-19 02:08:59 +02:00
2011-05-11 13:43:30 +02:00
2011-03-17 17:26:45 +01:00
2011-03-29 02:27:13 +02:00
2011-05-20 10:14:00 +02:00
2011-08-09 19:56:21 +02:00
2011-09-21 21:25:43 +02:00
2011-10-30 02:08:57 +02:00
2011-10-13 16:50:20 +02:00
2011-09-12 00:32:54 +02:00
2011-05-27 10:41:46 +02:00
2011-04-19 01:17:59 +02:00
2011-10-30 02:07:38 +01:00
2011-10-12 15:43:52 +02:00
2011-09-27 22:00:20 +02:00
2011-10-09 16:03:13 +02:00
2011-08-09 19:56:25 +02:00
2011-09-12 00:32:54 +02:00
2011-10-31 11:06:19 +01:00
2011-10-31 01:13:41 +01:00
2011-04-10 04:31:54 +02:00
2011-10-28 03:05:16 +02:00
2011-09-02 23:08:03 +02:00
2011-09-10 23:40:52 +02:00
2011-06-29 09:14:56 +01:00
2011-03-17 17:26:45 +01:00
2011-03-17 17:26:45 +01:00
2011-10-27 00:25:32 +02:00
2011-04-08 01:35:43 +02:00
2011-06-05 13:17:38 +02:00
2011-10-18 01:54:40 +02:00
2011-06-21 20:58:39 +02:00
2011-03-17 17:26:45 +01:00
2011-10-06 00:32:01 +02:00
2011-01-30 03:41:47 +01:00
2011-07-09 21:53:59 +02:00