Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 01/25/2001 11:21:57
Module Name:	basesrc
Committed By:	itojun
Date:		Thu Jan 25 09:21:57 UTC 2001

Modified Files:
	basesrc/lib/libc: Makefile
	basesrc/lib/libc/locale: Makefile.inc

Log Message:
(finally!) enable multibyte LC_CTYPE locale support.

the functionality will be available for dynamic-linked binary only, due to
limitation with dlopen() from within statically-linked binaries.
(statically-linked binary can still enjoy singlebyte LC_CTYPE locale support)

from citrus project.


To generate a diff of this commit:
cvs rdiff -r1.96 -r1.97 basesrc/lib/libc/Makefile
cvs rdiff -r1.33 -r1.34 basesrc/lib/libc/locale/Makefile.inc

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