From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1457 invoked from network); 16 Jun 2001 19:57:33 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 16 Jun 2001 19:57:33 -0000 Received: (qmail 27249 invoked by alias); 16 Jun 2001 19:57:00 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14947 Received: (qmail 27215 invoked from network); 16 Jun 2001 19:57:00 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) Message-ID: <3B2BB829.7070301@mow.siemens.ru> Date: Sat, 16 Jun 2001 23:48:57 +0400 From: Andrej Borsenkow User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.5-5mdk i686; en-US; rv:0.9.1) Gecko/20010611 X-Accept-Language: en-us MIME-Version: 1.0 To: zsh-workers@sunsite.dk Subject: Re: Suggested 4.0.2 contents References: <1010616175519.ZM5394@candle.brasslantern.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Bart Schaefer wrote: > Here's what I think the 4.0.1 --> 4.0.2 I currently have a patch for HEAD that should fix the reported problems in AIX. Unforunately, I have no feedback so far. The patch actually consists of - fix a bug introduced by me at some point (changed cache variable name). This would prevent dynamic loading even on tested AIX 3.x. I guess, it must go 4.0.2 in any case - reshuffle if's in zshconfig.ac to force AIX style if AIX functions were found. - add test for base type of third argument of access(). AIX compiler is picky as it seems. Currently it tests for int *, unsigned long * and size_t * and defaults to int * if everything else fails. We currently use int * in code so it should not break any system but you know ... I guess, I should commit it to HEAD anyway. You decide if it should go in 4.0.2. -andrej