[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/7] maintenance patches
From: |
Eric Blake |
Subject: |
[PATCH 0/7] maintenance patches |
Date: |
Tue, 4 Sep 2012 17:09:58 -0600 |
I'm trying to get ready for a maintenance release of m4, to
address several complaints of FTBFS with newer glibc; as
such, I'm pushing this series on branch-1.4, and hope to make
time to sync things to branch-1.6 and master.
Eric Blake (7):
doc: fix misuse of @xref
build: silence gcc warning
build: mark several pure functions
build: pick up latest gnulib fixes
build: add more compiler checking
maint: drop CVS cruft
maint: merge gitignore files
.cvsignore | 31 -------------------------------
.gitignore | 28 +++++++++++++++++++++++++++-
ChangeLog | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
build-aux/.cvsignore | 13 -------------
build-aux/.gitignore | 13 -------------
checks/.cvsignore | 3 ---
checks/.gitignore | 3 ---
configure.ac | 31 ++++++++++++++++++++++++-------
doc/.cvsignore | 15 ---------------
doc/.gitignore | 15 ---------------
doc/m4.texinfo | 2 +-
examples/.cvsignore | 2 --
examples/.gitignore | 2 --
gnulib | 2 +-
m4/gnulib-cache.m4 | 25 +++++++++++++++++++------
src/.cvsignore | 6 ------
src/.gitignore | 6 ------
src/builtin.c | 5 +++--
src/format.c | 9 +++++++++
src/m4.c | 2 +-
src/m4.h | 2 +-
src/symtab.c | 2 +-
22 files changed, 137 insertions(+), 130 deletions(-)
delete mode 100644 .cvsignore
delete mode 100644 build-aux/.cvsignore
delete mode 100644 build-aux/.gitignore
delete mode 100644 checks/.cvsignore
delete mode 100644 checks/.gitignore
delete mode 100644 doc/.cvsignore
delete mode 100644 doc/.gitignore
delete mode 100644 examples/.cvsignore
delete mode 100644 examples/.gitignore
delete mode 100644 src/.cvsignore
delete mode 100644 src/.gitignore
--
1.7.11.4
- [PATCH 0/7] maintenance patches,
Eric Blake <=
- [PATCH 1/7] doc: fix misuse of @xref, Eric Blake, 2012/09/04
- [PATCH 3/7] build: mark several pure functions, Eric Blake, 2012/09/04
- [PATCH 4/7] build: pick up latest gnulib fixes, Eric Blake, 2012/09/04
- [PATCH 5/7] build: add more compiler checking, Eric Blake, 2012/09/04
- [PATCH 2/7] build: silence gcc warning, Eric Blake, 2012/09/04
- [PATCH 6/7] maint: drop CVS cruft, Eric Blake, 2012/09/04
- [PATCH 7/7] maint: merge gitignore files, Eric Blake, 2012/09/04