From owner-freebsd-hackers Mon Oct 16 19:58:06 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA05819 for hackers-outgoing; Mon, 16 Oct 1995 19:58:06 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id TAA05808 for ; Mon, 16 Oct 1995 19:58:00 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id MAA20937; Tue, 17 Oct 1995 12:54:26 +1000 Date: Tue, 17 Oct 1995 12:54:26 +1000 From: Bruce Evans Message-Id: <199510170254.MAA20937@godzilla.zeta.org.au> To: ache@astral.msk.su, bde@zeta.org.au, phk@critter.tfs.com Subject: Re: A couple problems in FreeBSD 2.1.0-950922-SNAP Cc: hackers@freefall.freebsd.org, j@uriah.heep.sax.de, kaleb@x.org Sender: owner-hackers@FreeBSD.org Precedence: bulk >Ok, it seems your idea to have two startup_locale stubs is useful. >I think before implementing it we need to cleanup our libc (as >well as other libraries too) to _not_ use ctype calls in pure-ASCII >case and separate functions wich uses them from ones which not uses. >It can takes much time... Agreed. Bruce