Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Oct 1995 02:57:56 +0300 (MSK)
From:      =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) <ache@astral.msk.su>
To:        Terry Lambert <terry@lambert.org>
Cc:        bde@zeta.org.au, hackers@freefall.freebsd.org, j@uriah.heep.sax.de, kaleb@x.org, phk@critter.tfs.com
Subject:   Re: A couple problems in FreeBSD 2.1.0-950922-SNAP
Message-ID:  <vZ46lWmaY2@ache.dialup.demos.ru>
In-Reply-To: <199510162238.PAA25686@phaeton.artisoft.com>; from Terry Lambert at Mon, 16 Oct 1995 15:38:52 -0700 (MST)
References:  <199510162238.PAA25686@phaeton.artisoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In message <199510162238.PAA25686@phaeton.artisoft.com> Terry Lambert
    writes:

>> >> 2) We already discuss that bloat on early days and agree
>> >> let it be.
>> >No, we agreed to let it stay in crt0.s until it had been put the right
>> >place.  crt0.s is NEVER the right place.
>> 
>> I don't think so.

>It was probably not an explicit agreement.

>It would have been enough that this was assumed to be a temporary fix
>to keep me (and I presume him) from complaining, making it:

>	"our understanding was that it was temporary"

>It was certainly my inderstanding that this was the case.


Now you vote for solution which is simple subcase of my crt0 hack:

	setlocale(LC_ALL, ""); /* my */

changed to

	setlocale(LC_ALL, "lt_LN.ISO_8859-1"); /* your */

Since your variant is static (and my is adjusted to current LANG),
you don't need even such call and can patch default table directly.

For LANG = 8859-1 both variants are equal, but for LANG != 8859-1 you
give some strange values calling them 'default' and I give
full correct ctype/time/collate table.

-- 
Andrey A. Chernov        : And I rest so composedly,  /Now, in my bed,
ache@astral.msk.su       : That any beholder  /Might fancy me dead -
FidoNet: 2:5020/230.3    : Might start at beholding me,  /Thinking me dead.
RELCOM Team,FreeBSD Team :         E.A.Poe         From "For Annie" 1849



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?vZ46lWmaY2>