Hello Peter,
* Peter Seebach wrote on Wed, Sep 17, 2008 at 06:12:40AM CEST:
>
> I am looking for systems on which the following *do not* work:
>
> unset
Quoting the Autoconf manual:
| `unset'
| In some nonconforming shells (e.g., Bash 2.05a), `unset FOO' fails
| when `FOO' is not set.
Hi! Gary Vaughn pointed me at gnulib for portability experts.
I've been working on some portable shell scripting material. I'm trying to
track down the details of a couple of "some systems can't..." comments from
the Autoconf documentation, because I haven't been able to find any such
systems.
Then, since these functions are pretty OS independent, you could take
their glibc implementation,
And, if we can keep the source file identical between libc and gnulib,
then we can keep it automatically in sync. Though we are doing less and
less of that these days :(.
karl
I've finally figured out why c-stack is being finicky on Irix 5.3 [1]. POSIX
requires that sigaltstack be given ss_sp pointing to the smallest address in
the alternate stack. But Irix is non-compliant, and treats ss_sp as the
starting address of the stack (which, since it grows down, makes it
Bruno Haible clisp.org> writes:
> > > the system sprintf does not know how to print -0, so the result is
> > > 0.00 and lacks -. Does it make more sense to adjust the existing
> > > gl_PRINTF_INFINITE_LONG_DOUBLE (which also tests for NaN) to add a test
> > > for negative zero, or to add a n
Jim Meyering wrote:
> Peter O'Gorman <[EMAIL PROTECTED]> wrote:
>
>> Eric Blake wrote:
>>> According to Jim Meyering on 9/16/2008 3:58 AM:
Jim Meyering <[EMAIL PROTECTED]> wrote:
> I discovered that Solaris 11's /bin/sh exhibits the following
> surprising behavior:
>
> $ /
Peter O'Gorman <[EMAIL PROTECTED]> wrote:
> Eric Blake wrote:
>> According to Jim Meyering on 9/16/2008 3:58 AM:
>>> Jim Meyering <[EMAIL PROTECTED]> wrote:
I discovered that Solaris 11's /bin/sh exhibits the following
surprising behavior:
$ /bin/sh -c 'umask 22; (umask 0);
Eric Blake wrote:
> According to Jim Meyering on 9/16/2008 3:58 AM:
>> Jim Meyering <[EMAIL PROTECTED]> wrote:
>>> I discovered that Solaris 11's /bin/sh exhibits the following
>>> surprising behavior:
>>>
>>> $ /bin/sh -c 'umask 22; (umask 0); umask'
>>>
>
> We should also document t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Jim Meyering on 9/16/2008 3:58 AM:
> Jim Meyering <[EMAIL PROTECTED]> wrote:
>> I discovered that Solaris 11's /bin/sh exhibits the following
>> surprising behavior:
>>
>> $ /bin/sh -c 'umask 22; (umask 0); umask'
>>
We shoul
Michael Haubenwallner wrote:
> Can I help somehow?
Eric is right: First, you need to submit a copyright assignment for your
gnulib contributions to the FSF.
Then, since these functions are pretty OS independent, you could take
their glibc implementation, add a module description, an autoconf macr
> This solved the 'unconnected socket test':
> Unconnected socket test... passed
>
> Connected sockets test... failed (expecting POLLHUP after shutdown)
> General socket test with fork... failed (expecting POLLHUP after shutdown)
Yes, it was not meant to fix the others.
Paolo
Le mardi 16 septembre 2008 à 10:28 +0200, Paolo Bonzini a écrit :
> Yoann Vandoorselaere wrote:
> > Le lundi 15 septembre 2008 à 21:21 +0200, Paolo Bonzini a écrit :
> >>> The poll-tests module that is now available in the GnuLib repository
> >>> currently fail on OpenBSD:
> >>>
> >>> Unconnected s
Jim Meyering <[EMAIL PROTECTED]> wrote:
> I discovered that Solaris 11's /bin/sh exhibits the following
> surprising behavior:
>
> $ /bin/sh -c 'umask 22; (umask 0); umask'
>
>
> That would cause test failures in coreutils, because gl_POSIX_SHELL
> accepted /bin/sh. The following chan
Yoann Vandoorselaere wrote:
> Le lundi 15 septembre 2008 à 21:21 +0200, Paolo Bonzini a écrit :
>>> The poll-tests module that is now available in the GnuLib repository
>>> currently fail on OpenBSD:
>>>
>>> Unconnected socket test... failed (huh, connect succeeded?)
>>> Connected sockets test... f
Le lundi 15 septembre 2008 à 21:21 +0200, Paolo Bonzini a écrit :
> > The poll-tests module that is now available in the GnuLib repository
> > currently fail on OpenBSD:
> >
> > Unconnected socket test... failed (huh, connect succeeded?)
> > Connected sockets test... failed (huh, connect succeeded
15 matches
Mail list logo