Re: Test failures from vasprintf-posix module

2008-06-21 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Albert Chin on 6/20/2008 5:49 PM: | Trying to run the testsuite for the vasprintf-posix module on HP-UX | 10.20 using the HP C compiler: | $ ./gnulib-tool --test --with-tests vasprintf-posix | ... | PASS: test-EOVERFLOW | PASS: te

Re: fseeko/ftello test failures on Redhat 7.1, Redhat 9, RHEL 2.1

2008-06-21 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Albert Chin on 6/20/2008 5:52 PM: | On Redhat 7.1, Redhat 9, and RHEL 2.1 with the default compiler: | $ ./gnulib-tool --test --with-tests fseeko ftello | ... | PASS: test-binary-io.sh | ../../gltests/test-fseeko.c:58: assertion f

Re: check-AUTHORS fails because of non ansi characters

2008-06-21 Thread Bruno Haible
> > |> 58c58 > > |> < ptx: Fran?ois Pinard This is not user friendly: proper_name_utf8 should not return a result with question marks. Instead it's better if it returns its first argument. I'm fixing it through the appended patch. But it will not fix the coreutils test failure. > > |> --- > > |>>

mingw cleanups

2008-06-21 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 While working on signal code and testing on mingw, I noticed the following warnings. warning: module sigprocmask depends on a module with an incompatible license: raise ... ../../gllib/nanosleep.c: In function `my_usleep': ../../gllib/nanosleep.c:140

Re: sigaction, SA_SIGINFO, and SIG_IGN

2008-06-21 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bruno Haible on 6/20/2008 6:12 PM: |> if (sigaction (fatal_signals[i], NULL, &action) == 0 |> && get_handler (&action) == SIG_IGN) |> fatal_signals[i] = -1; | | This is acceptable to me. You are free to add this to lib/fatal-s