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=042b801ff69f2fee4993fa785fe62c1b37106b21 The branch, branch-1.4 has been updated via 042b801ff69f2fee4993fa785fe62c1b37106b21 (commit) from 11199a26f8d5d69a8a748e63f94e59f718278515 (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 042b801ff69f2fee4993fa785fe62c1b37106b21 Author: Eric Blake <[email protected]> Date: Tue Mar 12 16:27:55 2013 -0600 maint: update to latest gnulib With the latest gnulib, 'make check' no longer fails to compile for mingw. There are still six gnulib unit test failures, and I'm still investigating if I can come up with some gnulib fixes in the next day or two. But in looking at those failures: FAIL: test-localeconv.exe FAIL: test-lock.exe FAIL: test-mbrtowc1.sh FAIL: test-mbrtowc-w32=1.sh FAIL: test-thread_self.exe FAIL: test-thread_create.exe None of them are show-stoppers to a release of m4 itself, since we still haven't converted m4 to use anything other than the C locale, and since we are single-threaded and don't care about multi-thread locking. * gnulib: Update to latest, for mingw compile fixes. Signed-off-by: Eric Blake <[email protected]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ gnulib | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3e08dba..8798406 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-03-12 Eric Blake <[email protected]> + + maint: update to latest gnulib + * gnulib: Update to latest, for mingw compile fixes. + 2013-03-11 Eric Blake <[email protected]> build: fix large diversions on mingw diff --git a/gnulib b/gnulib index 162b3eb..d69a420 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 162b3eb8ff8eca18d7c6cfbe3a4b98aa4e5972ce +Subproject commit d69a4209386e256b60ece4407c16c272ff4e45ae hooks/post-receive -- GNU M4 source repository
