DragonFly commits List (threaded) for 2005-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/lib/libc/string strcasecmp.c
:
:joerg 2005/04/28 11:26:03 PDT
:
:DragonFly src repository
:
: Modified files:
: lib/libc/string strcasecmp.c
: Log:
: Forced commit to correct imporant spelling error:
: DragonFly has decided to depend on char being *unsigned*.
:
: Revision Changes Path
: 1.6 +0 -0 src/lib/libc/string/strcasecmp.c
:
:
:http://www.dragonflybsd.org/cvsweb/src/lib/libc/string/strcasecmp.c.diff?r1=1.5&r2=1.6&f=u
Joerg, char's are NOT unsigned.
#include <stdio.h>
int
main(int ac, char **av)
{
char x = -1;
printf("%d\n", x);
}
See? NOT unsigned. And we aren't going to make them unsigned, either.
-Matt
Matthew Dillon
<dillon@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]