Re: [PATCH] Advertise for the Git server instead of the CVS server.

2007-10-04 Thread Benoit SIGOURE
On Oct 5, 2007, at 2:23 AM, Bruno Haible wrote: Benoit Sigoure wrote: * doc/gnulib-intro.texi (Steady Development): Mention the Git repository instead of the CVS one. * doc/gnulib-tool.texi (CVS Issues): Rename as `VCS Issues' and adjust accordingly. * doc

Re: Portable replacement function for `trunc'?

2007-10-04 Thread Benoit SIGOURE
On Oct 5, 2007, at 2:06 AM, Bruno Haible wrote: Benoit SIGOURE wrote: The fact that it said "Gnulib module: —" sounded weird to me, but I found that since this was a single and simple function, it could be that there is no need to make a whole module around it. The "Portability problems not fi

Re: new module 'floorl'

2007-10-04 Thread Paolo Bonzini
Bruno Haible wrote: Here's the module for the floorl() function. Very much like the truncl() function. Paolo, this replaces the floorl part of the 'mathl' module. I think the following changes are all improvements: - Don't assume that LDBL_EPSILON is a power of two. If LDBL_EPSILON is not

new module 'ceill'

2007-10-04 Thread Bruno Haible
Here the ceill() function replacement; like truncl(). The same comments as for floorl() apply. 2007-10-04 Bruno Haible <[EMAIL PROTECTED]> * modules/ceill: New file. * lib/ceill.c: Replace entire file. * m4/ceill.m4: New file. * lib/math.in.h (ceill): Replace dec

new module 'ceilf'

2007-10-04 Thread Bruno Haible
Slowly, you know what to expect... 2007-10-04 Bruno Haible <[EMAIL PROTECTED]> * modules/ceilf: New file. * lib/ceil.c: New file. * lib/ceilf.c: New file. * m4/ceilf.m4: New file. * lib/math.in.h (ceilf): New declaration. * m4/math_h.m4 (gl_MATH_H

new module 'floorl'

2007-10-04 Thread Bruno Haible
Here's the module for the floorl() function. Very much like the truncl() function. Paolo, this replaces the floorl part of the 'mathl' module. I think the following changes are all improvements: - Don't assume that LDBL_EPSILON is a power of two. If LDBL_EPSILON is not a power of two, I thin

new module 'floorf'

2007-10-04 Thread Bruno Haible
floorf() is much like truncf(). 2007-10-04 Bruno Haible <[EMAIL PROTECTED]> * modules/floorf: New file. * lib/floor.c: New file. * lib/floorf.c: New file. * m4/floorf.m4: New file. * lib/math.in.h (floorf): New declaration. * m4/math_h.m4 (gl_MATH

Re: [PATCH] Advertise for the Git server instead of the CVS server.

2007-10-04 Thread Bruno Haible
Benoit Sigoure wrote: > * doc/gnulib-intro.texi (Steady Development): Mention the Git > repository instead of the CVS one. > * doc/gnulib-tool.texi (CVS Issues): Rename as `VCS Issues' and > adjust accordingly. > * doc/gnulib.texi (Introduction): Capitalize `Git'. Tha

Re: Portable replacement function for `trunc'?

2007-10-04 Thread Bruno Haible
Benoit SIGOURE wrote: > The fact > that it said "Gnulib module: —" sounded weird to me, but I found that > since this was a single and simple function, it could be that there > is no need to make a whole module around it. The "Portability > problems not fixed by Gnulib:" simply told me tha

new module 'truncl'

2007-10-04 Thread Bruno Haible
The module for the truncl() function is as easy as the one for truncf(). Only in the test suite, one must be careful to use the fpucw module, for the sake of NetBSD. 2007-10-04 Bruno Haible <[EMAIL PROTECTED]> * modules/truncl: New file. * lib/truncl.c: New file. * m4/tr

new module 'truncf'

2007-10-04 Thread Bruno Haible
The truncf() function can be implemented just like trunc(). 2007-10-04 Bruno Haible <[EMAIL PROTECTED]> * modules/truncf: New file. * lib/trunc.c: Make paramerizable through USE_* macros. * lib/truncf.c: New file. * m4/truncf.m4: New file. * lib/math.in.h

Re: [PATCH] Advertise for the Git server instead of the CVS server.

2007-10-04 Thread Karl Berry
* doc/maintain.texi: Mention Git were relevant. Update the email address of the savannah hackers. * doc/standards.texi (Change Log Concepts): Mention Git. Sorry, I didn't notice earlier that you were proposing changes to those files. They aren't maintained in

Re: [PATCH] Advertise for the Git server instead of the CVS server.

2007-10-04 Thread Benoit SIGOURE
On Oct 4, 2007, at 8:18 AM, Benoit SIGOURE wrote: I'll propose an updated version of the patch by tonight. Patch sent. Here is a diff between the previous version and the new one. I hope my mailer won't strip spaces. diff --git a/ChangeLog b/ChangeLog index e65615b..a0d6e30 100644 --- a

[PATCH] Advertise for the Git server instead of the CVS server.

2007-10-04 Thread Benoit Sigoure
* doc/gnulib-intro.texi (Steady Development): Mention the Git repository instead of the CVS one. * doc/gnulib-tool.texi (CVS Issues): Rename as `VCS Issues' and adjust accordingly. * doc/gnulib.texi (Introduction): Capitalize `Git'. * doc/maintain.tex