Re: math error reporting

2012-03-12 Thread Bruno Haible
Bastien ROUCARIES wrote (about the 'errno' convention for math functions): > > If glibc does not support this error reporting convention, I think there's > > not much point for gnulib to do it. > > We must a least document it. I have been beaten by y0 underflow a few times... A doc patch is welco

Re: math error reporting

2012-03-12 Thread Bastien ROUCARIES
On Mon, Mar 12, 2012 at 12:47 PM, Bruno Haible wrote: >> In November 2011, I wrote in >> : >> >>    glibc 2.11:   NaN, fenv bit, errno >>    MacOS X 10.5: NaN, fenv bit          math_errhandling >> (always=MATH_ERREXCEPT) >>    F

Re: [PATCH] Add NULL check for malloc() in two uninorm files

2012-03-12 Thread Bruno Haible
Hi, Stephen Gallagher wrote: > This was noticed while running a Coverity scan on the libunistring > sources. Thanks. I had to adjust the fix. Committed as follows: 2012-03-12 Bruno Haible uninorm: Don't crash in out-of-memory conditions. * lib/uninorm/u-normalize-internal.h

Re: copyright ranges in build-aux/ tools

2012-03-12 Thread Simon Josefsson
I've pushed this. /Simon >From a27cef6cc21820b092cabf44ee1caec3c484935d Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 12 Mar 2012 12:45:42 +0100 Subject: [PATCH] Collapse list of copyright years to ranges. See .

Re: math error reporting

2012-03-12 Thread Bruno Haible
> In November 2011, I wrote in > : > >glibc 2.11: NaN, fenv bit, errno >MacOS X 10.5: NaN, fenv bit math_errhandling > (always=MATH_ERREXCEPT) >FreeBSD 6.4: NaN, fenv bit math_errhandling > (alwa

Re: copyright ranges in build-aux/ tools

2012-03-12 Thread Bruno Haible
Hi Simon, Thanks for exlaining. > It is an aesthetic change, and a minor one OK, please apply it. Bruno

Re: copyright ranges in build-aux/ tools

2012-03-12 Thread Simon Josefsson
Bruno Haible writes: > Hi Simon, > >> I notice there are some gaps in copyright ranges in some build-aux >> tools, for example: >> >> csharpcomp.sh.in:# Copyright (C) 2003-2006, 2009-2012 Free Software >> Foundation, Inc. >> csharpexec.sh.in:# Copyright (C) 2003, 2005, 2009-2012 Free Software >>