Re: gnu utilities for MVS and CMS

2009-02-04 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Paul Edwards on 2/4/2009 1:44 PM: > MVS is on the list of recognized platforms: >> >> $ ./build-aux/config.sub mvs >> i370-ibm-mvs > > Which particular MVS compiler is that though? One that supports > Unix extensions or one that only sup

Re: [PATCH] avoid misc. warnings

2009-02-04 Thread Bruno Haible
Jim Meyering wrote: > I wrote these changes some time ago, and > am going to push them shortly. > > +#undef UNUSED_PARAM > +#ifdef __linux__ > +# define UNUSED_PARAM _UNUSED_PARAMETER_ > +#else > +# define UNUSED_PARAM > +#endif > + > ... > > +#undef UNUSED_PARAM > +#ifdef GETFSTYP > +# define UNU

Re: [PATCH] avoid misc. warnings

2009-02-04 Thread Karl Berry
I committed the change (locally) in 2008, but pushed it in 2009. Snce it is 2009, it is ok (though not required) to add 2009 to the copyright years for any file in any public VC, if the containing package has had nontrivial changes. From maintain.texi: To update the list of year numbers, a

Re: [PATCH] GNU/kOpenSolaris support

2009-02-04 Thread Robert Millan
Hi! Any news about this? On Mon, Jan 19, 2009 at 12:01:04PM +0100, Robert Millan wrote: > > Hi, > > A triplet for GNU/kOpenSolaris has been assigned in GNU config now. Here's > the patch for gnulib to detect it. In addition to my previous patch, this > one also adds it to host-os.m4. > > --

Re: gnu utilities for MVS and CMS

2009-02-04 Thread Paul Edwards
MVS is on the list of recognized platforms: $ ./build-aux/config.sub mvs i370-ibm-mvs Which particular MVS compiler is that though? One that supports Unix extensions or one that only supports C89? I'm using the latter. What version of bash are you using, and from where did you get it? I

Re: [PATCH] avoid misc. warnings

2009-02-04 Thread Jim Meyering
Eric Blake wrote: > Jim Meyering meyering.net> writes: >> +++ b/lib/fsusage.c >> @@ -1,6 +1,6 @@ >> /* fsusage.c -- return space usage of mounted file systems >> >> - Copyright (C) 1991, 1992, 1996, 1998, 1999, 2002, 2003, 2004, 2005, 2006 >> + Copyright (C) 1991-1992, 1996, 1998-1999, 2002-

Re: [PATCH] avoid misc. warnings

2009-02-04 Thread Eric Blake
Jim Meyering meyering.net> writes: > +++ b/lib/fsusage.c > @@ -1,6 +1,6 @@ > /* fsusage.c -- return space usage of mounted file systems > > - Copyright (C) 1991, 1992, 1996, 1998, 1999, 2002, 2003, 2004, 2005, 2006 > + Copyright (C) 1991-1992, 1996, 1998-1999, 2002-2006, 2008 2009? -- Er

[PATCH] avoid misc. warnings

2009-02-04 Thread Jim Meyering
I wrote these changes some time ago, and am going to push them shortly. >From 69dc39bca283cd4e8b8900858a5b0c90b445df6e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 30 Nov 2008 17:10:29 +0100 Subject: [PATCH] avoid misc. warnings * lib/fsusage.c (UNUSED_PARAM): Define. (get_fs_usage):

Re: fts finds no files under mingw

2009-02-04 Thread Jim Meyering
ko...@comcast.net wrote: ... > BTW, it looks like the more Posixly correct action for dirfd to take > when no file descriptor will ever be available is to set errno to > ENOTSUP prior to returning -1. Just something to consider. That would indeed be an improvement. I'm about to make this change:

Re: gnu utilities for MVS and CMS

2009-02-04 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Paul Edwards on 2/1/2009 7:06 AM: >>> I can't run configure. The target is the mainframe, not the >>> compiler I have on my PC. >> >> The ./configure script works for cross-compilation cases, if you use the >> right --build and --host fla