Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 12/21/2000 07:40:57
Module Name:	basesrc
Committed By:	itojun
Date:		Thu Dec 21 05:40:57 UTC 2000

Modified Files:
	basesrc/include: Makefile
	basesrc/lib/libc/locale: Makefile.inc
Added Files:
	basesrc/include: wctype.h
	basesrc/lib/libc/locale: iswctype.c

Log Message:
have dummy wctype.h and isw*/tow*.  part of libc minor 68 -> 69 crank.
equivalent to is*/to* at this moment.  we'll put wchar_t code in the
near future.


To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 basesrc/include/Makefile
cvs rdiff -r0 -r1.2 basesrc/include/wctype.h
cvs rdiff -r1.19 -r1.20 basesrc/lib/libc/locale/Makefile.inc
cvs rdiff -r0 -r1.2 basesrc/lib/libc/locale/iswctype.c

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