Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: joerg
Date: Mon Nov 21 23:50:45 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/lib/libc/locale: Makefile
src/tests/lib/libc/string: Makefile
Added Files:
src/tests/lib/libc/locale: t_wcscspn.c t_wcspbrk.c t_wcsspn.c
src/tests/lib/libc/string: t_strcspn.c t_strpbrk.c t_strspn.c
Log Message:
Add test cases for strcspn, strpbrk, strspn, wcscspn, wcspbrk and
wcsspn.
To generate a diff of this commit:
cvs rdiff -u -r1.424 -r1.425 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/locale/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/locale/t_wcscspn.c \
src/tests/lib/libc/locale/t_wcspbrk.c \
src/tests/lib/libc/locale/t_wcsspn.c
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/string/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/string/t_strcspn.c \
src/tests/lib/libc/string/t_strpbrk.c \
src/tests/lib/libc/string/t_strspn.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