m4-commit
[Top][All Lists]
Advanced

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

[SCM] GNU M4 source repository branch, branch-1.6, updated. v1.5.89a-129


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, branch-1.6, updated. v1.5.89a-129-g0b17f4d
Date: Sat, 20 Jun 2009 21:23:05 +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 M4 source repository".

http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=0b17f4d076af8ce7349b97f5a5e4c94dd27630db

The branch, branch-1.6 has been updated
       via  0b17f4d076af8ce7349b97f5a5e4c94dd27630db (commit)
      from  0dcda73815b2327dfc5827d766655e731d4426ef (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 0b17f4d076af8ce7349b97f5a5e4c94dd27630db
Author: Eric Blake <address@hidden>
Date:   Sat Jun 20 15:17:01 2009 -0600

    Update gnulib for hash fixes.
    
    * gnulib: Update to latest.
    * local/lib/hash.c.diff: No longer necessary.
    * THANKS: Update from branch-1.4.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog             |    7 +++++++
 THANKS                |    2 ++
 gnulib                |    2 +-
 local/lib/hash.c.diff |   27 ---------------------------
 4 files changed, 10 insertions(+), 28 deletions(-)
 delete mode 100644 local/lib/hash.c.diff

diff --git a/ChangeLog b/ChangeLog
index 3ffb880..d35b823 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-06-20  Eric Blake  <address@hidden>
+
+       Update gnulib for hash fixes.
+       * gnulib: Update to latest.
+       * local/lib/hash.c.diff: No longer necessary.
+       * THANKS: Update from branch-1.4.
+
 2009-06-17  Eric Blake  <address@hidden>
 
        Fix typo in last patch.
diff --git a/THANKS b/THANKS
index f451c39..f7779ab 100644
--- a/THANKS
+++ b/THANKS
@@ -48,7 +48,9 @@ Hoang Uong            address@hidden
 Ian Taylor             address@hidden
 Ilya N. Golubev                address@hidden
 Jason Merrill          address@hidden
+Jay Krell              address@hidden
 Jean-Charles Longuet   address@hidden
+Jens Rehsack           address@hidden
 Jim Avera              address@hidden
 Jim Kingdom            address@hidden
 Jim Meyering           address@hidden
diff --git a/gnulib b/gnulib
index 7cf183c..12f78b4 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 7cf183c33ef0c792b5c93dbb4ac5b7858ee03986
+Subproject commit 12f78b4faa14cd2da952f865979843dee79fcf93
diff --git a/local/lib/hash.c.diff b/local/lib/hash.c.diff
deleted file mode 100644
index 8d27a36..0000000
--- a/local/lib/hash.c.diff
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/lib/hash.c b/lib/hash.c
-index 7d76d45..6f3a5c6 100644
---- a/lib/hash.c
-+++ b/lib/hash.c
-@@ -1,7 +1,7 @@
- /* hash - hashing table processing.
-
--   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007 Free
--   Software Foundation, Inc.
-+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007,
-+   2009 Free Software Foundation, Inc.
-
-    Written by Jim Meyering, 1992.
-
-@@ -1012,7 +1012,11 @@ hash_delete (Hash_table *table, const void *entry)
-                : (table->n_buckets * tuning->shrink_factor
-                   * tuning->growth_threshold));
-
--            hash_rehash (table, candidate);
-+            if (hash_rehash (table, candidate))
-+              {
-+                /* Failure to allocate memory in an attempt to
-+                   shrink the table is not fatal.  */
-+              }
-           }
-       }
-     }


hooks/post-receive
-- 
GNU M4 source repository




reply via email to

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