The following changes since commit a8decaf0cf49d3db099e8dc419390c353e2b19ad:
3.1.8 release (2012-03-20 13:52:15 -0500)
are available in the git repository at:
git://inai.de/xfsprogs master
Jan Engelhardt (6):
build: rename to configure.ac
build: use new autoconf constructs
build: remove home-baked long/ptr size detection
build: use standard type intptr_t
build: use standard type uintptr_t
Update .gitignore
.gitignore | 82 +++++++++++++++++++++---------------------
configure.in => configure.ac | 17 ++++++---
db/bit.c | 8 ++--
db/check.c | 8 ++--
db/field.c | 8 ++--
db/field.h | 6 ++--
include/platform_defs.h.in | 52 +++------------------------
include/xfs_btree.h | 12 +++---
libxfs/xfs_alloc_btree.c | 24 ++++++------
libxfs/xfs_bmap_btree.c | 24 ++++++------
libxfs/xfs_ialloc_btree.c | 24 ++++++------
logprint/log_misc.c | 2 +-
m4/package_types.m4 | 51 --------------------------
repair/agheader.c | 26 +++++++-------
repair/attr_repair.c | 6 ++--
repair/avl.c | 36 +++++++++---------
repair/avl.h | 18 +++++-----
repair/dir.c | 54 ++++++++++++++--------------
repair/dir2.c | 24 ++++++------
repair/incore_ext.c | 27 +++++++-------
repair/incore_ino.c | 10 +++---
repair/phase5.c | 5 ++-
repair/phase6.c | 64 ++++++++++++++++----------------
23 files changed, 251 insertions(+), 337 deletions(-)
rename configure.in => configure.ac (90%)
|