Date: Mon, 21 Jan 2008 23:48:13 +0000 (UTC) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale Makefile.inc ascii.c mblocal.h setrunelocale.c Message-ID: <200801212348.m0LNmDCD026644@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 2008-01-21 23:48:13 UTC FreeBSD src repository Modified files: lib/libc/locale Makefile.inc mblocal.h setrunelocale.c Added files: lib/libc/locale ascii.c Log: Introduce new encoding: "ASCII" It differs from default C/POSIX "NONE" mainly by stricter 8bit check for mb*towc*/wc*tomb* family, returning EILSEQ Revision Changes Path 1.62 +1 -1 src/lib/libc/locale/Makefile.inc 1.1 +187 -0 src/lib/libc/locale/ascii.c (new) 1.7 +1 -0 src/lib/libc/locale/mblocal.h 1.48 +2 -0 src/lib/libc/locale/setrunelocale.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801212348.m0LNmDCD026644>