delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:date:from:to:subject:message-id:reply-to | |
:references:mime-version:content-type:in-reply-to; q=dns; s= | |
default; b=jq8IvAVjSOrTilKk1SbJ1pR+hiX/PSCIgvnAbHmpY/tzy5hn//NOr | |
3dXqUC+dwtg44+/KLzxlk8Pob6ilu0qlrMrW9QQyFtN6Lr3i0qGlsMTtLjoBHyjk | |
WutJJx38MPdDG2Eelx2zKciB2JFEP76BKNdWrW3RSrK7BmHgT7S++Q= | |
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:date:from:to:subject:message-id:reply-to | |
:references:mime-version:content-type:in-reply-to; s=default; | |
bh=5sG6oz2Az6VQ2EXfGJNbssZzIfM=; b=cED4SlQFkhCAmwWgRK1bJfU2IKYx | |
qLIxZ/PkemafBYyouKkRn1Ke0aE67ePWITtslsWyIvAA+8CqMdd6Dntpk1CphI21 | |
xh2o1oDZax5POCZ+oafBgNJ61h/9LZGQSO24K6y4erCee6NSwlLh2zTqwtYswsPf | |
Ay3Xj6DhrsbSR08= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=-4.6 required=5.0 tests=AWL,BAYES_50 autolearn=ham version=3.3.2 |
X-HELO: | calimero.vinschen.de |
Date: | Sun, 16 Feb 2014 16:44:03 +0100 |
From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: New passwd/group handling in Cygwin - test results and observations |
Message-ID: | <20140216154403.GV2246@calimero.vinschen.de> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <20140213143849 DOT GH2246 AT calimero DOT vinschen DOT de> <1717869165 DOT 20140214021113 AT mtu-net DOT ru> <20140214102044 DOT GX2246 AT calimero DOT vinschen DOT de> <1078913914 DOT 20140214155631 AT mtu-net DOT ru> <20140214140532 DOT GD2246 AT calimero DOT vinschen DOT de> <1184152333 DOT 20140216175202 AT yandex DOT ru> <20140216143448 DOT GR2246 AT calimero DOT vinschen DOT de> <20140216151658 DOT GU2246 AT calimero DOT vinschen DOT de> |
MIME-Version: | 1.0 |
In-Reply-To: | <20140216151658.GU2246@calimero.vinschen.de> |
User-Agent: | Mutt/1.5.21 (2010-09-15) |
--hTpalTKak4w3chvU Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Feb 16 16:16, Corinna Vinschen wrote: > On Feb 16 15:34, Corinna Vinschen wrote: > > On Feb 16 17:52, Andrey Repin wrote: > > > > Sorry, I can't provide an easy solution, and afaik this is document= ed. > > > [...] > Maybe I have a simple solution. From your other mails I gather you > suceeded building your own Cygwin DLL. >=20 > If you apply this patch: >=20 > Index: dcrt0.cc > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /cvs/src/src/winsup/cygwin/dcrt0.cc,v > retrieving revision 1.453 > diff -u -p -r1.453 dcrt0.cc > --- dcrt0.cc 10 Feb 2014 10:45:50 -0000 1.453 > +++ dcrt0.cc 16 Feb 2014 15:15:44 -0000 > @@ -929,14 +929,14 @@ dll_crt0_1 (void *) > /* Allocate cygheap->fdtab */ > dtable_init (); >=20=20 > + /* Set internal locale to the environment settings. */ > + initial_setlocale (); > + > uinfo_init (); /* initialize user info */ >=20=20 > /* Connect to tty. */ > tty::init_session (); >=20=20 > - /* Set internal locale to the environment settings. */ > - initial_setlocale (); > - > if (!__argc) > { > PWCHAR wline =3D GetCommandLineW (); >=20 > and rebuild your Cygwin DLL, does it make a difference? In theory > it should work as expected now even with ru_RU.CP866. It works for me when using german umlauts with LANG=3Dde_DE.cp1252, while it didn't work before, so I applied this path to CVS. HTH, Corinna --=20 Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat --hTpalTKak4w3chvU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJTANzDAAoJEPU2Bp2uRE+gcjkP/01MKy4Oq3uEPLBeSQlCyaQ5 sHyhLeJ69UYi9hfyxEFzCU8UfYZcsPdyKmBzZR5r8oSJkaUlXWPO7MqUaG78bZYN 3nnm9bW6ALRM+NdyN/XArDXS36JVo7FUKeIi2hmehT8SXQd8PisWCnz2uqqezCVK 5hiVqP/3bupUYaCiYlZhz5K9UzTLBH46CFqLB4C+L/e19f6C7rY972lTnJE3t9PP BEjb/iHx/WK23r9q6279pL/XXOgsb84HVV4ffquynr5Vln3QYg/6qcqL0BWrK/D+ zXGyZf9D5klilhBD7k16WLjw8lmAmkmXXkK4HfKjGwWUTFznFsd/f1nbYH8wYy13 y5Ew3/qyvWXCxTOJeDnGezKGi0woM5RuMlUMwziBcO8BNpOVNCbhLlBnvB4b3+mP f446s+sdhrk0RpRWXtcLkQOxRcaTO9krmxXohVpkOEDNRSla7ZXG1IanrecwBcyU rv/hudD4debfsC75K6nN/WiljAL7OmvMT5baT6n9pECtlIJD21ke/f41X10WJg50 Zic1tFPqpAZVFxu/iCybD0mKT8SsMT4aF7FX1ea+SMANkMrygRvhWgWUqBBcvuwb FJ/xJqnrmwbq+FkGv87krXdpfVRHuqb87C8wpTw8mXN54VoxE5o91xbKqY+o3c5/ ZBvYMrEZj7Y/6hbULeis =BIB/ -----END PGP SIGNATURE----- --hTpalTKak4w3chvU--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |