From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2125 invoked from network); 16 Oct 2002 09:49:08 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 16 Oct 2002 09:49:08 -0000 Received: (qmail 14511 invoked by alias); 16 Oct 2002 09:48:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17828 Received: (qmail 14492 invoked from network); 16 Oct 2002 09:48:51 -0000 To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: Bug#164686: zsh: Wrong floatting point operation (when locale_decimal_sign=","?) In-reply-to: "Clint Adams"'s message of "Mon, 14 Oct 2002 18:00:21 EDT." <20021014220021.GB30674@dman.com> Date: Wed, 16 Oct 2002 10:48:22 +0100 Message-ID: <3077.1034761702@csr.com> From: Peter Stephenson Clint Adams wrote: > $ LANG=it_IT@euro zsh > debian% a=4003 > debian% b=4 > debian% typeset -F 4 a > debian% typeset -F 4 c > debian% c=$((a/b)) > debian% print $c > 75,0000 > debian% c=5.5 > debian% c=$((a/b)) > debian% print $c > 1000.7500 > debian% exit I've stuck this in the bug tracker at Sourceforge until someone who can reproduce it can look at it. We should probably make more use of that for little things which might otherwise get forgotten. A propos of which, there were a few memory leak reports a while back from Felix in 17514... I tackled a couple but I think there were others I haven't looked at. -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070 ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. **********************************************************************