From 5921804481c346f032a24c19fc294cc5690e0f3b Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 23 Apr 2009 18:11:22 +0000 Subject: 2009-04-23 Mike Burgess * libc/string/strcasecmp.c: Optimized rewrite. * libc/string/strncasecmp.c: Fix description. * libc/string/strlwr.c: Avoid passing signed char to tolower. * libc/string/strupr.c: Avoid passing signed char to tolower. --- newlib/libc/string/strncasecmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/string/strncasecmp.c') diff --git a/newlib/libc/string/strncasecmp.c b/newlib/libc/string/strncasecmp.c index c2eb5b86c..6909018a8 100644 --- a/newlib/libc/string/strncasecmp.c +++ b/newlib/libc/string/strncasecmp.c @@ -24,7 +24,7 @@ DESCRIPTION RETURNS If <<*<[a]>>> sorts lexicographically after <<*<[b]>>> (after - both are converted to uppercase), <> returns a + both are converted to lowercase), <> returns a number greater than zero. If the two strings are equivalent, <> returns zero. If <<*<[a]>>> sorts lexicographically before <<*<[b]>>>, <> returns a -- cgit v1.2.3