Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/regress/lib/libc/string
Module Name: src
Committed By: pgoyette
Date: Sat Dec 25 21:13:40 UTC 2010
Modified Files:
src/regress/lib/libc/string: Makefile
Removed Files:
src/regress/lib/libc/string/memchr: Makefile memchr_test.c
src/regress/lib/libc/string/strcat: Makefile strcat_test.c
src/regress/lib/libc/string/strchr: Makefile strchr_test.c
src/regress/lib/libc/string/strcmp: Makefile strcmp_test.c
src/regress/lib/libc/string/strcpy: Makefile strcpy_test.c
src/regress/lib/libc/string/strlen: Makefile strlen_test.c
src/regress/lib/libc/string/strrchr: Makefile strrchr_test.c
Log Message:
Remove regress versions of str* tests - they have been atf-ified
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/regress/lib/libc/string/Makefile
cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/string/memchr/Makefile
cvs rdiff -u -r1.2 -r0 src/regress/lib/libc/string/memchr/memchr_test.c
cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/string/strcat/Makefile \
src/regress/lib/libc/string/strcat/strcat_test.c
cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/string/strchr/Makefile
cvs rdiff -u -r1.4 -r0 src/regress/lib/libc/string/strchr/strchr_test.c
cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/string/strcmp/Makefile \
src/regress/lib/libc/string/strcmp/strcmp_test.c
cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/string/strcpy/Makefile \
src/regress/lib/libc/string/strcpy/strcpy_test.c
cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/string/strlen/Makefile
cvs rdiff -u -r1.2 -r0 src/regress/lib/libc/string/strlen/strlen_test.c
cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/string/strrchr/Makefile \
src/regress/lib/libc/string/strrchr/strrchr_test.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