Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 01/20/2001 19:40:10
Module Name: basesrc
Committed By: itojun
Date: Sat Jan 20 17:40:10 UTC 2001
Modified Files:
basesrc/include: wctype.h
basesrc/lib/libc/locale: ___runetype_mb.c ___tolower_mb.c
___toupper_mb.c iswctype.c rune_local.h
Log Message:
avoid exposure of libc internal symbols into public header (wctype.h).
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 basesrc/include/wctype.h
cvs rdiff -r1.2 -r1.3 basesrc/lib/libc/locale/___runetype_mb.c \
basesrc/lib/libc/locale/___tolower_mb.c \
basesrc/lib/libc/locale/___toupper_mb.c
cvs rdiff -r1.5 -r1.6 basesrc/lib/libc/locale/iswctype.c
cvs rdiff -r1.4 -r1.5 basesrc/lib/libc/locale/rune_local.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.