Subject: CVS commit: src/regress/lib/libc/string
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/15/2005 15:57:58
Module Name:	src
Committed By:	christos
Date:		Tue Mar 15 15:57:58 UTC 2005

Modified Files:
	src/regress/lib/libc/string: Makefile
Added 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:
Add jtc's regression tests. I decided to split them finally to follow suit.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/regress/lib/libc/string/Makefile
cvs rdiff -r0 -r1.1 src/regress/lib/libc/string/memchr/Makefile \
    src/regress/lib/libc/string/memchr/memchr_test.c
cvs rdiff -r0 -r1.1 src/regress/lib/libc/string/strcat/Makefile \
    src/regress/lib/libc/string/strcat/strcat_test.c
cvs rdiff -r0 -r1.1 src/regress/lib/libc/string/strchr/Makefile \
    src/regress/lib/libc/string/strchr/strchr_test.c
cvs rdiff -r0 -r1.1 src/regress/lib/libc/string/strcmp/Makefile \
    src/regress/lib/libc/string/strcmp/strcmp_test.c
cvs rdiff -r0 -r1.1 src/regress/lib/libc/string/strcpy/Makefile \
    src/regress/lib/libc/string/strcpy/strcpy_test.c
cvs rdiff -r0 -r1.1 src/regress/lib/libc/string/strlen/Makefile \
    src/regress/lib/libc/string/strlen/strlen_test.c
cvs rdiff -r0 -r1.1 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.