Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Takuya SHIOZAKI <tshiozak@netbsd.org>
List: source-changes
Date: 03/03/2003 09:39:56
Module Name:	src
Committed By:	tshiozak
Date:		Mon Mar  3 07:39:55 UTC 2003

Modified Files:
	src/include: wchar.h
	src/lib/libc/locale: Makefile.inc btowc.c
Added Files:
	src/lib/libc/locale: wctob.c

Log Message:
 - add wctob() function. (I forgot it at the last commit.)
 - fix btowc(); I quite misunderstood about it.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/include/wchar.h
cvs rdiff -r1.40 -r1.41 src/lib/libc/locale/Makefile.inc
cvs rdiff -r1.1 -r1.2 src/lib/libc/locale/btowc.c
cvs rdiff -r0 -r1.1 src/lib/libc/locale/wctob.c

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