Re: test-renameat does not cleanup after itself

2011-10-10 Thread Jim Meyering
Tom G. Christensen wrote: Running make distcheck on CentOS 5 dies with: ERROR: files left in build directory after distclean: ./gltests/test-renameat.too make[1]: *** [distcleancheck] Error 1 Thanks for the report. That's nearly identical to the one I fixed for linkat on Oct 1. Here's a fix:

Re: excess precision for 'float'

2011-10-10 Thread Ondřej Bílka
Precision of floats is implementation dependant and AFAIR compiler is allowed do float arithmetic at compile time with higher precision than at host machine. What is result when floats are read from standard input? On Sun, Oct 09, 2011 at 12:44:07PM +0200, Bastien ROUCARIES wrote: On Sun, Oct 9,

Typo in modules/ffsll

2011-10-10 Thread Tom G. Christensen
Hello, There's a typo in modules/ffsll, a missing 'l' in the gl_STRING_MODULE_INDICATOR line. It causes test-ffsll to fail building on platforms that lack this function since the gnulib replacement is not activated (GNULIB_FFSLL=0). Solaris 9 with Sun C 5.9: cc -DHAVE_CONFIG_H -I.

Re: Typo in modules/ffsll

2011-10-10 Thread Eric Blake
On 10/10/2011 10:20 AM, Tom G. Christensen wrote: Hello, There's a typo in modules/ffsll, a missing 'l' in the gl_STRING_MODULE_INDICATOR line. Fixing the typo fixed the build error (and the test passes). Thanks; I'm pushing this in your name (the tiny change merely indicates that you