Hi Paul,
2 month thread anniversary bump. Have you had the time to make a start on
anything yet? Is there anything I can do to help keep things moving?
On 8 Sep 2011, at 01:56, Gary V. Vaughan wrote:
> Bumping this thread back to the top of the pile for it's 1 month
> anniversary...
>
> On 24
On 10/07/11 15:34, Bruno Haible wrote:
> You didn't mention a test case, how to reproduce? Therefore I have to ask
> you to test a modification.
>
Sorry, it'd be something like this. I used the current
Emacs trunk version (bzr 106019).
bzr branch bzr://bzr.savannah.gnu.org/emacs/trunk
git c
Hi Paul,
You didn't mention a test case, how to reproduce? Therefore I have to ask
you to test a modification.
> diff --git a/gnulib-tool b/gnulib-tool
> index 628d9d6..2e3b6ca 100755
> --- a/gnulib-tool
> +++ b/gnulib-tool
> @@ -2731,6 +2731,9 @@ func_modules_transitive_closure ()
>
Paul Eggert wrote:
> @@ -3962,7 +3962,7 @@ func_emit_autoconf_snippets ()
>func_module_shellfunc_name "$dep"
>func_cond_module_condition "$module" "$dep"
>if test "$condition" != true; then
> -echo ' if $condition; then'
> +
ChangeLog |8
gnulib-tool | 14 --
2 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c57a4fb..e48cc62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2011-10-07 Paul Eggert
+ gnulib-tool: don't follow depend
ChangeLog |8
gnulib-tool |2 +-
2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 96d9393..c57a4fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-10-07 Paul Eggert
+
+ gnulib-tool: fix typo that broke Emacs on pow
On MacOS X 10.5, some math functions, like modff, are defined
in /usr/lib/system/libmathCommon.dylib, implicitly loaded by
/usr/lib/libc.dylib. I had missed these functions when creating the
gnulib documentation.
2011-10-07 Bruno Haible
Fix documentation about math functions on MacOS
The modff() function is also in a different library than the modf() function,
on BSD systems. No need to activate gnulib's replacement on these platforms.
2011-10-07 Bruno Haible
modff: Drop assumption about library that defines modff.
* m4/modff.m4 (gl_FUNC_MODFF): Use gl_MAT
Paolo Bonzini wrote:
> exit is declared as a nonreturning built-in by GCC
> (devel/gcc/gcc/builtins.def):
Indeed, the fact that it's a built-in makes a difference:
== foo.c
extern /*__attribute__ ((__noreturn__))*/ void exit (int);
static _
Similarly, a new module 'ldexpf' whose main part is:
lib/ldexpf.c
/* Multiply a 'float' by a power of 2.
Copyright (C) 2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
On 10/06/2011 10:43 AM, Bruno Haible wrote:
> Bernhard Voelker wrote:
>> Alternatively, can't we use _exit() here?
>
> This would not change the problem: _exit() is, like exit(), declared
> as nonreturning on glibc systems and not declared this way on some
> other platforms.
Is this true? exit i
11 matches
Mail list logo