Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 02/14/2001 07:20:11
Module Name:	basesrc
Committed By:	cgd
Date:		Wed Feb 14 05:20:11 UTC 2001

Modified Files:
	basesrc/regress/lib/libc: Makefile
Added Files:
	basesrc/regress/lib/libc/hsearch: Makefile hsearchtest.c

Log Message:
Add a program to test the functionality of hsearch().  Our current
hsearch() falls right over (because it's unredeemably broken).  That's
about to change, though.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 basesrc/regress/lib/libc/Makefile
cvs rdiff -r0 -r1.1 basesrc/regress/lib/libc/hsearch/Makefile \
    basesrc/regress/lib/libc/hsearch/hsearchtest.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.