bug-gzip
[Top][All Lists]
Advanced

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

3 adminitstrivial patches


From: Jim Meyering
Subject: 3 adminitstrivial patches
Date: Wed, 20 Jan 2010 14:43:01 +0100

FYI,

>From 2c9260600ba2de1ec2004573d702f990456c35e2 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Wed, 20 Jan 2010 14:19:55 +0100
Subject: [PATCH 1/3] build: update gnulib submodule to latest

---
 gnulib        |    2 +-
 m4/.gitignore |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnulib b/gnulib
index 0906b5f..b4349b9 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 0906b5f3d776d1a91b4c1f2c244cb01b2c6aabcd
+Subproject commit b4349b948ba2c352187158e241334abda6e473e9
diff --git a/m4/.gitignore b/m4/.gitignore
index 5ef04eb..657e29f 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -121,6 +121,7 @@ utimens.m4
 utimes.m4
 vasnprintf.m4
 vfprintf-posix.m4
+warn-on-use.m4
 warnings.m4
 wchar.m4
 wchar_t.m4
--
1.6.6.444.g38f14


>From 108fbbdc2d6df9f64cc0733cb20f36ff2ffe6384 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Wed, 20 Jan 2010 14:32:59 +0100
Subject: [PATCH 2/3] maint: remove unused file: README-alpha

* README-alpha: Remove unused file.
---
 README-alpha |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)
 delete mode 100644 README-alpha

diff --git a/README-alpha b/README-alpha
deleted file mode 100644
index d81e151..0000000
--- a/README-alpha
+++ /dev/null
@@ -1,19 +0,0 @@
-This is a test release of gzip.
-
-Please send comments and problem reports to <address@hidden>.
-
-If you make changes to the source code, you may need recent
-versions of GNU build tools (notably Autoconf and Automake)
-to regenerate the intermediate files.
-
-
-========================================================================
-
-Copyright (C) 2001-2002, 2006, 2009-2010 Free Software Foundation, Inc.
-
-Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.2 or
-any later version published by the Free Software Foundation; with no
-Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
-Texts.  A copy of the license is included in the ``GNU Free
-Documentation License'' file as part of this distribution.
--
1.6.6.444.g38f14


>From 6fac6053f2ba1d8a914962e0b369d258e9f74c6f Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Wed, 20 Jan 2010 14:38:13 +0100
Subject: [PATCH 3/3] maint: avoid a minor "make syntax-check" failure

* .x-sc_file_system: Exempt NEWS, since it includes a literal
from an old diagnostic.
---
 .x-sc_file_system |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
 create mode 100644 .x-sc_file_system

diff --git a/.x-sc_file_system b/.x-sc_file_system
new file mode 100644
index 0000000..3248afb
--- /dev/null
+++ b/.x-sc_file_system
@@ -0,0 +1 @@
+^NEWS$
--
1.6.6.444.g38f14




reply via email to

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