libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.2.4-9-gd53ca5f


From: Eric Blake
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.4-9-gd53ca5f
Date: Tue, 20 May 2008 12:32:06 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  d53ca5f67d229717a3593ca9320e83bf68f1b05e (commit)
      from  d4aec62a7e0eae9bfd94ca2620e0771a85a77476 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d53ca5f67d229717a3593ca9320e83bf68f1b05e
Author: Eric Blake <address@hidden>
Date:   Tue May 20 06:27:28 2008 -0600

    Resynchronize argz whitespace changes from gnulib.
    
    * libltdl/m4/argz.m4: Kill trailing whitespace.
    * libltdl/argz.c: Likewise.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    6 ++++++
 libltdl/argz.c     |    4 ++--
 libltdl/m4/argz.m4 |    4 ++--
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e60db3d..1ec69ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-20  Eric Blake  <address@hidden>
+
+       Resynchronize argz whitespace changes from gnulib.
+       * libltdl/m4/argz.m4: Kill trailing whitespace.
+       * libltdl/argz.c: Likewise.
+
 2008-05-19  Eric Blake  <address@hidden>
 
        Fix regression from two days ago.
diff --git a/libltdl/argz.c b/libltdl/argz.c
index 9576a62..f31ce17 100644
--- a/libltdl/argz.c
+++ b/libltdl/argz.c
@@ -241,7 +241,7 @@ argz_count (const char *argz, size_t argz_len)
   size_t count = 0;
 
   assert ((argz && argz_len) || (!argz && !argz_len));
-  
+
   while (argz_len > 0)
     {
       size_t part_len = strlen (argz);
@@ -249,6 +249,6 @@ argz_count (const char *argz, size_t argz_len)
       argz_len -= part_len + 1;
       count++;
     }
-  
+
   return count;
 }
diff --git a/libltdl/m4/argz.m4 b/libltdl/m4/argz.m4
index edc99bb..37c1b11 100644
--- a/libltdl/m4/argz.m4
+++ b/libltdl/m4/argz.m4
@@ -28,14 +28,14 @@ ARGZ_H=
 AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \
        argz_next argz_stringify], [], [ARGZ_H=argz.h; AC_LIBOBJ([argz])])
 
-dnl if have system argz functions, allow forced use of 
+dnl if have system argz functions, allow forced use of
 dnl libltdl-supplied implementation (and default to do so
 dnl on "known bad" systems). Could use a runtime check, but
 dnl (a) detecting malloc issues is notoriously unreliable
 dnl (b) only known system that declares argz functions,
 dnl     provides them, yet they are broken, is cygwin
 dnl     releases prior to 16-Mar-2007 (1.5.24 and earlier)
-dnl So, it's more straightforward simply to special case 
+dnl So, it's more straightforward simply to special case
 dnl this for known bad systems.
 AS_IF([test -z "$ARGZ_H"],
     [AC_CACHE_CHECK(


hooks/post-receive
--
GNU Libtool




reply via email to

[Prev in Thread] Current Thread [Next in Thread]