summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libblock')
-rw-r--r--cpukit/libblock/.cvsignore6
-rw-r--r--cpukit/libblock/ChangeLog6
2 files changed, 9 insertions, 3 deletions
diff --git a/cpukit/libblock/.cvsignore b/cpukit/libblock/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/cpukit/libblock/.cvsignore
+++ b/cpukit/libblock/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/cpukit/libblock/ChangeLog b/cpukit/libblock/ChangeLog
index 4672f6aec4..bf0b199588 100644
--- a/cpukit/libblock/ChangeLog
+++ b/cpukit/libblock/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-09-07 Joel Sherrill <joel@OARcorp.com>
* src/bdbuf.c: Previous fix for PR282 regressed mutex changes.