more porting of code containing >> to Crays

2004-11-10 Thread Paul Eggert
Inspired by the recent changes to mktime.c for right-shift on Crays, I installed similar changes to getdate.y, strftime.c, and quotearg.c. This is both for gnulib and for coreutils: 2004-11-10 Paul Eggert <[EMAIL PROTECTED]> * lib/getdate.y (SHR): New macro, which is a portable

sync from gnulib to coreutils

2004-11-10 Thread Paul Eggert
I installed this: 2004-11-10 Paul Eggert <[EMAIL PROTECTED]> * config/texinfo.tex, lib/allocsa.h, lib/mbswidth.c, lib/mktime.c, lib/readlink.c: Sync from gnulib. --- config/texinfo.tex 3 Nov 2004 07:44:15 - 1.49 +++ config/texinfo.tex 11 Nov 2004 04:58:29 - @@ -

Re: [bugs #10778] uname: "correct" Darwin/Mac OS X patch

2004-11-10 Thread Toby Peterson
As far as I can determine, there's no definition in sysctl.h for hw.cputype, which is why I used sysctlbyname(). - Toby On 09 Nov 2004, at 19.37, Paul Eggert wrote: Jim Meyering <[EMAIL PROTECTED]> writes: + if (sysctlbyname ("hw.cputype", &cputype, &s, NULL, 0) == 0 This is more of a ques