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
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
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
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
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
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
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
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
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
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
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
* 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
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
* 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
14 matches
Mail list logo