Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/string
Module Name: src
Committed By: joerg
Date: Fri Feb 22 14:40:15 UTC 2008
Modified Files:
src/lib/libc/string: strcspn.c strpbrk.c strspn.c
Log Message:
Add some explicit casts to stop GCC complains about signed char shifts.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/lib/libc/string/strcspn.c \
src/lib/libc/string/strspn.c
cvs rdiff -r1.13 -r1.14 src/lib/libc/string/strpbrk.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index