Re: users.txt patch

2007-10-23 Thread Benoit SIGOURE
On Oct 24, 2007, at 12:28 AM, Paul Eggert wrote: Eric Blake <[EMAIL PROTECTED]> writes: Because the CVS mirror at cvs.sv.gnu.org is no longer maintained: http://lists.gnu.org/archive/html/bug-gnulib/2007-09/msg00137.html To help improve our advertisement of this, I disabled the CVS web brows

new module 'isfinite'

2007-10-23 Thread Ben Pfaff
PSPP would like to use the isfinite macro in ISO C99 . The following patch (not yet committed) adds a module that implements a substitute when the system does not provide isfinite. It tests out OK with glibc on GNU/Linux, both configured normally and when I manually force use of the substitute. I

Re: updated Gnulib web page to use latest GNU boilerplate

2007-10-23 Thread Bruno Haible
Hi Paul, > + Gnulib is currently being maintained by > + Jeff Bailey, > + Karl Berry, > + Paul Eggert, > + Bruno Haible, and > + Jim Meyering. _Currently_? Counting the number of people who have contributed more than 10 ChangeLog entries since the beginning of 2007, we have Karl Berry

Re: AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT

2007-10-23 Thread Bruno Haible
Paul Eggert wrote: > > 2007-10-22 Bruno Haible <[EMAIL PROTECTED]> > > > > * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not > > -1u, in preprocessor expression. > > Thanks for checking that. I installed that fix into gnulib, and a > similar patch into autoconf. Thanks

Re: 'round' modules takes 3

2007-10-23 Thread Bruno Haible
Ben Pfaff wrote: > I tested that it works properly on HP-UX 11 now, with the default > C compiler, on td192.testdrive.hp.com. > > I made these commits: > > commit 7094a1e0d56aa303077cc0bccaa559a28e613ade > Author: Ben Pfaff <[EMAIL PROTECTED]> > Date: Sun Oct 21 17:28:32 2007 -0700 > > Fix

Re: updated Gnulib web page to use latest GNU boilerplate

2007-10-23 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Paul Eggert on 10/23/2007 4:51 PM: > @@ -1,21 +1,79 @@ > - > - > + +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> > +http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> Rather than inlining this text, shouldn't you have us

updated Gnulib web page to use latest GNU boilerplate

2007-10-23 Thread Paul Eggert
I installed this into , to change the page to use the latest boilerplate, and to fill in some of the blanks of the boilerplate. --- gnulib.html 23 Oct 2007 22:22:18 - 1.16 +++ gnulib.html 23 Oct 2007 22:49:14 - 1.17 @@ -1,21 +1,79 @@ - - +http

Re: [PATCH] Add Wget to users.txt.

2007-10-23 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bruno Haible wrote: > Micah Cowan wrote: >> --- a/users.txt >> +++ b/users.txt >> @@ -43,6 +43,7 @@ The following packages appear to be using gnulib and >> gnulib-tool: >>shishi http://git.sv.gnu.org/gitweb/?p=shishi.git >>tar

Re: users.txt patch

2007-10-23 Thread Paul Eggert
Eric Blake <[EMAIL PROTECTED]> writes: > Because the CVS mirror at cvs.sv.gnu.org is no longer maintained: > http://lists.gnu.org/archive/html/bug-gnulib/2007-09/msg00137.html To help improve our advertisement of this, I disabled the CVS web browsing and access visible from

Re: users.txt patch

2007-10-23 Thread Eric Blake
Sam Steingold podval.org> writes: > > this is not in the CVS. > why? Because the CVS mirror at cvs.sv.gnu.org is no longer maintained: http://lists.gnu.org/archive/html/bug-gnulib/2007-09/msg00137.html You can still get a CVS checkout of git using the CVS mirror at pserver.git.sv.gnu.org inst

Re: [PATCH] Add Wget to users.txt.

2007-10-23 Thread Bruno Haible
Micah Cowan wrote: > --- a/users.txt > +++ b/users.txt > @@ -43,6 +43,7 @@ The following packages appear to be using gnulib and > gnulib-tool: >shishi http://git.sv.gnu.org/gitweb/?p=shishi.git >tar http://cvs.sv.gnu.org/viewcvs/tar/tar/ >texinfo http://cvs

Re: users.txt patch

2007-10-23 Thread Sam Steingold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruno Haible wrote: > Sam Steingold wrote: >> --- users.txt22 Aug 2007 22:24:56 - 1.19 >> +++ users.txt23 Oct 2007 19:49:52 - >> @@ -4,6 +4,7 @@ >>OPeNDAP http://scm.opendap.org:8090/svn/trunk/ >>autobuild

Re: users.txt patch

2007-10-23 Thread Bruno Haible
Sam Steingold wrote: > --- users.txt 22 Aug 2007 22:24:56 - 1.19 > +++ users.txt 23 Oct 2007 19:49:52 - > @@ -4,6 +4,7 @@ >OPeNDAP http://scm.opendap.org:8090/svn/trunk/ >autobuildhttp://josefsson.org/autobuild/ >bison http://cvs.sv.gnu.org/viewcvs/bis

[PATCH] Add Wget to users.txt.

2007-10-23 Thread Micah Cowan
--- users.txt |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/users.txt b/users.txt index c46edbc..69c44b5 100644 --- a/users.txt +++ b/users.txt @@ -43,6 +43,7 @@ The following packages appear to be using gnulib and gnulib-tool: shishi http://git.sv.gnu.org/g

users.txt patch

2007-10-23 Thread Sam Steingold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Index: users.txt === RCS file: /sources/gnulib/gnulib/users.txt,v retrieving revision 1.19 diff -u -w -u -b -w -i -B -r1.19 users.txt - --- users.txt 22 Aug 2007 22:24:56 - 1.19 +

Re: stdbool.h test v. Compaq C on Tru64

2007-10-23 Thread Paul Eggert
[EMAIL PROTECTED] (Steven M. Schweda) writes: >Now, having failed that (deluxe, rigorous) test, we can advance to > the (newly revised) gnulib stdbool.h, which does _so_ much better: gnulib stdbool.h is not intended as a complete replacement for stdbool.h; it is intended only to be a replacem

Re: stdbool.h test v. Compaq C on Tru64

2007-10-23 Thread Steven M. Schweda
From: Paul Eggert <[EMAIL PROTECTED]> > >I suppose that if your goal is to reveal fairly exotic compiler > > quirks rather than to test for a usable stdbool.h, > > Well, one person's "compiler quirks" are another person's "features" Right. Well, just for the record, my abbreviated ve

Re: Sync maintainer-makefile files

2007-10-23 Thread Jim Meyering
Simon Josefsson <[EMAIL PROTECTED]> wrote: > Anyway, I think it should be up to the coreutils maintainers what to do > here. If someone is interested in proposing small patches to coreutils' Makefile.maint, in an attempt to unify things, without removing functionality or changing coreutils policy,

Re: maint.mk v. gzip 1.2.4

2007-10-23 Thread Jim Meyering
Simon Josefsson <[EMAIL PROTECTED]> wrote: > Micah Cowan <[EMAIL PROTECTED]> writes: > >> Simon Josefsson wrote: Sadly, old versions of gzip send the help/usage report to stderr, not stdout, so ">/dev/null" alone does not discard it. (And grep wouldn't see an "rsyncable", even if it

Re: Sync maintainer-makefile files

2007-10-23 Thread Simon Josefsson
Micah Cowan <[EMAIL PROTECTED]> writes: > Simon Josefsson wrote: >> Micah Cowan <[EMAIL PROTECTED]> writes: >> The second set of patches is against gnulib to remove most of the rules in coreutils, to avoid duplication. This removes some features from gnulib's maint.mk, but has any

Re: stash clear, was Re: git: avoiding merges, rebasing

2007-10-23 Thread Miles Bader
Johannes Schindelin <[EMAIL PROTECTED]> writes: > Instead, how about writing a stash pop? "git stash pop []". It > would literally just call git stash apply && git reflog delete. Should > not be too difficult, now that I provided "git reflog delete" ;-) > > Maybe even deprecating "git stash cl