Upstream gnulib has added several improvements: - the regex module allows for rational range interprtation (that is, guaranteeing that the regex "[a-z]" evaluates to the same 26 bytes as in ASCII, even when in a non-C locale). Technically, m4 isn't yet using non-C locales, so I don't know if this will make much difference, but it can't hurt to include - various build fixes that I found while smoke-testing on alternative platforms - bump the copyright year to 2013 (I'll do m4 next)
* gnulib: Update to latest, for rational range regex, build fixes, copyright update. * m4/gnulib-cache.m4: Regenerate. * NEWS: Document this. Signed-off-by: Eric Blake <ebl...@redhat.com> --- ChangeLog | 7 +++++++ NEWS | 6 +++++- gnulib | 2 +- m4/gnulib-cache.m4 | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index adbe5cd..8550e80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-01-01 Eric Blake <ebl...@redhat.com> + + maint: update to latest gnulib + * gnulib: Update to latest, for rational range regex, build fixes, + copyright update. + * NEWS: Document this. + 2012-12-22 Eric Blake <ebl...@redhat.com> maint: enable tight_scope syntax check diff --git a/NEWS b/NEWS index 78871eb..2134b9d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ GNU M4 NEWS - User visible changes. -* Noteworthy changes in release ?.? (????-??-??) [?] +* Noteworthy changes in release 1.4.17 (2013-01-??) [stable] + +** Fix compilation with newer glibc headers. + +** A number of portability improvements inherited from gnulib. * Noteworthy changes in release 1.4.16 (2011-03-01) [stable] diff --git a/gnulib b/gnulib index baaadca..9fc8109 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit baaadca1f6d5a37debf88b2562b57a4589d4eca7 +Subproject commit 9fc81090f6c5590bd1b0e0fa5087577a2ee43a3e diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index ff9c510..f67fe10 100644 --- a/m4/gnulib-cache.m4 +++ b/m4/gnulib-cache.m4 @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2013 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- 1.8.0.2 _______________________________________________ M4-patches mailing list M4-patches@gnu.org https://lists.gnu.org/mailman/listinfo/m4-patches