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 "grep".

The branch, master has been updated
       via  64540cdf4afc0857a4e79abdb858f426ec7a69a9 (commit)
      from  84d441aaf35dc778cd212b5d28ef3042f7748975 (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=64540cdf4afc0857a4e79abdb858f426ec7a69a9


commit 64540cdf4afc0857a4e79abdb858f426ec7a69a9
Author: Jim Meyering <[email protected]>
Date:   Wed Mar 24 18:17:18 2010 +0100

    build: avoid link failure on Solaris 8
    
    * bootstrap.conf (gnulib_modules): Add wctob.
    * NEWS (Portability): Mention this.
    Reported by Dagobert Michelsen in <http://sv.gnu.org/bugs/?29325>.

diff --git a/NEWS b/NEWS
index 72a4d27..387cd59 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,10 @@ GNU grep NEWS                                    -*- outline 
-*-
   Character classes could cause a segmentation fault if they included a
   multibyte character.  [bug introduced in 2.6]
 
+** Portability
+
+  Avoid a link failure on Solaris 8.
+
 
 * Noteworthy changes in release 2.6 (2010-03-23) [stable]
 
diff --git a/THANKS b/THANKS
index d1d1ad4..a850888 100644
--- a/THANKS
+++ b/THANKS
@@ -17,6 +17,7 @@ Bob Proulx                 <[email protected]>
 Brian Youmans              <[email protected]>
 Bruno Haible               <[email protected]>
 Christian Groessler        <[email protected]>
+Dagobert Michelsen         <[email protected]>
 David Clissold             <[email protected]>
 David J MacKenzie          <[email protected]>
 David O'Brien              <[email protected]>
diff --git a/bootstrap.conf b/bootstrap.conf
index c9ed8f4..13c0642 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -73,6 +73,7 @@ update-copyright
 useless-if-before-free
 wchar
 wcrtomb
+wctob
 wctype
 xalloc
 xstrtoumax

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

Summary of changes:
 NEWS           |    4 ++++
 THANKS         |    1 +
 bootstrap.conf |    1 +
 3 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
grep


Reply via email to