From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25264 invoked from network); 25 Apr 2002 07:50:45 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 25 Apr 2002 07:50:45 -0000 Received: (qmail 11735 invoked by alias); 25 Apr 2002 07:50:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17036 Received: (qmail 11712 invoked from network); 25 Apr 2002 07:50:31 -0000 From: Borsenkow Andrej To: "'Zsh hackers list'" Subject: RE: 4.0.5 ? Date: Thu, 25 Apr 2002 11:50:21 +0400 Message-ID: <001c01c1ec2d$dacd5de0$1fc1f2a3@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: <12601.1019063986@csr.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal > Alexandre Duret-Lutz wrote: > > Speaking about patches... any chance to get some eyes on > > 16929 (ex 16925) and 16930? > > I've committed 16930 on both branches. The environment stuff was > previously improved by Andrej for systems which handled it a bit > strangely, so maybe he knows something about 16925/16929. > I meant to answer but forgot. I prefer to not exporting zputenv(); it was meant as internal wrapper only. The proper function to add environment is actually addenv(). Zputenv() does not free old string; it does not matter in this case (as we are going to exec/exit anyway) but if it is exported people could start using it. -andrej