Re: head -1 fails with _POSIX2_VERSION=200112

2005-09-20 Thread Paul Eggert
Vincent Lefevre <[EMAIL PROTECTED]> writes: > As said by the POSIX FAQ Q15, POSIX does not disallow this form: > > http://www.opengroup.org/austin/papers/posix_faq.html Yes, and coreutils CVS was updated about the same time that FAQ Q15 was written -- it was all part of the same process of clarif

Re: head -1 fails with _POSIX2_VERSION=200112

2005-09-20 Thread Jim Meyering
[EMAIL PROTECTED] (Eric Blake) wrote: > There have been quite a few changes since 5.3.0 in January. > Is it time to make a 5.3.1 release, so we can point people > to a release instead of CVS? Yes. I'm planning to make a test release very soon. ___ Bug

Re: head -1 fails with _POSIX2_VERSION=200112

2005-09-20 Thread Eric Blake
> > The POSIX spec is a moving target. > This has been fixed in the latest sources (available via cvs). There have been quite a few changes since 5.3.0 in January. Is it time to make a 5.3.1 release, so we can point people to a release instead of CVS? -- Eric Blake __

Re: head -1 fails with _POSIX2_VERSION=200112

2005-09-20 Thread Eric Blake
> dixsept:~> _POSIX2_VERSION=200111 head -1 /dev/null > dixsept:~> _POSIX2_VERSION=200112 head -1 /dev/null > head: `-1' option is obsolete; use `-n 1' > Try `head --help' for more information. > zsh: exit 1 _POSIX2_VERSION=200112 head -1 /dev/null > > I do not think this is a good idea to fai

Re: head -1 fails with _POSIX2_VERSION=200112

2005-09-20 Thread Jim Meyering
Vincent Lefevre <[EMAIL PROTECTED]> wrote: > dixsept:~> _POSIX2_VERSION=200111 head -1 /dev/null > dixsept:~> _POSIX2_VERSION=200112 head -1 /dev/null > head: `-1' option is obsolete; use `-n 1' > Try `head --help' for more information. > zsh: exit 1 _POSIX2_VERSION=200112 head -1 /dev/null > >

head -1 fails with _POSIX2_VERSION=200112

2005-09-20 Thread Vincent Lefevre
dixsept:~> _POSIX2_VERSION=200111 head -1 /dev/null dixsept:~> _POSIX2_VERSION=200112 head -1 /dev/null head: `-1' option is obsolete; use `-n 1' Try `head --help' for more information. zsh: exit 1 _POSIX2_VERSION=200112 head -1 /dev/null I do not think this is a good idea to fail on the old f