m4-patches
[Top][All Lists]
Advanced

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

[PATCH 1/2] maint: update to latest gnulib


From: Eric Blake
Subject: [PATCH 1/2] maint: update to latest gnulib
Date: Tue, 1 Jan 2013 07:49:08 -0700

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 <address@hidden>
---
 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  <address@hidden>
+
+       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  <address@hidden>

        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




reply via email to

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